-----------------------------------------------------------------------
-Sat Aug 22 17:46:19 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-
- * [include/dosexe.h] [include/module.h] [include/pe_image.h]
- [include/process.h] [include/windows.h] [loader/dos/module.c]
- [loader/module.c] [loader/ne/module.c] [loader/pe_image.c]
- [scheduler/process.c] [win32/process.c]
- Partially implemented CreateProcess32.
-
- * [win32/device.c] [relay32/kernel32.spec] [scheduler/k32obj.c]
- [misc/registry.c] [win32/file.c]
- Partially implemented VxDCall (VMM registry services).
-
- * [files/dos_fs.c]
- DOSFS_FindNext made thread-safe.
-
- * [include/sig_context.h] [include/syslevel.h] [loader/signal.c]
- [scheduler/syslevel.c] [tools/build.c]
- Replaced CALLTO16_Current_fs by SYSLEVEL_Win16CurrentTeb.
-
- * [win32/kernel32.c]
- Bugfix: QT_Thunk/FT_Thunk should return 'long' in DX:AX, not EAX.
-
- * [if1632/relay.c] [relay32/builtin32.c] [windows/msgbox.c]
- [msdos/int20.c] [msdos/int21.c]
- Use ExitProcess instead of TASK_KillCurrentTask.
-
- * [include/task.h] [include/thread.h] [loader/task.c]
- [scheduler/thread.c] [include/queue.h] [windows/message.c]
- [windows/queue.c] [windows/win.c]
- Prevent Win32 threads from entering the TASK_Reschedule loop.
- (Note: Win32 messaging still doesn't work correctly; this patch
- is just preventing the system from crashing when Win32 threads
- call messaging functions. Messages will probably still get lost.)
-
- * [scheduler/critsection.c]
- Deactivated the use of SEM_UNDO for the SYSTEM_LOCK semaphore;
- for some reason, this leads to problems after threads terminate...
-
-Sat Aug 22 15:00:00 1998 Jürgen Schmied <juergen.schmied@metronet.de>
-
- * [include/authors.h]
- New file, includes all names of the developer (former shell.c)
-
- * [Makefile.in][configure][configure.in][dlls/Makefile.in]
- [dlls/shell32/Makefile.in][shres.rc]
- Created dlls/shell32 and moved the shell32 stuff in it.
- Started to create internal resources.
-
- * [dlls/shell32/*]
- Split the shell32 implementation into smaller files.
- New classes: IContextMenu, IExtractIcon, IShellView.
- Implemented Shell_GetImageList().
- shell32 links to comctl32 now dynamically so it can use
- internal/external implementations.
-
- * [documentation/internal-dll] [documentation/shell32]
- New, could anybody do a spellcheck?
-
- * [include/commctrl.h]
- Many new LV constants, structures, functions.
-
- * [controls/comctl32undoc.c]
- Rewrote the DSA* functions.
-
- * [windows/winpos.c]
- SetShellWindow32, GetShellWindow32.
-
-Sat Aug 22 14:02:15 1998 Alexander Lukyanov <lav@long.yar.ru>
-
- * [loader/resource.c]
- Mark last accelerator as such in LoadAccelerators32W.
-
- * [relay32/shell32.spec] [misc/shell.c]
- Add stubs for SHGetSpecialFolderPath[AW].
-
-Sat Aug 22 02:07:42 1998 Adrian Harvey <adrian@select.com.au>
-
- * [include/file.h] [file/file.c] [msdos/int21.c] [msdos/vxd.c]
- [misc/lzexpand.c] [win32/kernel32.c] [documentation/filehandles]
- Fixed file handle handling. Created universal HFILE16 to HFILE32
- translation macro from msdos/int21 code by Ove Kaaven.
- Used macro in all Win16 functions so that win32 handles are translated
- to avoid DOS/Win16 stdxx handles.
- Removed handle translation from int21.c where Win16 functions are
- called. Changed remaining calls to use new macro names.
- Documented filehandle handling and differences between win 16 & 32.
-
-Fri Aug 21 20:32:49 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
-
- * [server/process.c] [server/thread.c]
- Implemented object wait queues and synchronization.
-
-Fri Aug 21 18:40:02 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-
- * [graphics/psdrv/*]
- DEVMODE dmPaper{Width|Length} fields are in 0.1mm.
- Select a 100 pixel default font in CreateDC.
-
-Thu Aug 20 22:47:39 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-
- * [objects/bitmap.c]
- Handle bits=32 in SetBitmapBits32 and GetBitmapBits32.
-
- * [msdos/int21.c]
- Add handling of Int21 0A and 37.
-
- * [misc/commdlg.c]
- Use MapHModuleLS and MapHModuleSL when translating HINSTANCE16 to
- HINSTANCE32 and vice versa.
-
- * [win32/file.c]
- CreateFile32A: Abort if filename == NULL.
-
-Thu Aug 20 12:28:31 1998 Marcus Meissner <marcus@jet.franken.de>
-
- * [*/*]
- Lots of missing prototypes added, some parameter types adapted to match
- SDK.
-
- * [debugger/stabs.c]
- Don't loop forever if we don't find wine or one of the libxxx.so.
-
- * [loader/ne/module.c]
- Implemented MapHModuleLS,MapHModuleSL,MapHinstLS,MapHinstSL.
-
- * [misc/network.c]
- Implemented WNetGetUser32A.
-
- * [misc/shellord.c]
- Implemented ILRemoveLastID.
-
- * [multimedia/dsound.c]
- Fixed StarCraft memory leak.
-
- * [graphics/ddraw.c]
- Removed some unnecessary simple relaying functions, tried polishing
- up the Xlib implementation (still doesn't work), temp. removed Xshm
- code (to be remerged with working Xlib code).
-
-Tue Aug 18 22:29:17 1998 Ove Kaaven <ovek@arcticnet.no>
-
- * [multimedia/mmio.c] [multimedia/mmsystem.c]
- Fixed most mmio bugs, fully implementing mmioSetBuffer
- buffering, ability to read memory files, and the
- sndPlaySound() SND_MEMORY flag. Most mmio-using programs
- now work fine.
-
- * [include/dosexe.h] [include/miscemu.h] [include/module.h]
- [loader/module.c] [loader/task.c] [msdos/dosmem.c]
- Improved DOS VM flexibility and portability somewhat. (Did
- I get the #ifdefs right this time, BSD-ers?)
-
- * [msdos/int21.c]
- Made "Get Current PSP address" work as expected in a DOS VM.
-
- * [loader/dos/*]
- Began improving flexibility and portability somewhat. It
- should be easier to add DPMI RMCB callbacks now. The
- DOS VM no longer leaves big files lying around in /tmp
- after a crash.
-
-Tue Aug 18 12:38:31 1998 Turchanov Sergey <turchanov@usa.net>
-
- * [relay32/winmm.spec]
- This patch allows WinAmp to play WAV files (at least in PCM
- format).
-
-Sun Aug 16 05:34:13 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+----------------------------------------------------------------
+2002-07-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/wprocs.spec:
+ Added FPU emulation interrupts.
+
+ * msdos/fpu.c, msdos/int3d.c, dlls/ntdll/Makefile.in,
+ dlls/winedos/dosvm.c, include/miscemu.h:
+ Admiral Coeyman <admiral@corner.net>
+ Added support for FPU emulation interrupts.
+
+ * dlls/user/user32.spec, include/windef.h, include/winuser.h,
+ windows/hook.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEventHookInstalled,
+ UnhookWinEvent.
+
+ * dlls/gdi/freetype.c:
+ Quiet the font loading error.
+
+ * controls/combo.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error, not 0.
+
+ * dlls/ddraw/dsurface/dib.c:
+ Fixed corruption when copying to the same surface (with the help of
+ Tony Lambregts and Lionel Ulmer).
+
+ * documentation/samples/config:
+ Johan Gill <johane@lysator.liu.se>
+ 48 was plain wrong as value for HELmargin.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixes to allow big endian machines to load MSFT typelib files.
+
+ * files/drive.c:
+ Fixed handling of drives with "/" path (thanks to Marcus Meissner).
+
+ * dlls/wineps/ppd.c:
+ Carl Sopchak <carl.sopchak@cegis123.com>
+ Pass "Manual Feed" as short input slot name.
+
+ * win32/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed synchronisation for ctrl event generation.
+
+ * dlls/commdlg/fontdlg.c:
+ Shachar Shemesh <sun@consumer.org.il>
+ - Fixed access to the lpTemplateName of ChooseFont in cases where the
+ flags don't specify to use it.
+ - Do not try to convert the resource name from ANSI to Wide if it is a
+ result of MAKEINTRESOURCE (and therefore not a string).
+
+ * configure, configure.ac, dlls/advapi32/Makefile.in,
+ dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/registry.c:
+ Created registry unit test and added tests for RegEnumValue[AW].
+
+ * dlls/advapi32/registry.c, memory/registry.c:
+ RegEnumValue[AW] need to update the data size on buffer overflow
+ (spotted by Massimo <max@veneto.com>).
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dpalette/main.c,
+ dlls/ddraw/dsurface/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed the flags fields of IDirectDrawPaletteImpl, as we should use
+ the dwFlags field of DDRAWI_DDRAWPALETTE_GBL structure instead.
+
+ * dlls/ddraw/dsurface/wndproc.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle WM_SYNCPAINT with DefWindowProc.
+
+ * debugger/debug.l:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Enhanced error handling on input stream reading.
+
+ * debugger/ext_debugger.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed external debugger startup.
+
+ * dlls/winmm/winmm_Si.rc, dlls/winmm/winmm_res.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+ * dlls/shell32/shlfolder.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Fix buffer length calculation in InitializeGenericSF().
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Improve traces.
+ - Changed default column width to 128 to match native and make that
+ the mimimum for LVS_SMALLICON and LVS_LIST styles.
+ - Corrected max value for LVS_LIST style scroll info.
+ - Issue our own ShowScrollBar like the native with proper test.
+ - Correct alignment when using LVS_ICON style.
+ - Correct FIXMEs for unimplemented styles.
+ - Correct rect size computation for LVS_LIST.
+ - Reset scroll bars when changing styles.
+ - Implement WM_WINDOWPOSCHANGED.
+
+2002-07-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/clist.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/tests/.cvsignore, dlls/shlwapi/tests/clist.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement/document @17,18,19,20,21,22 (Compact list API).
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support new registered extensions.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _open_osfhandle: set at least the _IOREAD flag.
+
+ * windows/dce.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Make LockWindowUpdate return more Windows-like values.
+
+2002-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * relay32/relay386.c:
+ Remove .dll extension from module name, added wildcard support in
+ relay specifications (with the help of Dmitry Timoshkov).
+
+ * memory/string.c:
+ Tommy Schultz Lassen <tlassen@tlassen.dk>
+ Fixed lstrcpynA debug tracing.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ fgets, fgetws: don't treat the possible uninitialized buffers as valid
+ strings.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_fread: expose feof flag.
+
+ * tools/winecheck:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Windows registry not found should be a notice to the user, not a
+ critical error.
+
+ * dlls/version/info.c:
+ Removed workaround for 16-bit loader bug.
+
+ * programs/notepad/Da.rc, programs/notepad/De.rc,
+ programs/notepad/En.rc, programs/notepad/Es.rc,
+ programs/notepad/Fi.rc, programs/notepad/Fr.rc,
+ programs/notepad/Makefile.in, programs/notepad/Pt.rc,
+ programs/notepad/README, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/TODO,
+ programs/notepad/Wa.rc, programs/notepad/dialog.c,
+ programs/notepad/dialog.h, programs/notepad/language.c,
+ programs/notepad/language.h, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad.rc,
+ programs/notepad/notepad_res.h, programs/notepad/search.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Use rich text edit control instead of handling user input and
+ rendering on its own, use named constants instead of magic numbers,
+ cleaned code, implemented Undo functionality.
+
+ * dlls/kernel/thunk.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Always copy (almost) the whole stack space over to the 16bit stack
+ instead of calculating some potentially bogus parameter count.
+ - Add some comments.
+
+ * include/oleauto.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed V_DECIMAL macro to reflect where the decVal member is actually
+ stored.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added _U@YAPAXI@Z and _V@YAPAXI@Z.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_fseek: should return 0 on success.
+
+ * dlls/richedit/reader.c, dlls/richedit/richedit.c,
+ dlls/richedit/rtf.h, dlls/richedit/text-writer.c:
+ Duane Clark <dclark@akamail.com>
+ Add richedit support for a plain text stream.
+
+ * documentation/running.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some environment variables documentation.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - VarFormat now supports VT_R8 and BYREF variant types.
+ - Add VarCyMulI4 support.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed another PlaySound bug (when SND_LOOP is requested).
+
+ * dlls/winmm/winealsa/audio_05.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed a few compilation warnings.
+
+ * dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support wglUseFontBitmapsA when using client-side rendering.
+
+2002-07-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/Makefile.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Need to import ntdll.
+
+ * programs/wcmd/directory.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Modified WCMD_filesize64 to handle unsigned numbers.
+
+ * dlls/advapi32/registry.c, memory/registry.c:
+ More explicit initialization of info_size for stupid compilers.
+
+ * programs/uninstaller/main.c:
+ Use Wine debugging API. Fixed MessageBox loop.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h:
+ Flush stdio on exit.
+
+ * dlls/odbc32/proxyodbc.c: Fixed warnings.
+
+ * dlls/x11drv/wineclipsrv.c, include/wine/debug.h,
+ include/winnt.h, msdos/int2f.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ - Forte C does not support nameless structures or unions
+ - Implemented __builtin_return_address for Forte C on sparc
+ - Implemented DECL_GLOBAL_CONSTRUCTOR for non-386, non-GNU C
+ - Implemented WINE_DPRINTF to have function name with Forte C
+
+ * dlls/ole32/memlockbytes.c:
+ Marcus Meissner <meissner@suse.de>
+ Added a generic way of doing GetHGlobalFromILockBytes().
+
+ * programs/winelauncher.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - make sure even GUI users notice a "missing xmessage" problem by
+ checking for tons of X11 editors
+ - replace duplicated (3x) code with function launch_winesetup()
+ - improved "winesetup not found" error message
+ - break looping (via code 127) in case no xmessage installed
+ - stress the fact that people should remember that they can regain certain
+ settings by deleting flag files
+ - spelling fixes
+
+ * dlls/kernel/format_msg.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Implemented FormatMessage for sparc. Since the va_list is stored in
+ memory like __i386__, the same implementation should work.
+
+ * dlls/dsound/dsound_main.c, dlls/x11drv/x11drv_main.c,
+ loader/loadorder.c, misc/version.c:
+ No need to call GetModuleFileName16 now that GetModuleFileNameA
+ handles 16-bit tasks.
+
+ * loader/module.c:
+ Fixed GetModuleFileNameW return value.
+ Quiet dll loading error message.
+
+ * relay32/builtin32.c:
+ Return ERROR_BAD_EXE_FORMAT when builtin dll still not found, since we
+ most likely loaded a 16-bit builtin.
+
+ * windows/painting.c:
+ Moved MsgWaitForMultipleObjects call out of the window lock.
+
+ * dlls/kernel/tests/path.c:
+ Duane Clark <dclark@akamail.com>
+ Add drive letter and Unix path tests of GetFullPathNameA.
+
+ * dlls/oleaut32/variant.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure VarBstrCat handles null parms as per windows and actually does
+ the concatenation even for null args.
+
+ * dlls/advapi32/registry.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Check for NULL keyvalue in RegEnumKeyExA/W.
+
+ * controls/listbox.c:
+ ComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a
+ ComboLBox.
- * [windows/keyboard.c]
- Corrected keyboard code to properly handle keys : ? ~ and "
- on non US keyboards.
+ * documentation/samples/config:
+ Removed "so" from the default load order.
+
+ * dlls/user/message.c, dlls/user/msg16.c, dlls/user/user.exe.spec,
+ include/wine/winuser16.h, windows/dialog.c:
+ Tried to make IsDialogMessageW more compatible. Changed
+ IsDialogMessage16/A to call IsDialogMessageW.
+
+ * tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/spec32.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ - Replaced .previous with a .section statement for the appropriate
+ section.
+ - '.section .text' is incorrect. It should be '.section ".text"'.
+
+ * dlls/msvcrt/heap.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_operator_new: Call handler only when "new" operation fails.
+
+ * loader/module.c:
+ Joshua Thielen <thielen@netprince.net>
+ Changed GetModuleFileNameA to use GetCurrentTask instead of
+ MODULE32_LookupHMODULE when called by a 16-bit task.
+
+2002-07-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/misc.c, dlls/shlwapi/ordinal.c,
+ dlls/wininet/http.c, dlls/winmm/lolvldrv.c, files/smb.c,
+ graphics/x11drv/dib.c, memory/global.c, memory/selector.c,
+ memory/virtual.c, tools/winedump/pe.c, windows/syscolor.c,
+ debugger/module.c, dlls/dplayx/dplayx_global.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Cast void* to char* for pointer arithmetic.
+
+ * dlls/shell32/shellord.c:
+ Duane Clark <dclark@akamail.com>
+ strcasecmp returns zero on a match.
+
+ * dlls/comctl32/pager.c, dlls/commdlg/filedlg95.c,
+ dlls/ddraw/ddraw/thunks.c, dlls/ddraw/dsurface/thunks.c,
+ dlls/odbc32/proxyodbc.c, dlls/winsock/socket.c,
+ programs/winefile/winefile.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed non-static structure initializers.
+
+ * dlls/winedos/vga.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Better toggle all relevant bits in VGA crt register.
+
+ * server/main.c, server/object.h, server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Check POLLHUP semantics at remote shutdown when wineserver is started.
+ Fix socket state handling and event handling for non-STREAM sockets.
+
+ * graphics/x11drv/dib.c:
+ Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
+ and/or partial bitmaps.
+
+ * documentation/debugger.sgml, documentation/debugging.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Document the new trace-related winedbg commands.
+
+ * dlls/ddraw/dsurface/fakezbuffer.c, dlls/ntdll/rtlstr.c,
+ dlls/shell32/shellpath.c, dlls/user/wnd16.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Void functions can't return a value, even if it is the return value
+ from another void function.
+
+ * graphics/x11drv/init.c, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Detect DCs without fonts and return an error in wglUseBitmapFonts.
+
+ * programs/winhelp/macro.lex.l:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed unusual type casting.
+
+ * programs/regedit/regedit.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Avoid multi-line string constants.
+
+ * include/shlwapi.h, include/wine/obj_shellfolder.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed extra , from last element in enum declarations.
+
+ * include/dsound.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed extra ; from end of ICOM_METHOD macros.
+
+ * dlls/winmm/winealsa/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some more configuration issues.
+
+ * dlls/winedos/int16.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Make sure we wait some time during int16 keyboard query call.
+
+ * dlls/winedos/vga.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added a DOS text mode memory buffer copy in order to be able to tell
+ which lines of text changed and thus which ones to update.
+
+ * msdos/int2f.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Call Sleep for int 0x2f function 0x1680 (IDLE CALL).
+
+2002-07-02 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/user.c:
+ Removed redundant GetMessage call.
+
+ * dlls/msacm/msadp32/msadp32.c, dlls/shell32/debughlp.h,
+ dlls/winmm/winealsa/audio.c, files/smb.c, loader/pe_image.c,
+ programs/clock/language.c, programs/notepad/language.c,
+ programs/winhelp/winhelp.c:
+ Fixed warnings.
+
+ * dlls/Makefile.in, dlls/shlwapi/Makefile.in,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/string.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - implementations for SHLWAPI_267, SHLWAPI_268
+ - small fixes
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/shell32/clipboard.c, dlls/shell32/debughlp.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/undocshell.h, include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - changed STRRET definition
+ - small changes for seperation of shell32 from ole32
+ - debughelper for printing interface names (shell internal)
+ - changed shell memory allocation to use IMalloc of ole32 when this
+ library is already loaded
+ - fallback IMalloc internally in shell
+ - unified constructor syntax for several objects created by DllGetClassObject
+ - rewrote instance creation for com objects
+ - made the desktop folder parsing paths like ::{CLSID}
+ - Implemented IPersistFolder3 partially
+
+2002-07-01 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/user.c, programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h,
+ programs/wineconsole/wineconsole_res.rc, server/console.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Use PeekMessage loop around GetMessage.
+ - Added German resource file.
+ - Realign some dialog parts.
+ - "Property" -> "Properties"
+ - Add some traces.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ - stubs for SHLWAPI.295 (create a URL shortcut ?) and SHLWAPI.394
+ - minor cleanups
+
+ * winedefault.reg:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added the FirstInstallDateTime key.
+
+ * dlls/ntdll/heap.c:
+ Make sure allocated blocks are aligned on an 8-byte boundary.
+
+ * aclocal.m4, configure:
+ Hopefully more portable errno check.
+
+ * README, dlls/Makefile.in, dlls/make_dlls,
+ documentation/Makefile.in, Makefile.in:
+ Fixed make install from read-only build directory (spotted by Marcus
+ Meissner).
+
+ * windows/message.c:
+ Release the Win16 lock before waiting in MsgWaitForMultipleObjectsEx.
+
+ * configure, configure.ac, include/config.h.in, library/config.c:
+ Added configure check for getpwuid.
+
+ * dlls/ntdll/time.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Avoid alignment problem in NtQuerySystemTime.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h,
+ include/miscemu.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Implemented set cursor shape functionality.
+
+ * files/profile.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Return the correct length when getting a complete section in
+ PROFILE_GetString.
+
+ * dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Support for large and negative offsets.
+
+2002-06-28 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/bitmap.c:
+ BITMAP_SelectObject must return the old handle, not the current one.
+
+ * windows/defdlg.c:
+ Check for valid dialog info before using it.
+
+ * dlls/shell32/dialogs.c:
+ Nix N. Nix <nix@go-nix.ca>
+ Removed message box that would pop up if a RunMRU list was not found.
+
+ * dlls/comctl32/comctl_Si.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Si.rc, dlls/commdlg/rsrc.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+ * dlls/user/tests/sysparams.c, windows/sysparams.c:
+ Philipp Wollermann <phil_wo@gmx.net>
+ Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETDESKWALLPAPER.
+
+ * dlls/ddraw/dsurface/user.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Disable OWN_WINDOW as it no longer works.
+
+ * configure, configure.ac, dlls/winmm/winealsa/Makefile.in,
+ dlls/winmm/winealsa/alsa.h, include/config.h.in:
+ Added some ALSA configure checks.
+
+ * configure.ac, dlls/Makefile.in, dlls/winmm/winealsa/.cvsignore,
+ dlls/winmm/winealsa/Makefile.in, dlls/winmm/winealsa/alsa.c,
+ dlls/winmm/winealsa/alsa.h, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/winealsa/winealsa.drv.spec, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created an ALSA driver (with the help of David Hammerton and Marco
+ Pietrobono).
+
+ * graphics/x11drv/graphics.c:
+ Fixed typo in X11DRV_SetPixel.
+
+ * dlls/advapi32/crypt.h, dlls/richedit/charlist.h,
+ dlls/twain/twain.h, dlls/wsock32/wscontrol.h,
+ include/wnaspi32.h, programs/notepad/language.c,
+ programs/notepad/language.h, programs/notepad/main.c,
+ programs/winefile/splitpath.c, programs/winefile/winefile.c,
+ programs/winefile/winefile.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed C++ style comments.
+
+ * dlls/shlwapi/tests/shreg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ No longer depends on external env strings values.
+
+ * dlls/commdlg/filedlgbrowser.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Do not change directory if path is invalid.
+
+ * dlls/shell32/changenotify.c:
+ Knut St. Osmundsen <bird@anduin.net>
+ Do not access memory that has just been freed.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add support for UpDown control messages.
+ - Add detection for Wine's PropertySheet Dialog to translate
+ messages.
+
+ * programs/regedit/regproc.c, programs/regedit/tests/orig.reg,
+ programs/regedit/tests/regedit.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed a few bugs, added processing of REG_MULTI_SZ format.
+
+ * dlls/ddraw/dsurface/dib.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Added support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVERRIDE.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add TCM_SETCURSEL when setting page current.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Ensured full duplex mode is only used with same parameters in in/out
+ streams.
+ Some more work towards multiple audio cards support.
+
+2002-06-25 Alexandre Julliard <julliard@winehq.com>
+
+ * include/gdi.h, objects/clipping.c, dlls/gdi/win16drv/graphics.c,
+ dlls/gdi/win16drv/init.c, dlls/gdi/win16drv/text.c,
+ dlls/gdi/win16drv/win16drv.h, dlls/wineps/text.c,
+ graphics/mapping.c, graphics/path.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/dib.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/text.c:
+ Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help
+ of Huw Davies).
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/d3d8/.cvsignore,
+ dlls/d3d8/Makefile.in, dlls/d3d8/d3d8.spec,
+ dlls/d3d8/d3d8_main.c:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Created d3d8 stub dll.
+
+ * include/mapidefs.h, include/wtypes.h:
+ Fixed endianness #ifdefs (spotted by Jason Edmeades).
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed flags handling in sndPlaySound.
+
+ * dlls/commdlg/filedlg95.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fixed crash in open file dialog on non-windows 98 emulation when
+ lpszInitialDir is null.
+
+ * dlls/oleaut32/olefont.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure we free the cached HFONT after loading in a fresh font. Enables
+ fonts in VB programs to appear correctly.
+
+ * memory/codepage.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Aric Stewart <aric@codeweavers.com>
+ Fixed nasty bug for 2+ byte multibyte strings and GetStringType.
+ Fleshed out GetStringType CTYPE3 from the unicode tables.
+ CP_SYMBOL is not a valid codepage while CP_UTF7|8 are.
+
+ * documentation/wine.conf.man, include/module.h,
+ loader/loadorder.c, loader/main.c, loader/module.c:
+ Added support for path wildcards of the form "*dllname" in load order
+ specifications.
+ Only use wildcard entry for dlls that don't specify an explicit path.
+ Removed the old DllOverrides syntax support.
+ Misc cleanups and optimizations.
+
+2002-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/Makefile.in, dlls/wineps/brush.c,
+ dlls/wineps/builtin.c, dlls/wineps/download.c,
+ dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c,
+ dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/text.c, dlls/wineps/type1.c, dlls/wineps/type42.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added Type 1 and Type 42 font downloading.
+ Misc bug fixes.
+
+ * dlls/wineps/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Handle dmScale.
+
+ * dlls/wineps/clipping.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ psdrv doesn't care about hGCClipRgn, just use GetClipRgn instead.
+
+ * dlls/wineps/afm.c, dlls/wineps/glyphlist.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Get rid of a few thousand useless TRACE lines.
+
+ * dlls/wineps/type1afm.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added afm weight "NORMAL".
+
+ * include/wingdi.h, objects/enhmetafile.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Added temp fix for world transform bug in SetWindowOrgEx handler.
+ Added handlers for EMR_SETTEXTJUSTIFICATION and EMR_SETLAYOUT.
+
+ * dlls/gdi/mfdrv/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't map symbol charset through WCToMB.
+
+ * programs/wineconsole/wineconsole.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Made initialization more verbose in case of errors.
+
+ * configure.ac, include/config.h.in, library/config.c, configure:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added check for pwd.h.
+
+ * dlls/winedos/ioports.c, dlls/winedos/vga.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Redirect all reads and writes to VGA controller to VGA emulation.
+ Catch and report 16/32-bit reads/writes to VGA controller.
+ Use correct flags when creating full screen DirectDraw window for
+ VGA.
+
+ * dlls/winedos/int67.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add save/restore mapping context routines.
+ Add map multiple pages routine.
+ Add partial implementation of hardware information query routine.
+ Replace incorrect use of MapSL with PTR_REAL_TO_LIN.
+
+2002-06-22 Alexandre Julliard <julliard@winehq.com>
+
+ * server/thread.c:
+ Unlock the master socket if the boot thread terminates early.
+ Avoid crash if thread died during timeout wakeup.
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi32.spec, include/font.h,
+ include/wingdi.h, objects/font.c, objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ - Implement AddFontResource*, add stubs for RemoveFontResource*.
+ - Add support for GGO_BEZIER and a few bug fixes for GGO_NATIVE.
+ - Much better support for non ansi charsets in font matching.
+ - Proper implementation of GetTextFace for gdi font.
+ - Load fonts that are listed in the registry but aren't in
+ %WINDOWSDIR%\fonts.
+ - Revert TranslateCharsetInfo to use codepage 1252 with ANSI_CHARSET.
+ - Add support for VIETNAMESE_CHARSET and SYMBOL_CHARSET.
+
+ * dlls/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added Bulgarian keyboards.
+
+ * dlls/x11drv/xrender.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Store the cache entry indices and not the ptrs.
+ Protect cache with a critical section.
+
+ * dlls/kernel/tests/file.c, dlls/kernel/tests/path.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c,
+ dlls/shlwapi/tests/shreg.c, dlls/user/tests/class.c,
+ dlls/winsock/tests/sock.c, include/wine/test.h,
+ programs/winetest/wtmain.c:
+ Added printf format checking to the ok() and trace() macros, and fixed
+ the resulting warnings.
+
+2002-06-21 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/wininet/.cvsignore,
+ dlls/wininet/Makefile.in, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/wininet/internet.h,
+ dlls/wininet/tests/.cvsignore, dlls/wininet/tests/http.c,
+ dlls/wininet/urlcache.c, dlls/wininet/utility.c,
+ dlls/wininet/version.rc, dlls/wininet/wininet.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Reworking of http and asyncronous calls to get IE6 to install.
+ Added a version resource.
+ Added unit test for http.
+
+ * dlls/advapi32/crypt.c, dlls/comctl32/listview.c,
+ dlls/ole32/oleobj.c, dlls/oleaut32/variant.c,
+ dlls/x11drv/winpos.c, controls/button.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed some various comparisons wrt signedness.
+
+ * dlls/ole32/compobj.c:
+ Fixed CLSIDFromString endianness assumptions (reported by Gregg Mattinson).
+
+ * dlls/msvcrt20/Makefile.in, dlls/msvcrt20/dummy.c,
+ dlls/msvcrt20/msvcrt20.c, dlls/msvcrt20/msvcrt20.spec:
+ getmainargs: new_mode argument is not a pointer in msvcrt20 (spotted
+ by Bill Medland).
+
+ * dlls/x11drv/keyboard.c:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian keyboard.
+
+ * dlls/oleaut32/variant.c:
+ John K. Hohm <jhohm@acm.org>
+ Implemented SizeOfVariantData cases for VT_DISPATCH, VT_UNKNOWN, VT_CY.
+
+ * programs/regedit/tests/orig.reg:
+ Bill Medland <medbi01@accpac.com>
+ Test the ability to handle hex values in excess of 1024 bytes and
+ input lines in excess of 4096 bytes.
+
+ * programs/regedit/regproc.c:
+ Bill Medland <medbi01@accpac.com>
+ - Rework the line reading. This version uses a single expanding
+ buffer rather than a main buffer and a "next line" buffer. This
+ version does not overflow the allocated memory (hopefully). The
+ previous version did when concatenating the continuation lines.
+ - Add protection to the HexCSVToHex to prevent overflow.
+ - Allow for conversion of larger hex values. Tested on a real 2.6KB
+ value.
+
+ * programs/regedit/tests/regedit.pl:
+ Bill Medland <medbi01@accpac.com>
+ Correct the comparison of two files. Just because they are the same
+ size doesn't mean they have the same content.
+
+ * dlls/ntdll/signal_sparc.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Implemented DbgBreakPoint and DbgUserBreakPoint for Sparc. Debugger
+ must already be attached for this implementation to work.
+
+ * include/rpcproxy.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Moved all #includes to the top so that __stdcall is defined for the
+ declaration of IIDLookupRtn.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Moved a few win32 functions to a better location for building a Win32
+ only dll.
+
+ * dlls/winmm/wineoss/wineoss.drv.spec, dlls/winnls/winnls.spec,
+ dlls/winnls/winnls32.spec, dlls/winsock/winsock.spec,
+ dlls/winsock/ws2_32.spec, dlls/winspool/winspool.drv.spec,
+ dlls/wintrust/wintrust.spec, dlls/wow32/wow32.spec,
+ dlls/wsock32/wsock32.spec, dlls/x11drv/x11drv.spec,
+ miscemu/Makefile.in, miscemu/wine.spec, tools/winebuild/README,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, dlls/user/ddeml.spec,
+ dlls/user/display.spec, dlls/user/keyboard.spec,
+ dlls/user/mouse.spec, dlls/user/user.exe.spec,
+ dlls/user/user32.spec, dlls/version/ver.spec,
+ dlls/version/version.spec, dlls/win32s/w32skrnl.spec,
+ dlls/win32s/w32sys.spec, dlls/win32s/win32s16.spec,
+ dlls/winaspi/winaspi.spec, dlls/winaspi/wnaspi32.spec,
+ dlls/winedos/winedos.spec, dlls/wineps/wineps.spec,
+ dlls/wineps/wineps16.spec, dlls/wininet/wininet.spec,
+ dlls/winmm/joystick/joystick.drv.spec,
+ dlls/winmm/mcianim/mcianim.drv.spec,
+ dlls/winmm/mciavi/mciavi.drv.spec,
+ dlls/winmm/mcicda/mcicda.drv.spec,
+ dlls/winmm/mciseq/mciseq.drv.spec,
+ dlls/winmm/mciwave/mciwave.drv.spec,
+ dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/mmsystem.spec,
+ dlls/winmm/sound.spec, dlls/winmm/wavemap/msacm.drv.spec,
+ dlls/winmm/winearts/winearts.drv.spec, dlls/winmm/winmm.spec,
+ dlls/opengl32/opengl32.spec, dlls/psapi/psapi.spec,
+ dlls/qcap/qcap.spec, dlls/quartz/quartz.spec,
+ dlls/rasapi32/rasapi16.spec, dlls/rasapi32/rasapi32.spec,
+ dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec,
+ dlls/serialui/serialui.spec, dlls/setupapi/setupapi.spec,
+ dlls/setupapi/setupx.spec, dlls/shdocvw/shdocvw.spec,
+ dlls/shell32/shell.spec, dlls/shell32/shell32.spec,
+ dlls/shfolder/shfolder.spec, dlls/shlwapi/shlwapi.spec,
+ dlls/snmpapi/snmpapi.spec, dlls/sti/sti.spec,
+ dlls/tapi32/tapi32.spec, dlls/ttydrv/ttydrv.spec,
+ dlls/twain/twain_32.spec, dlls/url/url.spec,
+ dlls/urlmon/urlmon.spec, dlls/msimg32/msimg32.spec,
+ dlls/msisys/msisys.ocx.spec, dlls/msnet32/msnet32.spec,
+ dlls/msrle32/msrle32.spec, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/msvcrt20.spec, dlls/msvideo/msvfw32.spec,
+ dlls/msvideo/msvideo.spec, dlls/netapi32/netapi32.spec,
+ dlls/ntdll/ntdll.spec, dlls/odbc32/odbc32.spec,
+ dlls/ole32/compobj.spec, dlls/ole32/ole2.spec,
+ dlls/ole32/ole2conv.spec, dlls/ole32/ole2nls.spec,
+ dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec,
+ dlls/ole32/ole32.spec, dlls/ole32/storage.spec,
+ dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/typelib.spec, dlls/olecli/olecli.spec,
+ dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec,
+ dlls/olepro32/olepro32.spec, dlls/olesvr/olesvr.spec,
+ dlls/olesvr/olesvr32.spec, dlls/imagehlp/imagehlp.spec,
+ dlls/imm32/imm.spec, dlls/imm32/imm32.spec,
+ dlls/kernel/comm.spec, dlls/kernel/kernel32.spec,
+ dlls/kernel/krnl386.exe.spec, dlls/kernel/stress.spec,
+ dlls/kernel/system.spec, dlls/kernel/toolhelp.spec,
+ dlls/kernel/win87em.spec, dlls/kernel/windebug.spec,
+ dlls/kernel/wprocs.spec, dlls/lzexpand/lz32.spec,
+ dlls/lzexpand/lzexpand.spec, dlls/mapi32/mapi32.spec,
+ dlls/mpr/mpr.spec, dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/msacm.spec, dlls/msacm/msacm32.spec,
+ dlls/msacm/msadp32/msadp32.acm.spec,
+ dlls/msacm/msg711/msg711.acm.spec,
+ dlls/msacm/winemp3/winemp3.acm.spec, dlls/msdmo/msdmo.spec,
+ dlls/advapi32/advapi32.spec, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.spec,
+ dlls/comcat/comcat.spec, dlls/comctl32/comctl32.spec,
+ dlls/commdlg/comdlg32.spec, dlls/commdlg/commdlg.spec,
+ dlls/crtdll/crtdll.spec, dlls/crypt32/crypt32.spec,
+ dlls/dciman32/dciman32.spec, dlls/ddraw/ddraw.spec,
+ dlls/devenum/devenum.spec, dlls/dinput/dinput.spec,
+ dlls/dinput8/dinput8.spec, dlls/dplay/dplay.spec,
+ dlls/dplayx/dplayx.spec, dlls/dsound/dsound.spec,
+ dlls/gdi/dispdib.spec, dlls/gdi/gdi.exe.spec,
+ dlls/gdi/gdi32.spec, dlls/gdi/wing.spec, dlls/glu32/glu32.spec,
+ dlls/icmp/icmp.spec, Make.rules.in:
+ Made some more spec file entries optional or unnecessary.
+ Fixed a few DLLName/DLLFileName mismatches.
+
+ * server/sock.c:
+ Attempt at fixing POLLHUP handling for Linux 2.2.x.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Moved succeeding test out of todo block.
+
+ * files/dos_fs.c:
+ Fixed regression caused by previous change.
+
+2002-06-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/variant.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Fixed ordinals to match the Windows values.
+ Added a couple of stubs.
+
+ * server/main.c, server/process.c, server/request.c,
+ server/request.h, files/drive.c, files/profile.c,
+ graphics/x11drv/xfont.c, include/wine/library.h,
+ include/wine/server.h, library/Makefile.in, library/config.c,
+ misc/registry.c, scheduler/client.c:
+ Create the server directory and socket file in /tmp.
+ Use fcntl file locking to ensure exclusion on the server socket and to
+ better recover from crashes.
+ Flush the registry before closing the socket to avoid timeouts on the
+ client side.
+ Moved get_config_dir functionality to libwine.
+
+ * server/object.h, server/registry.c, server/select.c:
+ Store dirty flag in each registry key and use it to save only modified
+ branches.
+
+ * files/dos_fs.c, files/drive.c:
+ Make sure that DRIVE_FindDriveRoot always returns an absolute path.
+
+ * programs/Makeprog.rules.in:
+ Added dependency on program symlink for unit tests.
+
+ * configure, configure.ac, programs/regedit/Makefile.in,
+ programs/regedit/regedit.c, programs/regedit/tests/.cvsignore,
+ programs/regedit/tests/orig.reg,
+ programs/regedit/tests/regedit.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added regedit unit test, a couple minor changes to regedit.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/parsedt.c,
+ dlls/oleaut32/parsedt.h, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib.h, dlls/oleaut32/variant.c,
+ include/wtypes.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - VarAnd, VarCmp (Strings only), VarNot implemented.
+ - VarParseNumFromStr/VarNumFromParseNum handle negative currency
+ numbers.
+ - More VarCmp support (Decimals and Dates).
+ - Date support for VB time only (0.0->1.0), corrected some date
+ rounding and calculation errors around variant dates and the system
+ time.
+ - Variant date support now round trips! (Date->Variant->Date) due to
+ misuse of tm_mon (0..11 not 1..12).
+ - Better pre-1899 support for dates in the SYSTEMTIME format.
+ - VarBstrFromCy, VarCyFromStr implemented.
+ - VarFormat partial implementation (currency and date support).
+ - VarFormatFromTokens, VarTokenizeFormatString partial implementation
+ as per w2k (dates only so far).
+ - Better debugging when dumping variants, and some additional trace
+ points to help debugging.
+ - Fix to VarBstrCmp to handle null and empty string the same (as per
+ w2k, different to msdn).
+ - Fix return from VarDateFromUdate.
+ - Correct definition of CY structure.
+
+ * loader/pe_image.c, memory/virtual.c:
+ Avoid loading programs into the DOS memory area.
+
+ * programs/regapi/tests/regapi.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Removed traces of the regedit unit tests.
+
+ * dlls/comctl32/tab.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add routines to dump out tab items internally and externally
+ - Adjust TAB_SetItemBounds to split vertical tabs more like the native.
+ - Document major difference in laying out the vertical tabs.
+ - Fix drawing of icons. Wrong item padding used in vertical case.
+ - Fixed size of horizontal padding.
+
+ * dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ ITypelib::Invoke: Handle different length arguments better, we also
+ return 1 VARIANT only.
+
+ * tools/winebuild/Makefile.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Portability fix.
+
+ * dlls/Makedll.rules.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Give the import libs a proper name.
+
+ * include/setupapi.h:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ 'class' is a reserved word (C++).
+
+2002-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/Makefile.in, documentation/winemaker.man,
+ library/Makefile.in, ole/Makefile.in, programs/.cvsignore,
+ programs/Makefile.in, programs/Makeprog.rules.in,
+ programs/winelauncher.in, tools/.cvsignore, tools/Makefile.in,
+ tools/winapi/Makefile.in, tools/winebuild/Makefile.in,
+ tools/winelauncher.in, tools/winemaker.man,
+ tools/wmc/Makefile.in, tools/wrc/Makefile.in, tsx11/Makefile.in,
+ unicode/Makefile.in, Make.rules.in, Makefile.in,
+ dlls/Makefile.in, dlls/make_dlls, dlls/shell32/Makefile.in:
+ Fixed make install target to work even when nothing has been compiled
+ yet.
+ Added install-lib and install-dev targets to allow partial
+ installations; moved winemaker.man and winelauncher.in to better fit
+ in the new install categories.
+
+ * dlls/kernel/kernel32.spec, if1632/builtin.c,
+ tools/winebuild/build.h, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c:
+ Unregister 16-bit dlls on module unload.
+
+ * dlls/advapi32/registry.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Implemented recursive RegDeleteKey in Win95 emulation.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec, include/winbase.h:
+ Aric Stewart <aric@codeweavers.com>
+ Added GetCurrentHwProfileA.
+
+ * objects/text.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ ExtTextOutW: if GetFontLanguageInfo says that the font may require
+ reordering, call GetCharacterPlacementW and print the result.
+
+ * objects/font.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Implemented a skeleton for GetFontLanguageInfo. Using const masks to
+ match against the result of GetTextCharsetInfo. Not all attributes are
+ implemented yet.
+ - Enhanced the implementation of GetCharacterPlacementW to support
+ basic reordering. Not implementing the full BiDi algorithm yet.
+
+ * dlls/kernel/nls/heb.nls:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ Changed the country's name to "IL" to conform to commonly held
+ practices.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Dump out the TCITEM structure for appropriate messages.
+ - Dump out the rectangle for the TCM_ADJUSTRECT message.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Support images on the tabs of pages that are added (not just the
+ first).
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/gdi/Makefile.in,
+ dlls/kernel/Makefile.in, dlls/make_dlls, dlls/ntdll/Makefile.in,
+ dlls/user/Makefile.in, dlls/winspool/Makefile.in,
+ dlls/x11drv/Makefile.in:
+ Removed install_libdir targets and centralized the symlinks creation
+ in the main dll makefile.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dinput/device.c,
+ dlls/dinput/device_private.h, dlls/dinput/dinput_main.c,
+ dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c,
+ dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c, dlls/dinput8/.cvsignore,
+ dlls/dinput8/Makefile.in, dlls/dinput8/dinput8.spec,
+ dlls/dinput8/dinput8_main.c, include/d3dtypes.h,
+ include/dinput.h:
+ Ove Kaaven <ovek@transgaming.com>
+ - support DirectInput 8 interfaces.
+ - implemented mouse wheel support.
+
+ * dlls/oleaut32/tmarshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle argsize for VT_DATE.
+
+ * dlls/ntdll/file.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Partially implement NtOpenFile and NtReadFile.
+
+ * dlls/x11drv/event.c, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Update the cursor for each window on receiving an X11 event, don't
+ wait for the SetCursor call.
+ Added EnterNotify handler to set the cursor on window map/unmap.
+
+ * include/queue.h, windows/cursoricon.c:
+ Store the current cursor in the thread queue instead of globally.
+
+ * dlls/comctl32/progress.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Cosmetic fix.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/enhmfdrv/bitblt.c,
+ dlls/gdi/enhmfdrv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added PatBlt support in enhanced metafiles.
+
+2002-06-13 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/gdiobj.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed the names of some stock fonts.
+
+ * dlls/sti/sti.spec, dlls/sti/sti_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Stub for StiCreateInstance.
+
+ * dlls/ole32/storage.c, dlls/setupapi/queue.c, dlls/user/lstr.c,
+ dlls/x11drv/winpos.c, graphics/path.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Jeremy White <jwhite@codeweavers.com>
+ Fixed memory leaks.
+
+ * dlls/ddraw/version.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed version info.
+
+ * dlls/comctl32/toolbar.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fix handling of strings that do not finish with "||".
+ Fix the indentation of the while loop in TOOLBAR_AddStringW.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added a few stubs.
-Sat Aug 15 18:47:14 1998 Brian Craft <bcboy@dorothy.wanglab.brandeis.edu>
+ * dlls/kernel/nls/bgr.nls:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added Bulgarian NLS definitions (with the help of Anton Zinoviev).
+
+ * scheduler/client.c, scheduler/process.c,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+ François Gouget <fgouget@codeweavers.com>
+ Reset signals to SIG_DFL before starting a child process.
+
+ * windows/painting.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid crashes if window belongs to another process.
+
+ * relay32/builtin32.c:
+ Make builtins pretend to be loaded from the system directory.
+
+ * loader/pe_image.c:
+ Don't go through the export table if we are not tracing anything.
+
+ * dlls/setupapi/parser.c:
+ For lines that contain a single field, the field is also the line key
+ (thanks to Aric Stewart).
+
+ * dlls/setupapi/install.c:
+ Aric Stewart <aric@codeweavers.com>
+ When processing the reg section we need to delete before adding.
+ First pass implementation of UpdateIni.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Added an empty implementation for UuidFromStringA/W.
+
+ * dlls/ntdll/heap.c:
+ Restored MakeCriticalSectionGlobal that got lost somewhere.
+
+ * dlls/ntdll/cdrom.c:
+ Don't try to open CDROM device if none was specified.
+
+ * dlls/kernel/time.c:
+ Ulrich Czekalla <ulrichc@codeweavers.com>
+ Added support for CAL_ITWODIGITYEARMAX.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ struct _stat layout is different between crtdll and msvcrt.
+
+ * dlls/commdlg/printdlg.c:
+ Store print dlg structure in a property instead of DWL_USER.
+
+ * dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added stubs for capGetDriverDescription.
+
+ * debugger/debug.l, debugger/memory.c, debugger/types.c:
+ Added /g debug format to dump GUIDs.
+
+ * debugger/debugger.h, debugger/source.c, debugger/winedbg.c:
+ Don't ask for source file in auto mode.
+
+ * ole/ole2nls.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
+ GetCurrencyFormatA.
+
+ * controls/combo.c, controls/edit.c, controls/listbox.c:
+ Make sure edit and listbox controls are of same ASCII/Unicode style as
+ the combo box. Fixed a few MBCS issues with WM_GETTEXTLENGTH handling.
+
+ * dlls/dsound/Makefile.in, dlls/dsound/buffer.c,
+ dlls/dsound/capture.c, dlls/dsound/dsound.spec,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c, include/dsound.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Support DirectSound 8 interfaces. Split interface implementations into
+ separate files. Split primary buffer and secondary buffer interfaces
+ into separate implementations. Made the primary buffer state part of
+ the dsound object, so primary buffer objects can be created and
+ refcounted independently. Made the interfaces follow COM aggregation
+ rules more closely. Converted the dsound critical section to a R/W
+ lock to improve potential remixing concurrency. Fixed various bugs and
+ refcounting issues.
+
+ * dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/comcat.spec, dlls/comcat/comcat_main.c,
+ dlls/comcat/information.c, dlls/comcat/register.c,
+ dlls/comcat/regsvr.c, dlls/comcat/regsvr.h:
+ John K. Hohm <jhohm@acm.org>
+ Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer.
+
+ * programs/regsvr32/Makefile.in: Don't use msvcrt.
+
+ * programs/regsvr32/regsvr32.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Replaced stricmp/strnicmp with strcasecmp/strncasecmp.
+
+ * dlls/x11drv/desktop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Display the name of the started process in the desktop title.
+
+ * objects/gdiobj.c:
+ Won Kyu Park <wkpark@chem.skku.ac.kr>
+ Fixed defaultGuiFont for Korean.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct page rectangle calculation.
+ - Improve traces.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Peter Hunnisett <peter@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ - check for sockaddr being NULL.
+ - hackish implementation of WSADuplicateSocket.
+
+2002-06-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/keyboard.c:
+ David Hammerton <david@transgaming.com>
+ MapVirtualKey actually returns uppercase keys in Windows.
+
+ * windows/message.c:
+ David Hammerton <david@transgaming.com>
+ Peter Hunnisett <peter@transgaming.com>
+ - Fix TranslateMessage return code.
+ - Make GetKeyState work properly for apps that test 0x80 instead of
+ 0x8000.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add more magic to find the start of the nametable.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/win16drv/graphics.c,
+ dlls/gdi/win16drv/init.c, dlls/gdi/win16drv/win16drv.h,
+ dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c, dlls/wineps/init.c,
+ dlls/wineps/wineps.spec, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xrender.c,
+ graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/dib.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/init.c, graphics/x11drv/text.c, include/gdi.h,
+ include/x11drv.h, objects/clipping.c, objects/dc.c,
+ objects/region.c:
+ Moved DC origin into device-specific structure.
+ Fixed handling of DC origin in X11 driver.
+
+ * dlls/msacm/imaadp32/imaadp32.c:
+ David D. Hagood <wowbagger@sktc.net>
+ ADPCM nybble processing order was incorrect.
+
+ * dlls/user/text.c:
+ Paul Rupe <prupe@myrealbox.com>
+ Faster performance in TEXT_Ellipsify for long strings.
+
+ * dlls/comctl32/listview.c:
+ Paul Rupe <prupe@myrealbox.com>
+ Support for LVM_SUBITEMHITTEST; check for out-of-bounds subitem index
+ in LISTVIEW_GetSubItemRect.
+
+ * dlls/shell32/dialogs.c, 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_Eo.rc, dlls/shell32/shell32_Es.rc,
+ dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+ dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Ko.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_Sk.rc,
+ dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc,
+ dlls/shell32/shell32_Zh.rc:
+ Nix N. Nix <nix@go-nix.ca>
+ Added RunFileDlg with MRU list.
+ Added template to all .rc files.
+
+ * documentation/bugs.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Some grammar fixes.
+
+ * dlls/comctl32/comctl_Ko.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Ko.rc, dlls/user/resources/user32_Ko.rc,
+ dlls/wineps/rsrc.rc, dlls/wineps/wps_Ko.rc:
+ Won-kyu Park <wkpark@kldp.org>
+ Added Korean resources.
+
+ * dlls/commdlg/filedlg95.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ - Save and restore current directory in GetFileDialog95W if
+ OFN_NOCHANGEDIR flag set.
+ - GetFileDialog95W: only convert ofn->lpTemplateName if it's a string
+ resource id (fixes OpenOffice 1.0 file open dialog crash).
+ - Ignore OFN_FILEMUSTEXIST flag for save file dialog (fixes save
+ dialog in ElstarFormular).
+ - Rewrote casts that some compilers don't accept.
+
+ * documentation/samples/config:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32.
+
+ * dlls/oleaut32/tmarshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged the two serializer and unserializer functions into one, cleaned
+ them up.
+ VT_PTR: Handle NULL pointers by sending a cookie.
+ Added support for: VT_CARRAY, VT_DISPATCH, TKIND_RECORD, VT_VOID,
+ VT_UI1, VT_UI2, VT_ERROR, VT_UI4, VT_UINT.
+ Added a custom serializer for DISPPARAMS struct.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some debugoutput functions for TYPEATTR, IDLDESC, VARDESC.
+ Support more parameters in _invoke (needed for IDispatch::Invoke in
+ the marshaller).
+
+ * dlls/shell32/shellole.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Handle ascii & unicode drag and drop structures in DragQueryFileA &
+ DragQueryFileW.
+
+ * dlls/opengl32/wgl.c, include/wingdi.h:
+ Jesse Allen <uh_ja@gmx.net>
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added implementation of wglSwapLayerBuffers.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec:
+ Mike McCormack <mikem@codeweavers.com>
+ - Partially implement LdrGetDllHandle.
+ - Implement LdrGetProcedureAddress.
+
+ * documentation/README.fr:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Updated so it's in line with README.
+
+2002-06-05 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog:
+ Release 20020605.
+
+----------------------------------------------------------------
+2002-06-05 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/README.fr:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Updated README.fr so it's in line with README.
+
+ * dlls/kernel/comm.c:
+ Marcelo Welter <pouback@sysmo.com.br>
+ Added PCF_TOTALTIMEOUTS to comm properties.
+
+ * README:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Update FreeBSD-related notes.
+
+ * dlls/kernel/tests/file.c, files/file.c:
+ Check access rights before renaming or deleting files (based on
+ patches by Uwe Bonnes and Dmitry Timoshkov).
+
+ * documentation/README.fr:
+ Jean-Bruno Luginbühl <jean_bruno_luginbuhl@yahoo.fr>
+ French translation of the README file.
+
+2002-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/string.c, dlls/shlwapi/wsprintf.c,
+ dlls/user/user32.spec, dlls/user/wsprintf.c, include/winuser.h:
+ Duplicated wsprintf implementation in shlwapi.
+
+ * documentation/configuring.sgml, documentation/fonts.sgml,
+ documentation/implementation.sgml, documentation/installing.sgml,
+ documentation/samples/config, documentation/wine.conf.man, README:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Documentation improvements.
+
+ * controls/menu.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Only allow tabs in popup menus, and make sure to never display them.
+
+ * dlls/ole32/oleproxy.c, dlls/oleaut32/tmarshal.c, winedefault.reg:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added marshalling of IUnknown.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/setupapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/winemp3.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/kernel/tests/locale.c, dlls/setupapi/devinst.c,
+ scheduler/process.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * debugger/winedbg.c, win32/except.c, winedefault.reg:
+ Added --debugmsg option to the debugger.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/winefile/.cvsignore, programs/winefile/De.rc,
+ programs/winefile/En.rc, programs/winefile/Makefile.in,
+ programs/winefile/license.c, programs/winefile/resource.h,
+ programs/winefile/resource.rc, programs/winefile/rsrc.rc,
+ programs/winefile/splitpath.c, programs/winefile/winefile.c,
+ programs/winefile/winefile.h:
+ Merged Martin Fuchs' file manager (with the help of Steven Edwards).
+
+ * relay32/relay386.c:
+ Check if relay debugging is still on before printing something.
+
+ * dlls/commdlg/filedlg95.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ nitialDir handling and InitialFile handling now agrees with MSDN
+ description, and testing on win2000 appears to agree.
+ ilename field not cleared when directory selected/clicked on.
+ OFN_NOVALIDATE field no longer causes traps, and appears to behave as
+ per w2k.
+
+ * loader/ne/module.c:
+ Don't free the stack selector, it's freed in ExitThread anyway (thanks
+ to Christian Costa).
+
+ * dlls/Makefile.in, dlls/msacm/winemp3/.cvsignore,
+ dlls/msacm/winemp3/Makefile.in, dlls/msacm/winemp3/common.c,
+ dlls/msacm/winemp3/dct64_i386.c, dlls/msacm/winemp3/decode_i386.c,
+ dlls/msacm/winemp3/huffman.h, dlls/msacm/winemp3/interface.c,
+ dlls/msacm/winemp3/l2tables.h, dlls/msacm/winemp3/layer1.c,
+ dlls/msacm/winemp3/layer2.c, dlls/msacm/winemp3/layer3.c,
+ dlls/msacm/winemp3/mpegl3.c, dlls/msacm/winemp3/mpg123.h,
+ dlls/msacm/winemp3/mpglib.h, dlls/msacm/winemp3/tabinit.c,
+ dlls/msacm/winemp3/winemp3.acm.spec, configure, configure.ac:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented a MP3 decoder (based on mpglib).
+
+ * documentation/samples/config, if1632/relay.c,
+ include/wine/library.h, library/debug.c, misc/options.c,
+ relay32/relay386.c, relay32/snoop.c, scheduler/process.c,
+ windows/spy.c:
+ Moved specification of relay and snoop include/exclude functions to
+ the config file.
+ Changed spy config a bit to follow the same scheme.
+ Moved debug option parsing routine into libwine.
+
+ * include/font.h, include/gdi.h, include/metafile.h,
+ include/wine/wingdi16.h, objects/enhmetafile.c, objects/font.c,
+ objects/metafile.c, dlls/gdi/freetype.c, dlls/gdi/mfdrv/init.c,
+ graphics/x11drv/xfont.c:
+ Better encapsulation of the font and metafile objects.
+
+ * Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Warn the user if 'wine' will not find its libraries after installation
+ on 'make install'.
+
+ * dlls/ole32/rpc.c:
+ Bill Medland <medbi01@accpac.com>
+ Fixed incorrect pointer-cast arithmetic.
+ Extended ole trace information.
+ Don't lose the existing pipes on alloc failure.
+
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+ dlls/shell32/shell.spec, dlls/shell32/version16.rc:
+ Johan Gill <johane@lysator.liu.se>
+ Added version info to 16-bit shell.dll.
+
+ * dlls/comctl32/status.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Warning fix.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed another regression in PlaySound.
+
+ * include/winbase.h:
+ Warren Turkal <wturkal@cbu.edu>
+ More stream definitions.
+
+ * dlls/oleaut32/typelib.c, dlls/winmm/mci.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Porting fixes.
+
+2002-06-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/color.h, include/gdi.h, include/palette.h,
+ include/wine/wingdi16.h, include/wingdi.h, include/x11drv.h,
+ objects/color.c, objects/palette.c, dlls/gdi/Makefile.in,
+ dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/win16drv/init.c, dlls/ttydrv/palette.c,
+ dlls/ttydrv/ttydrv.spec, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/brush.c, graphics/x11drv/init.c,
+ graphics/x11drv/palette.c:
+ Better separation of the palette functions.
+ Removed the palette driver.
+
+ * dlls/ntdll/signal_i386.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed DebugBreakProcess (now generates EXCEPTION_BREAKPOINT instead of
+ EXCEPTION_SINGLE_STEP).
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/info.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added ability to turn on/off debug channels.
+ Reimplemented the info maps command.
+
+ * dlls/x11drv/mouse.c, dlls/x11drv/winpos.c, include/cursoricon.h,
+ windows/cursoricon.c, windows/win.c:
+ Removed CURSORICON_IconToCursor now that we support color cursors.
+
+ * dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/information.c:
+ John K. Hohm <jhohm@acm.org>
+ Complete ICatInformation implementation.
+
+ * include/ntddk.h:
+ Mike McCormack <mikem@codeweavers.com>
+ Declare NtCreateFile(), NtOpenFile() and NtReadFile().
+
+ * dlls/shell32/shellole.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed wrong cast; MSDN says lpDropFileStruct->pFiles is offset in
+ bytes (regardless of ascii/unicode).
+
+ * tools/wineinstall:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Corrected installation of the wine applications, fixed call to
+ regedit.
+
+ * tools/bin2res.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Portability fix.
+
+ * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c,
+ include/wine/server_protocol.h, server/console.c, server/process.c,
+ server/process.h, server/protocol.def, server/request.h,
+ server/trace.c, win32/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implementation for console control events (includes process groups
+ support).
+
+ * programs/wineconsole/user.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some selection bugs.
+
+ * debugger/break.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Really enter the debugger when DebugBreak(Process) is invoked on
+ debuggee.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added ctrl-c support.
+
+ * win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Better too long lines detection, added del key support in emacs mode.
+
+ * dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c,
+ dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c, include/dinput.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ - Made sure const LP were actually const in dinput.h.
+ - Uniformized the {A,W} declarations of some structures.
+
+ * tools/findfunc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Show in which file the function is actually implemented, as well as
+ the header in which it is defined.
+
+2002-06-01 Alexandre Julliard <julliard@winehq.com>
+
+ * */*:
+ Removed some more trailing whitespace.
+
+ * library/README.resources:
+ Removed obsolete README.
+
+ * tools/winedump/pe.c:
+ Added fallback read() for missing/failing mmap().
+
+2002-05-31 Alexandre Julliard <julliard@winehq.com>
+
+ * */*:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Removed trailing whitespace.
+
+ * dlls/x11drv/mouse.c:
+ Avoid division by zero (thanks to David Ronis).
+
+ * objects/palette.c, objects/pen.c, objects/region.c,
+ windows/painting.c, dlls/gdi/mfdrv/init.c, dlls/gdi/win16drv/init.c,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c,
+ dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec,
+ dlls/x11drv/Makefile.in, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec, graphics/mapping.c, graphics/painting.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/dib.c, graphics/x11drv/init.c,
+ graphics/x11drv/objects.c, include/bitmap.h, include/brush.h,
+ include/font.h, include/gdi.h, include/palette.h, include/pen.h,
+ include/region.h, include/wine/wingdi16.h, include/x11drv.h,
+ objects/bitmap.c, objects/brush.c, objects/dc.c, objects/dib.c,
+ objects/enhmetafile.c, objects/font.c, objects/gdiobj.c,
+ objects/metafile.c, dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c:
+ Added function table to GDI objects for better encapsulation.
+ Removed some direct accesses to the bitmap structure.
+ Fixed handling of stock bitmap if selected in multiple DCs.
+ Some minor fixes to the DC function table.
+
+ * server/user.c:
+ Fixed next_user_handle to also work on deleted handles.
+
+ * programs/regedit/Makefile.in:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Use native libc functions instead of msvcrt ones.
+
+ * dlls/x11drv/keyboard.c:
+ Shachar Shemesh <wine-devel@sun.consumer.org.il>
+ Added Israeli Hebrew keyboard, and fixed a problem in the matching of
+ characters against dead keys.
+
+2002-05-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, dlls/x11drv/x11drv_main.c, files/file.c,
+ include/file.h, include/wine/server.h, scheduler/client.c,
+ scheduler/process.c:
+ Added wine_server_fd_to_handle to replace FILE_DupUnixHandle.
+
+ * dlls/comctl32/imagelist.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Match behaviour of ImageList_LoadImageA wrt cx parameter (when set to
+ zero).
+
+ * win32/device.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed warnings.
+
+ * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fixes for building on mingw.
+
+ * tools/make_requests, include/wine/server.h,
+ include/wine/server_protocol.h, programs/wineconsole/wineconsole.c,
+ scheduler/client.c, server/console.c, server/console.h,
+ server/debugger.c, server/event.c, server/file.c, server/handle.c,
+ server/handle.h, server/mapping.c, server/named_pipe.c,
+ server/object.h, server/pipe.c, server/process.c, server/process.h,
+ server/protocol.def, server/registry.c, server/request.c,
+ server/request.h, server/semaphore.c, server/serial.c, server/smb.c,
+ server/sock.c, server/thread.c, server/thread.h, server/trace.c,
+ server/window.c:
+ Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
+
+ * tools/bug_report.pl:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Removed -managed option.
+
+ * dlls/ntdll/cdrom.c: Portability fixes.
+
+ * dlls/kernel/time.c, files/dos_fs.c, include/winbase.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ - Fixed GetSystemTimeAdjustment prototype and added it to winbase.h.
+ - Fixed DosDateTimeToFileTime, FileTimeToDosDateTime,
+ LocalFileTimeToFileTime, FileTimeToLocalFileTime and
+ SystemTimeToFileTime.
+
+2002-05-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/information.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/updown.c, include/ntddk.h:
+ Replaced swprintf by wsprintfW.
+
+ * dlls/ole32/compobj.c, dlls/ole32/rpc.c:
+ Bill Medland <medbi01@accpac.com>
+ Ensure that an out-of-process COM object is started only once.
+ Allow out-of-process COM objects if request is for
+ in-or-out-of-process.
+
+ * dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/dsurface/dib.c,
+ dlls/oleaut32/variant.c, dlls/shlwapi/reg.c,
+ graphics/x11drv/xfont.c, tools/winedump/README:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed some more missing \n in traces.
+
+ * dlls/comctl32/status.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ - Check for valid part nr in STATUSBAR_GetTextLength.
+ - TRACE fix in STATUSBAR_SetTextT; SBT_OWNERDRAW pointer isn't always
+ a string pointer.
+
+ * dlls/ole32/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Dropped superflous Remote_CoGetClassObject() (entirely contained in
+ create_marshalled_proxy()).
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Some other synchronisation issues.
+
+ * dlls/kernel/time.c, dlls/ntdll/time.c:
+ Fixed some alignment issues (based on a patch by Gregg Mattinson).
+
+ * ole/ole2nls.c:
+ Fixed buffer handling of some locale functions (based on a patch by
+ Mehmet Yasar).
+
+ * dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Removed redundant checks and variables, fixed some tests, some
+ cosmetic changes.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/locale.c:
+ Fixed some tests that were failing under Wine.
+
+ * include/basetsd.h, include/winbase.h, include/winnt.h:
+ Moved WORDS_BIGENDIAN macros to basetsd.h.
+ Fixed FILETIME definition for big-endian.
+
+ * graphics/x11drv/palette.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Replaced 0 by -1 to indicate free entry in
+ X11DRV_PALETTE_XPixelToPalette.
+
+ * include/winnt.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed the LARGE_INTEGER and ULARGE_INTEGER unions for big endian.
+
+ * dlls/comctl32/tab.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fixed drawing of borders to that of native (uses DrawEdge).
+ - Fixed drawing of separators to match the native.
+ - Fixed height of tabs and buttons to match native.
+ - Add/improved traces.
+ - Handle WM_SYSCOLORCHANGE message.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Check for NULL ptr in midiStreamOut.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/locale.c:
+ Mehmet Yasar <myasar@free.fr>
+ Added test for locale functions.
+
+2002-05-28 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winewrapper:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the ability to add local configuration to winewrapper.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/mfdrv/graphics.c:
+ A few fixes in ExtSelectClipRgn metafile functions.
+
+ * windows/winpos.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed a memory leak in find_child_from_point().
+
+ * include/setupapi.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Stub implementations of some functions.
+
+ * dlls/dsound/dsound_main.c, documentation/samples/config:
+ Johan Gill <johane@lysator.liu.se>
+ Only enumerate DirectSound devices if the first sound device in the
+ system supports the Wine implementation of DirectSound. Also added
+ some entries to the sample config file and changed the values of the
+ "EmulDriver" key to "Y"/"N".
+
+ * dlls/winedos/int10.c, include/miscemu.h, msdos/dosmem.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ The SVGA block code was not accessible (AH and AL inverted). Fixed.
+ Removed duplicate VESA Get SuperVGA INFORMATION function.
+ Fix and finish its implementation.
+ Add 2 functions to managed structures in the BiosSys segment.
+
+ * dlls/winspool/info.c, programs/avitools/aviinfo.c,
+ programs/avitools/aviplay.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed warnings.
+
+ * dlls/comctl32/propsheet.c:
+ Maciek Kaliszewski <kenon@go2.pl>
+ Fixed memory allocation bug in PROPSHEET_CollectPageInfo.
+
+ * dlls/winmm/mmsystem.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ mixerGetControlDetailsW: translate strings for
+ MIXER_GETCONTROLDETAILSF_LISTTEXT option.
+
+ * include/winbase.h:
+ Warren Turkal <wturkal@cbu.edu>
+ Added structures and some constants for stream handling.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Stub implementations of some functions.
+
+ * files/file.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Silence fixme in unnecessary situation, add missing \n to another fixme.
+
+2002-05-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/winpos.c, dlls/x11drv/xrender.c,
+ graphics/x11drv/clipping.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/text.c, include/gdi.h, include/region.h,
+ include/x11drv.h, objects/clipping.c, objects/gdiobj.c,
+ objects/region.c, windows/dce.c, windows/winpos.c,
+ dlls/gdi/mfdrv/graphics.c:
+ Removed dependencies on the internals of the region object.
+ Do not store the region type in the object, it's trivial to determine
+ from the rectangle count.
+ Rewrote a few routines to not depend on internal clipping or region
+ functions.
- * [windows/win.c]
- Fixed severe bug in EnumChildWindwos().
+ * win32/device.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Add some undocumented ioctl mappings.
+ - Correct OpenVxDHandle prototype, document it, have a try at
+ returning a Ring 3 handle and make FIXME more verbose.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed cont/pass mismatch.
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/expr.c,
+ debugger/info.c, debugger/memory.c, debugger/types.c,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Hacked unicode printing feature (x /u).
+ Made the type casts a bit more robust.
+
+ * server/process.c, server/process.h:
+ Fixed process startup synchronization broken by previous change.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Fixed typo in iswalpha forward.
+
+ * tools/winebuild/import.c:
+ Only add extra symbols if they are not already exported by this dll.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed wine exec file location after startup modifications.
+
+ * misc/version.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Use Win98 SE values for WIN98 setting.
+ - Win ME is DOS 8.00.
+ - Rename variable defaultWinVersion to forcedWinVersion.
+ - VERSION_GetSystemDLLVersion(): add W2K/XP support, add "unknown"
+ warning.
+
+2002-05-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.ac, Make.rules.in, configure:
+ No longer need a special LDCOMBINE for cygwin/mingw.
+
+ * include/wine/server_protocol.h, memory/environ.c,
+ scheduler/process.c, server/debugger.c, server/process.c,
+ server/process.h, server/protocol.def, server/ptrace.c,
+ server/trace.c:
+ A few optimizations in the process startup requests now that Winelib
+ apps are started differently from Unix ones.
+
+ * dlls/imm32/imm.c, dlls/ntdll/cdrom.c, dlls/shlwapi/reg.c,
+ dlls/winedos/dosvm.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/xfont.c, msdos/ppdev.c, objects/region.c,
+ windows/sysparams.c, dlls/advapi32/crypt.c,
+ dlls/comctl32/commctrl.c, dlls/dinput/keyboard/main.c,
+ dlls/gdi/freetype.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add missing \n to output messages.
+
+ * graphics/x11drv/opengl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support querying of number of visuals without reporting an error or
+ crashing.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h, misc/version.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Partial implementation of VerifyVersionInfo{A,W}.
+
+2002-05-23 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/main.c, misc/registry.c, msdos/dosconf.c, msdos/int11.c,
+ msdos/int1a.c, msdos/int21.c, msdos/ioports.c, objects/font.c,
+ ole/ole2nls.c, programs/progman/string.c, scheduler/process.c,
+ win32/console.c, dlls/winedos/module.c, dlls/x11drv/event.c,
+ files/directory.c, files/dos_fs.c, files/drive.c, files/profile.c,
+ include/file.h, include/options.h, loader/loadorder.c:
+ Removed most inclusions of options.h.
+ Removed a few no longer used PROFILE_* functions.
+
+ * dlls/winspool/info.c, documentation/Makefile.in,
+ documentation/installation-und-konfiguration.german,
+ documentation/running.sgml, documentation/samples/config,
+ documentation/wine.man.in, misc/options.c, misc/version.c,
+ win32/device.c:
+ Replaced -dosver and -winver options by config file parameters.
+
+ * dlls/make_dlls, dlls/Makefile.in:
+ Restored the library file intermediate step for symlink dependencies.
+
+ * dlls/x11drv/window.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Restored managed mode config file option.
+
+ * tools/wineshelllink:
+ Dustin Navea <speeddymon@yahoo.com>
+ Support for KDE3.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Added creation of c:/windows/fonts and
+ c:/windows/Start Menu/Programs/Startup.
+
+ * dlls/kernel/tests/file.c:
+ Francois Gouget <fgouget@free.fr>
+ Improve the failure messages.
+
+ * include/wine/port.h, loader/ne/module.c, loader/ne/resource.c,
+ loader/task.c, memory/environ.c, tools/winebuild/spec16.c,
+ windows/class.c, dlls/dplayx/dplay.c, dlls/gdi/freetype.c,
+ dlls/ntdll/heap.c, dlls/wineps/truetype.c, include/user.h:
+ Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian
+ issues.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Run make clean in all directories, even the ones we don't compile in.
+ Simplified sub-directories rules a bit.
+
+ * dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/winmm/mcicda/Makefile.in,
+ dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in:
+ Removed some unnecessary imports.
+
+ * Makefile.in: Fixed etags rule.
+
+ * dlls/x11drv/event.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv_main.c, documentation/wine.man.in,
+ graphics/x11drv/graphics.c, include/options.h, misc/options.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the --managed option, and make wine use the managed mode by
+ default.
+
+ * dlls/oleaut32/typelib.c, dlls/setupapi/setupx_main.c, misc/registry.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Removed obsolete email address.
+
+ * dlls/kernel/tests/alloc.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c,
+ dlls/oleaut32/tests/vartest.c, dlls/shlwapi/tests/shreg.c,
+ dlls/user/tests/class.c, dlls/user/tests/wsprintf.c,
+ dlls/winsock/tests/sock.c:
+ Francois Gouget <fgouget@free.fr>
+ Make the tests compile with Visual C++.
+
+ * include/mapicode.h, include/mapidefs.h, include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Include winerror.h if in Winelib mode.
+
+2002-05-22 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/msrle32.api,
+ tools/winapi_check/win32/quartz.api:
+ Avoid 0-byte files.
+
+ * programs/avitools/Makefile.in, programs/winetest/Makefile.in,
+ programs/winetest/runtest, scheduler/client.c, scheduler/process.c,
+ tools/winewrapper, win32/console.c, .cvsignore, Make.rules.in,
+ Makefile.in, dlls/Makedll.rules.in, dlls/x11drv/clipboard.c,
+ documentation/Makefile.in, documentation/samples/config,
+ documentation/wine.man.in, include/module.h, include/wine/library.h,
+ library/loader.c, loader/module.c, miscemu/.cvsignore,
+ miscemu/Makefile.in, programs/.cvsignore, programs/Makefile.in,
+ programs/Makeprog.rules.in, programs/wineapploader.in,
+ winedefault.reg:
+ New loading scheme for Winelib apps, makes them behave like builtin
+ dlls and takes load order into account. Install them in dlldir.
+ Improved MODULE_GetBinaryType to recognize ELF binaries.
+ Added a wrapper script to setup the environment when running directly
+ from inside the source tree.
+
+ * Make.rules.in, aclocal.m4, configure, configure.ac:
+ Added check for ln.
+
+ * dlls/Makefile.in, dlls/msacm/msadp32/.cvsignore,
+ dlls/msacm/msadp32/Makefile.in, dlls/msacm/msadp32/msadp32.acm.spec,
+ dlls/msacm/msadp32/msadp32.c, documentation/samples/system.ini,
+ configure.ac, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created an ACM MS ADPCM codec.
+
+ * dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c,
+ dlls/winmm/wineoss/mmaux.c, dlls/winsock/async.c,
+ dlls/winsock/socket.c, dlls/wsock32/socket.c,
+ dlls/x11drv/wineclipsrv.c, msdos/ppdev.c, dlls/avifil32/avifile.c,
+ dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c,
+ dlls/shdocvw/shdocvw_main.c, dlls/winedos/int31.c,
+ dlls/winmm/wineoss/audio.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/win16/avifile.api,
+ tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/avifil32.api,
+ tools/winapi_check/win32/comcat.api,
+ tools/winapi_check/win32/imaadp32.api,
+ tools/winapi_check/win32/imm32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/msrle32.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/shdocvw.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/wineps.api:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed hang in PlaySound in error cases; added registry lookup for sounds.
+
+ * dlls/winsock/tests/sock.c, include/Makefile.in, include/mswsock.h,
+ include/winsock.h:
+ Francois Gouget <fgouget@free.fr>
+ Add mswsock.h, move relevant definitions to this header.
+
+2002-05-21 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winepath/Makefile.in, programs/winetest/.cvsignore,
+ programs/winetest/Makefile.in, programs/winhelp/.cvsignore,
+ programs/winhelp/Makefile.in, programs/winver/.cvsignore,
+ programs/winver/Makefile.in, scheduler/process.c,
+ programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in,
+ programs/control/.cvsignore, programs/control/Makefile.in,
+ programs/expand/.cvsignore, programs/expand/Makefile.in,
+ programs/notepad/.cvsignore, programs/notepad/Makefile.in,
+ programs/osversioncheck/.cvsignore,
+ programs/osversioncheck/Makefile.in, programs/progman/.cvsignore,
+ programs/progman/Makefile.in, programs/regapi/.cvsignore,
+ programs/regapi/Makefile.in, programs/regedit/.cvsignore,
+ programs/regedit/Makefile.in, programs/regsvr32/.cvsignore,
+ programs/regsvr32/Makefile.in, programs/regtest/.cvsignore,
+ programs/regtest/Makefile.in, programs/uninstaller/.cvsignore,
+ programs/uninstaller/Makefile.in, programs/view/.cvsignore,
+ programs/view/Makefile.in, programs/wcmd/.cvsignore,
+ programs/wcmd/Makefile.in, programs/wineconsole/.cvsignore,
+ programs/wineconsole/Makefile.in, programs/winemine/.cvsignore,
+ programs/winemine/Makefile.in, programs/winepath/.cvsignore,
+ Make.rules.in, debugger/.cvsignore, debugger/Makefile.in,
+ dlls/kernel/tests/.cvsignore, dlls/oleaut32/tests/.cvsignore,
+ dlls/shlwapi/tests/.cvsignore, dlls/user/tests/.cvsignore,
+ dlls/winsock/tests/.cvsignore, programs/Makeprog.rules.in,
+ programs/avitools/.cvsignore, programs/avitools/Makefile.in,
+ programs/clock/.cvsignore, programs/clock/Makefile.in:
+ Renamed Winelib apps to .exe.so to follow the dll naming convention.
+
+ * include/commctrl.h, include/shlwapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Test for IStream_IMETHODS before defining APIs that need the IStream
+ interface (like on Windows).
+
+ * dlls/winaspi/aspi.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Check for sys/ioctl.h.
+
+ * dlls/Makefile.in, dlls/msacm/msg711/.cvsignore,
+ dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.acm.spec,
+ dlls/msacm/msg711/msg711.c, dlls/msacm/msg711/msg711.drv.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented a G711 ACM codec (supports both A-Law and MU-Law).
+
+ * dlls/make_dlls:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now runs in Perl strict mode.
+ Added ability to skip DLL from the tree.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added stub for ExtractAssociatedIconExA.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Allow ANSI charset in font enumeration.
+ Added ability not to close the wineconsole on console object
+ destruction.
+
+ * dlls/user/dde/ddeml16.c, windows/winproc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added 16/32 DDE message conversion.
+ Finished the 16 bit implementation of DDEML.
+
+2002-05-20 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in, configure, configure.ac, programs/Makefile.in,
+ programs/expand/.cvsignore, programs/expand/Makefile.in,
+ programs/expand/expand.c:
+ Moved expand.c from libtest to programs/expand.
+ Removed the rest of the libtest directory.
+
+ * configure.ac, dlls/gdi/freetype.c, dlls/wineps/truetype.c,
+ dlls/x11drv/xrender.c, include/config.h.in, aclocal.m4, configure:
+ Added configure check for the soname of libraries that we load
+ dynamically. Added a few other configure macros, and moved all macros
+ into aclocal.m4.
+
+ * controls/button.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Clear an old button text in WM_SETTEXT as Windows does.
+
+ * dlls/comctl32/pager.c, dlls/comctl32/status.c, dlls/comctl32/tab.c,
+ dlls/comctl32/toolbar.c, dlls/user/user32.spec, include/user.h,
+ include/winuser.h, windows/nonclient.c, windows/syscolor.c,
+ controls/button.c, controls/combo.c, controls/menu.c,
+ controls/scroll.c, controls/uitools.c:
+ Got rid of GetSysColorPen.
+
+ * dlls/user/msg16.c, dlls/winspool/info.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Better error messages.
+
+ * dlls/msvcrt/wcs.c: John K. Hohm <jhohm@acm.org>
+ Fix msvcrt._vsnwprintf format reading bug like NTDLL_vsnwprintf.
+
+ * winedefault.reg:
+ Dustin Navea <speeddymon@yahoo.com>
+ Added SerialComm key.
+
+ * dlls/dplayx/dplay.c, dlls/user/user_main.c, dlls/wineps/ppd.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Spelling stuff.
+
+ * dlls/ntdll/critsection.c:
+ Francois Gouget <fgouget@free.fr>
+ Dump thread id instead of %fs.
+
+2002-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/spec32.c:
+ Do not output stubs in the .def file.
+
+ * unicode/wine_unicode.def, dlls/ntdll/debugtools.c,
+ include/wine/debug.h, include/wine/library.h, library/Makefile.in,
+ library/debug.c:
+ Export the debug API as functions instead of pointers.
+ A few other import fixes for Mingw.
+
+ * dlls/ntdll/wcstring.c, include/winerror.h, dlls/comcat/comcat.h,
+ dlls/comcat/factory.c, dlls/comcat/information.c,
+ dlls/comcat/manager.c, dlls/comcat/register.c:
+ John K. Hohm <jhohm@acm.org>
+ More comcat.dll implementation, swprintf fix, winerror.h additions.
+
+ * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c,
+ dlls/dinput/dinput_private.h, dlls/dinput/keyboard/main.c:
+ Arjen Nienhuis <arjen@BleHQ.org>
+ Fixed keyboard handling.
+
+ * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, files/dos_fs.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Add check for <sys/ioctl.h>.
+
+ * dlls/ntdll/cdrom.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Improve error messages.
+ - Add error code mapping EPERM -> STATUS_ACCESS_DENIED.
+
+ * dlls/kernel/nls/ark.nls, dlls/kernel/nls/heb.nls,
+ dlls/kernel/nls/hrv.nls, dlls/kernel/nls/kor.nls,
+ dlls/kernel/nls/tha.nls, dlls/kernel/nls/ukr.nls:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added LOCALE_IDEFAULTMACCODEPAGE values for some languages.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added stub for DllRegisterServer.
+
+ * dlls/shell32/shell32_xx.rc:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added version info resource.
+
+ * dlls/user/tests/sysparams.c:
+ Francois Gouget <fgouget@free.fr>
+ Make the 'error' string of a couple of checks consistent with the
+ others.
+
+ * loader/module.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the WinExec prototype.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Francois Gouget <fgouget@free.fr>
+ Implemented _getws.
+
+ * windows/win.c: Francois Gouget <fgouget@free.fr>
+ Add missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
+
+ * dlls/ntdll/nt.c, include/winbase.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Correct implementation of VerSetConditionMask.
+
+2002-05-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Generate a kernel32 dependency for dlls that have no imports to handle
+ the winebuild-generated implicit import.
+
+ * library/debug.c:
+ Added check for numeric ids and null pointers (thanks to Dimitrie).
+
+ * 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/regedit/Makefile.in, programs/regsvr32/Makefile.in,
+ programs/regtest/Makefile.in, programs/uninstaller/Makefile.in,
+ programs/view/Makefile.in, programs/wcmd/Makefile.in,
+ programs/winemine/Makefile.in, programs/winepath/Makefile.in,
+ programs/winetest/Makefile.in, programs/winhelp/Makefile.in,
+ programs/winver/Makefile.in, dlls/wineps/Makefile.in,
+ dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+ 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/winearts/Makefile.in, dlls/winmm/wineoss/Makefile.in,
+ dlls/winnls/Makefile.in, dlls/winspool/Makefile.in,
+ dlls/wintrust/Makefile.in, dlls/wsock32/Makefile.in,
+ dlls/x11drv/Makefile.in, programs/avitools/Makefile.in,
+ programs/clock/Makefile.in, dlls/opengl32/Makefile.in,
+ dlls/qcap/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/serialui/Makefile.in,
+ dlls/shdocvw/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/shlwapi/Makefile.in, dlls/snmpapi/Makefile.in,
+ dlls/sti/Makefile.in, dlls/tapi32/Makefile.in,
+ dlls/ttydrv/Makefile.in, dlls/twain/Makefile.in,
+ dlls/url/Makefile.in, dlls/urlmon/Makefile.in,
+ dlls/user/Makefile.in, dlls/version/Makefile.in,
+ dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/imm32/Makefile.in,
+ dlls/lzexpand/Makefile.in, dlls/mapi32/Makefile.in,
+ dlls/mpr/Makefile.in, dlls/msacm/Makefile.in,
+ dlls/msacm/imaadp32/Makefile.in, dlls/msacm/msg711/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/msimg32/Makefile.in,
+ dlls/msisys/Makefile.in, dlls/msnet32/Makefile.in,
+ dlls/msrle32/Makefile.in, dlls/msvcrt20/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/netapi32/Makefile.in,
+ dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+ dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/Makefile.in, dlls/avicap32/Makefile.in,
+ dlls/avifil32/Makefile.in, dlls/comcat/Makefile.in,
+ dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in,
+ dlls/crtdll/Makefile.in, dlls/crypt32/Makefile.in,
+ dlls/dciman32/Makefile.in, dlls/ddraw/Makefile.in,
+ dlls/devenum/Makefile.in, dlls/dinput/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/icmp/Makefile.in,
+ dlls/imagehlp/Makefile.in:
+ Removed most imports of ntdll since we no longer import Wine internal
+ functions from there.
+
+ * scheduler/sysdeps.c, win32/device.c, dlls/Makedll.rules.in,
+ dlls/commdlg/filedlg95.c, dlls/kernel/stress.c, dlls/mpr/wnet.c,
+ dlls/user/network.c, dlls/x11drv/x11drv_main.c, include/winbase.h,
+ library/port.c, memory/environ.c, memory/heap.c:
+ A few fixes for mingw cross-compilation.
+
+ * controls/menu.c, dlls/commdlg/cdlg32.c, dlls/ntdll/debugtools.c,
+ dlls/ntdll/ntdll.spec, dlls/user/resource.c, if1632/relay.c,
+ include/wine/debug.h, library/debug.c, loader/ne/resource.c,
+ memory/atom.c, objects/font.c, relay32/snoop.c, windows/class.c,
+ windows/dialog.c, windows/win.c:
+ Export the debugging API from libwine instead of ntdll.
+ Removed debugres_[aw].
+
+ * dlls/winspool/info.c:
+ Bill Medland <medbi01@accpac.com>
+ Remove leading whitespace from printcap entries.
+
+ * dlls/winedos/vga.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Do not create a window each time VGA_DoSetMode is called. The window
+ is created the first time and then just resized.
+
+2002-05-16 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/import.c, tools/winebuild/spec32.c:
+ Adapted to use the argc/argv variables from libwine.
+ Automatically import libraries that contain the symbols that the
+ .spec.c file is using.
+
+ * scheduler/process.c, dlls/msvcrt/data.c, dlls/ntdll/ntdll.spec,
+ include/wine/library.h, library/loader.c, memory/environ.c:
+ Export global argc/argv variables from libwine and remove the
+ __wine_get_main_args functions from ntdll.
+
+ * dlls/winsock/socket.c:
+ Fixed struct msghdr access for platforms that have msg_accrights
+ (reported by Warren Baird).
+
+ * include/winerror.h:
+ Philip Brown <phil@bolthole.com>
+ Need to undef NOERROR for Solaris.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/math.c, relay32/snoop.c:
+ Warren Baird <Warren_Baird@cimmetry.com>
+ Some fixes for compiling on Sparc.
+
+ * programs/winetest/wtmain.c:
+ Better usage message. Flush stderr before exiting.
+
+ * include/wine/library.h, include/winnt.h, library/ldt.c,
+ memory/selector.c, scheduler/sysdeps.c, scheduler/syslevel.c,
+ tools/winebuild/spec16.c, win32/except.c, dlls/kernel/kernel_main.c,
+ dlls/kernel/thunk.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/signal_i386.c, if1632/builtin.c, if1632/relay.c,
+ if1632/snoop.c:
+ Moved the selector access functions out of winnt.h into libwine.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed hangs when playing an ASCII resource.
+
+ * dlls/winedos/int10.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle properly the requested video mode in Int10h SET VIDEO MODE
+ function by managing the bit 7 of AL.
+
+ * tools/wineinstall:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Place "Common Files" under "Program Files" instead of root directory.
+
+ * dlls/ole32/marshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Tell the user if winedefault.reg is not loaded.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/typelib.c,
+ dlls/setupapi/install.c, dlls/setupapi/parser.c, include/ntddk.h,
+ include/wine/unicode.h, unicode/string.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/updown.c, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c,
+ dlls/ntdll/wcstring.c:
+ Implemented strtolW/strtoulW in libwine_unicode and used it to replace
+ wcstol and friends.
+
+ * tools/winebuild/spec16.c:
+ Fixed missing call to make_c_identifier.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dma.c, dlls/winedos/dosexe.h,
+ dlls/winedos/ioports.c, dlls/winedos/soundblaster.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added DMA and SoundBlaster emulation.
+
+ * documentation/getting.sgml:
+ William Stinson <wstinson@infonie.fr>
+ Explain patch -p0 option.
+
+ * dlls/comctl32/listview.c, dlls/commdlg/filedlg95.c,
+ dlls/msacm/driver.c, dlls/serialui/confdlg.c,
+ dlls/shell32/shlfolder.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fixed snprintf warnings.
+
+ * tools/winedump/debug.c, tools/winedump/pe.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Added check for sys/mman.h.
+
+ * winedefault.reg:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed incorrect format where single backslashes were used instead of
+ double ones in attribute values.
+
+ * dlls/winmm/mmio.c:
+ Johan Gill <johane@lysator.liu.se>
+ lpmmioinfo can sometimes, proven in the read case, be NULL.
+
+2002-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wineshelllink:
+ Dustin Navea <speeddymon@yahoo.com>
+ Fixes for kde3 and Desktop directory.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Fix for $libdir check.
+
+ * configure.ac, dlls/kernel/comm.c, dlls/netapi32/netapi32.c,
+ dlls/ntdll/cdrom.c, dlls/rpcrt4/rpcrt4_main.c, include/config.h.in,
+ library/loader.c, library/port.c, configure:
+ Portability fixes.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/comcat/.cvsignore,
+ dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/comcat.spec, dlls/comcat/comcat_main.c,
+ dlls/comcat/factory.c, dlls/comcat/information.c,
+ dlls/comcat/manager.c, dlls/comcat/register.c, winedefault.reg:
+ John K. Hohm <jhohm@acm.org>
+ Added comcat.dll with factory and manager but E_NOTIMPL work methods.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed Trace macro and replaced it by Wine debug channel facility.
+ Made the font lookup at startup more robust and now save registry at
+ startup time if a new font is chosen (as spotted by Sylvain Petreolle).
+ Fixed an update bug spotted by Jason Edmeades.
+
+ * dlls/kernel/time.c, include/winnls.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Better implementation of GetCalendarInfo{A,W}, not perfect.
+
+ * programs/winver/.cvsignore, tools/winebuild/README,
+ tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/clock/.cvsignore, programs/cmdlgtst/.cvsignore,
+ programs/control/.cvsignore, programs/notepad/.cvsignore,
+ programs/osversioncheck/.cvsignore, programs/progman/.cvsignore,
+ programs/regapi/.cvsignore, programs/regedit/.cvsignore,
+ programs/regsvr32/.cvsignore, programs/regtest/.cvsignore,
+ programs/uninstaller/.cvsignore, programs/view/.cvsignore,
+ programs/wcmd/.cvsignore, programs/wineconsole/.cvsignore,
+ programs/winemine/.cvsignore, programs/winepath/.cvsignore,
+ programs/winetest/.cvsignore, programs/winhelp/.cvsignore,
+ dlls/winmm/mciseq/.cvsignore, dlls/winmm/mciseq/mciseq.drv.spec,
+ dlls/winmm/mciwave/.cvsignore, dlls/winmm/mciwave/mciwave.drv.spec,
+ dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/midimap.drv.spec,
+ dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/msacm.drv.spec,
+ dlls/winmm/winearts/.cvsignore, dlls/winmm/winearts/Makefile.in,
+ dlls/winmm/winearts/winearts.drv.spec,
+ dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/wineoss.drv.spec,
+ dlls/winnls/.cvsignore, dlls/winnls/winnls32.spec,
+ dlls/winsock/.cvsignore, dlls/winsock/ws2_32.spec,
+ dlls/winspool/.cvsignore, dlls/winspool/winspool.drv.spec,
+ dlls/wintrust/.cvsignore, dlls/wintrust/wintrust.spec,
+ dlls/wow32/.cvsignore, dlls/wow32/wow32.spec,
+ dlls/wsock32/.cvsignore, dlls/wsock32/wsock32.spec,
+ dlls/x11drv/.cvsignore, dlls/x11drv/x11drv.spec, miscemu/wine.spec,
+ dlls/twain/.cvsignore, dlls/twain/twain_32.spec,
+ dlls/url/.cvsignore, dlls/url/url.spec, dlls/urlmon/.cvsignore,
+ dlls/urlmon/urlmon.spec, dlls/user/.cvsignore,
+ dlls/user/user32.spec, dlls/version/.cvsignore,
+ dlls/version/version.spec, dlls/win32s/.cvsignore,
+ dlls/win32s/w32skrnl.spec, dlls/winaspi/.cvsignore,
+ dlls/winaspi/wnaspi32.spec, dlls/winedos/.cvsignore,
+ dlls/winedos/winedos.spec, dlls/wineps/.cvsignore,
+ dlls/wineps/wineps.spec, dlls/wininet/.cvsignore,
+ dlls/wininet/wininet.spec, dlls/winmm/.cvsignore,
+ dlls/winmm/joystick/.cvsignore,
+ dlls/winmm/joystick/joystick.drv.spec,
+ dlls/winmm/mcianim/.cvsignore, dlls/winmm/mcianim/mcianim.drv.spec,
+ dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/mciavi.drv.spec,
+ dlls/winmm/mcicda/.cvsignore, dlls/winmm/mcicda/mcicda.drv.spec,
+ dlls/winmm/winmm.spec, dlls/qcap/.cvsignore, dlls/qcap/qcap.spec,
+ dlls/quartz/.cvsignore, dlls/quartz/quartz.spec,
+ dlls/rasapi32/.cvsignore, dlls/rasapi32/rasapi32.spec,
+ dlls/richedit/.cvsignore, dlls/richedit/riched32.spec,
+ dlls/rpcrt4/.cvsignore, dlls/rpcrt4/rpcrt4.spec,
+ dlls/serialui/.cvsignore, dlls/serialui/serialui.spec,
+ dlls/setupapi/.cvsignore, dlls/setupapi/setupapi.spec,
+ dlls/shdocvw/.cvsignore, dlls/shdocvw/shdocvw.spec,
+ dlls/shell32/.cvsignore, dlls/shell32/shell32.spec,
+ dlls/shfolder/.cvsignore, dlls/shfolder/shfolder.spec,
+ dlls/shlwapi/.cvsignore, dlls/shlwapi/shlwapi.spec,
+ dlls/snmpapi/.cvsignore, dlls/snmpapi/snmpapi.spec,
+ dlls/sti/.cvsignore, dlls/sti/sti.spec, dlls/tapi32/.cvsignore,
+ dlls/tapi32/tapi32.spec, dlls/ttydrv/.cvsignore,
+ dlls/ttydrv/ttydrv.spec, dlls/netapi32/.cvsignore,
+ dlls/netapi32/netapi32.spec, dlls/ntdll/.cvsignore,
+ dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/odbc32/.cvsignore, dlls/odbc32/odbc32.spec,
+ dlls/ole32/.cvsignore, dlls/ole32/ole32.spec,
+ dlls/oleaut32/.cvsignore, dlls/oleaut32/oleaut32.spec,
+ dlls/olecli/.cvsignore, dlls/olecli/olecli32.spec,
+ dlls/oledlg/.cvsignore, dlls/oledlg/oledlg.spec,
+ dlls/olepro32/.cvsignore, dlls/olepro32/olepro32.spec,
+ dlls/olesvr/.cvsignore, dlls/olesvr/olesvr32.spec,
+ dlls/opengl32/.cvsignore, dlls/opengl32/opengl32.spec,
+ dlls/psapi/.cvsignore, dlls/psapi/psapi.spec,
+ dlls/kernel/.cvsignore, dlls/kernel/kernel32.spec,
+ dlls/lzexpand/.cvsignore, dlls/lzexpand/lz32.spec,
+ dlls/mapi32/.cvsignore, dlls/mapi32/mapi32.spec,
+ dlls/mpr/.cvsignore, dlls/mpr/mpr.spec, dlls/msacm/.cvsignore,
+ dlls/msacm/imaadp32/.cvsignore,
+ dlls/msacm/imaadp32/imaadp32.acm.spec, dlls/msacm/msacm32.spec,
+ dlls/msacm/msg711/.cvsignore, dlls/msacm/msg711/msg711.drv.spec,
+ dlls/msdmo/.cvsignore, dlls/msdmo/msdmo.spec,
+ dlls/msimg32/.cvsignore, dlls/msimg32/msimg32.spec,
+ dlls/msisys/.cvsignore, dlls/msisys/msisys.ocx.spec,
+ dlls/msnet32/.cvsignore, dlls/msnet32/msnet32.spec,
+ dlls/msrle32/.cvsignore, dlls/msrle32/msrle32.spec,
+ dlls/msvcrt/.cvsignore, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/.cvsignore, dlls/msvcrt20/msvcrt20.spec,
+ dlls/msvideo/.cvsignore, dlls/msvideo/msvfw32.spec,
+ dlls/commdlg/.cvsignore, dlls/commdlg/comdlg32.spec,
+ dlls/crtdll/.cvsignore, dlls/crtdll/crtdll.spec,
+ dlls/crypt32/.cvsignore, dlls/crypt32/crypt32.spec,
+ dlls/dciman32/.cvsignore, dlls/dciman32/dciman32.spec,
+ dlls/ddraw/.cvsignore, dlls/ddraw/ddraw.spec,
+ dlls/devenum/.cvsignore, dlls/devenum/devenum.spec,
+ dlls/dinput/.cvsignore, dlls/dinput/dinput.spec,
+ dlls/dplay/.cvsignore, dlls/dplay/dplay.spec,
+ dlls/dplayx/.cvsignore, dlls/dplayx/dplayx.spec,
+ dlls/dsound/.cvsignore, dlls/dsound/dsound.spec,
+ dlls/gdi/.cvsignore, dlls/gdi/gdi32.spec, dlls/glu32/.cvsignore,
+ dlls/glu32/glu32.spec, dlls/icmp/.cvsignore, dlls/icmp/icmp.spec,
+ dlls/imagehlp/.cvsignore, dlls/imagehlp/imagehlp.spec,
+ dlls/imm32/.cvsignore, dlls/imm32/imm32.spec, Make.rules.in,
+ debugger/.cvsignore, dlls/Makedll.rules.in,
+ dlls/advapi32/.cvsignore, dlls/advapi32/advapi32.spec,
+ dlls/avicap32/.cvsignore, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/.cvsignore, dlls/avifil32/avifil32.spec,
+ dlls/comctl32/.cvsignore, dlls/comctl32/comctl32.spec:
+ Added winebuild support for generating a .dbg.c file containing the
+ debug channels definitions.
+ Made win32 the default type for spec files.
+ Ignore C compiler in winebuild so we can simply pass it $(DEFS).
+ Removed type win32 and debug_channels from spec files.
+ Fixed winebuild to always generate correct C identifiers (reported by
+ Vincent Béron).
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Updated make_dlls script for new import scheme.
+
+ * dlls/comctl32/propsheet.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ - Center property sheet page during creation (padding)
+ (some applications rely on this behaviour when resizing the page)
+ - Mask away WS_THICKFRAME page style
+ - Page navigation by resource id (by unknown author)
+
+ * misc/.cvsignore, misc/Makefile.in, msdos/.cvsignore,
+ msdos/Makefile.in, objects/Makefile.in, ole/Makefile.in,
+ relay32/.cvsignore, relay32/Makefile.in, scheduler/.cvsignore,
+ scheduler/Makefile.in, tools/makedep.c, win32/.cvsignore,
+ win32/Makefile.in, windows/.cvsignore, windows/Makefile.in,
+ configure.ac, controls/.cvsignore, controls/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in,
+ dlls/user/Makefile.in, dlls/x11drv/Makefile.in, files/.cvsignore,
+ files/Makefile.in, graphics/.cvsignore, graphics/Makefile.in,
+ graphics/x11drv/.cvsignore, graphics/x11drv/Makefile.in,
+ if1632/.cvsignore, if1632/Makefile.in, loader/.cvsignore,
+ loader/Makefile.in, loader/ne/.cvsignore, loader/ne/Makefile.in,
+ memory/.cvsignore, memory/Makefile.in, Make.rules.in, configure:
+ Specify the complete source file list for a dll inside the main
+ makefile and get rid of the subdirectories makefiles.
+
+ * programs/winhelp/Xx.rc: No longer used.
+
+ * dlls/kernel/nls/jpn.nls:
+ Aric Stewart <aric@codeweavers.com>
+ Improved NLS file for codepage 932 (SJIS).
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Do not invalidate the rect while drawing.
+ Implemented GetSubItemRect and a quick change to notifications sent
+ for OwnerData items.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Robert Coeyman <admiral@corner.net>
+ Added the rest of the register manipulation code to int 10. It only
+ handles the setting of the 16-color palette registers and overscan.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Change traces to trace full window handle and improve some traces.
+ - Send WM_NOTIFY to parent not to self.
+ - Implement PGS_AUTOSCROLL via MOUSEMOVE and Timer routines.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Support PGN_SCROLL notify and return either the button heigth or width.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix memory dump where length is not a multiple of 4.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fixed issues with Unicode conversion. Certain strings were not
+ converted, but then processed as converted.
+
+ * programs/winhelp/Da.rc, programs/winhelp/De.rc,
+ programs/winhelp/En.rc, programs/winhelp/Es.rc,
+ programs/winhelp/Fi.rc, programs/winhelp/Fr.rc,
+ programs/winhelp/Hu.rc, programs/winhelp/It.rc,
+ programs/winhelp/Ko.rc, programs/winhelp/Pt.rc,
+ programs/winhelp/Sk.rc, programs/winhelp/Sw.rc,
+ programs/winhelp/Va.rc, programs/winhelp/Wa.rc,
+ programs/winhelp/macro.c, programs/winhelp/rsrc.rc,
+ programs/winhelp/string.c, programs/winhelp/winhelp.c,
+ programs/winhelp/winhelp.h, programs/winhelp/winhelp_res.h:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ - Converted Winhelp for use of NLS
+ - Minor bugfix
+ - Disable support of Va.rc for now (rumantsch swiss)
+
+2002-05-12 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/runtest, unicode/Makefile.in, Make.rules.in,
+ configure, configure.ac, dlls/kernel/tests/process.c,
+ library/Makefile.in, programs/Makeprog.rules.in:
+ Added some support for cross-compilation using mingw32.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Better behavior of PlaySound (error handling, synchronization).
+ Removed some unnecessary tests about windows handles.
+
+2002-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/Makefile.in,
+ programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole.spec,
+ programs/winemine/Makefile.in, programs/winemine/winemine.spec,
+ programs/winepath/Makefile.in, programs/winepath/winepath.spec,
+ programs/winetest/Makefile.in, programs/winetest/winetest.spec,
+ programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec,
+ programs/winver/Makefile.in, programs/winver/winver.spec,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/utils.c,
+ dlls/wow32/Makefile.in, dlls/wsock32/Makefile.in,
+ dlls/x11drv/Makefile.in, miscemu/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec,
+ programs/avitools/icinfo.spec, programs/clock/Makefile.in,
+ programs/clock/clock.spec, programs/cmdlgtst/Makefile.in,
+ programs/cmdlgtst/cmdlgtst.spec, programs/control/Makefile.in,
+ programs/control/control.spec, programs/notepad/Makefile.in,
+ programs/notepad/notepad.spec, programs/osversioncheck/Makefile.in,
+ programs/osversioncheck/osversioncheck.spec,
+ programs/progman/Makefile.in, programs/progman/progman.spec,
+ programs/regapi/Makefile.in, programs/regapi/regapi.spec,
+ programs/regedit/Makefile.in, programs/regedit/regedit.spec,
+ programs/regsvr32/Makefile.in, programs/regsvr32/regsvr32.spec,
+ programs/regtest/Makefile.in, programs/regtest/regtest.spec,
+ programs/uninstaller/Makefile.in,
+ programs/uninstaller/uninstaller.spec, programs/view/Makefile.in,
+ programs/view/view.spec, programs/wcmd/Makefile.in,
+ programs/wcmd/wcmd.spec, dlls/wininet/Makefile.in,
+ dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in,
+ dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/Makefile.in,
+ dlls/winmm/mciavi/mciavi.drv.spec, 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/winearts/Makefile.in, dlls/winmm/wineoss/Makefile.in,
+ dlls/winmm/winmm.spec, dlls/winnls/Makefile.in,
+ dlls/winsock/Makefile.in, dlls/winsock/tests/ws2_32_test.spec,
+ dlls/winspool/Makefile.in, dlls/wintrust/Makefile.in,
+ dlls/serialui/Makefile.in, dlls/serialui/serialui.spec,
+ dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec,
+ dlls/shdocvw/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/shell32/shell32.spec, dlls/shfolder/Makefile.in,
+ dlls/shlwapi/Makefile.in, dlls/shlwapi/tests/shlwapi_test.spec,
+ dlls/snmpapi/Makefile.in, dlls/sti/Makefile.in,
+ dlls/tapi32/Makefile.in, dlls/ttydrv/Makefile.in,
+ dlls/twain/Makefile.in, dlls/url/Makefile.in,
+ dlls/urlmon/Makefile.in, dlls/user/Makefile.in,
+ dlls/user/tests/user32_test.spec, dlls/user/user32.spec,
+ dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+ dlls/winaspi/Makefile.in, dlls/winedos/Makefile.in,
+ dlls/wineps/Makefile.in, dlls/wineps/wineps.spec,
+ dlls/msnet32/Makefile.in, dlls/msrle32/Makefile.in,
+ dlls/msvcrt/Makefile.in, dlls/msvcrt20/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/netapi32/Makefile.in,
+ dlls/odbc32/Makefile.in, dlls/ole32/Makefile.in,
+ dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/tests/oleaut32_test.spec,
+ dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+ dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/opengl32/Makefile.in, dlls/psapi/Makefile.in,
+ dlls/qcap/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/ddraw/Makefile.in,
+ dlls/ddraw/ddraw.spec, dlls/devenum/Makefile.in,
+ dlls/dinput/Makefile.in, dlls/dplay/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dsound/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec,
+ dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in,
+ dlls/imm32/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel32.spec, dlls/kernel/tests/kernel32_test.spec,
+ dlls/lzexpand/Makefile.in, dlls/mapi32/Makefile.in,
+ dlls/mpr/Makefile.in, dlls/msacm/Makefile.in,
+ dlls/msacm/msacm32.spec, dlls/msacm/msg711/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/msimg32/Makefile.in,
+ dlls/msisys/Makefile.in, Make.rules.in, debugger/Makefile.in,
+ debugger/winedbg.c, debugger/winedbg.spec, dlls/Makedll.rules.in,
+ dlls/advapi32/Makefile.in, dlls/avicap32/Makefile.in,
+ dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in,
+ dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in,
+ dlls/commdlg/comdlg32.spec, dlls/crtdll/Makefile.in,
+ dlls/crypt32/Makefile.in, dlls/dciman32/Makefile.in:
+ Added -res option to specify resources on winebuild command-line.
+ Added -exe mode to generate a .spec.c for an exe without having to
+ provide a .spec.
+ Removed some no longer needed spec files.
+ Removed .dll extension in makefiles import specifications.
+
+ * dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Let MCI drivers support the session instance loading mechanism (NULL
+ lParam2 in MCI_OPEN).
+
+ * include/wine/obj_comcat.h:
+ John K. Hohm <jhohm@acm.org>
+ Fixed typos; added standard CATID_'s.
+
+ * memory/instr.c: Jukka Heinonen <jhei@iki.fi>
+ When using MapSL, 32-bit addresses are no longer truncated into 16-bit
+ addresses.
+
+ * msdos/dpmi.c: Jukka Heinonen <jhei@iki.fi>
+ RawModeSwitch can now be used to return DPMI application back to
+ protected mode.
+
+ * dlls/winedos/vga.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Avoid deadlock in VGA_DoSetMode.
+
+ * files/profile.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Make PROFILE_GetString account for default value in all cases.
+
+ * tools/winedump/main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Allowed options to be put between mode keyword and main argument.
+
+ * dlls/msacm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved session instance loading to winmm.
+
+ * dlls/msacm/imaadp32/Makefile.in,
+ dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/imaadp32/imaadp32.c, documentation/samples/system.ini:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created an ACM IMA ADPCM codec.
+
+ * dlls/msacm/format.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bug in acmFormatTagEnumW.
+
+ * dlls/winmm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created session instance for installable drivers.
+ Now properly freeing library upon driver exit.
+
+ * include/winbase.h, win32/newfns.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed FlushInstructionCache prototype.
+
+ * server/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed missing wineconsole notification of title modification.
+
+ * dlls/dsound/dsound_main.c:
+ Joris Beugnies <joris.beugnies@pandora.be>
+ Make defines configurable at run-time.
+
+ * graphics/x11drv/dib.c:
+ David Hammerton <david@transgaming.com>
+ Lock/unlock (and hence maybe coerce) DIBSections into GdiMod during
+ the SetDIBits and GetDIBits functions, before actually accessing the X
+ Pixmap.
+
+2002-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog:
+ Release 20020509.
+
+----------------------------------------------------------------
+2002-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c:
+ Build an explicit argument structure for mmap instead of relying on
+ the stack layout.
+
+ * configure.ac, include/config.h.in, include/wine/port.h,
+ tools/wrc/ppy.y, configure:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Detect snprintf && _snprintf, use _snprintf on stupid platforms
+ (windows).
+
+ * dlls/kernel/tests/file.c:
+ Removed extra return statement.
+
+ * include/ts_xlib.h, include/ts_xresource.h, include/ts_xutil.h,
+ tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c,
+ tsx11/ts_xresource.c, tsx11/ts_xutil.c:
+ Added some #ifdefs HAVE_X11_XLIB_H where appropriate.
+
+ * ANNOUNCE, README, documentation/fonts.sgml,
+ documentation/getting.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/wine.man.in:
+ Fixed some winehq.com URLs.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Corrected RtlConvertSidToUnicodeString, stub for VerSetConditionMask.
+
+ * dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Added some more tests.
+
+ * include/Makefile.in, include/comcat.h, include/wine/obj_comcat.h,
+ include/wine/obj_enumguid.h, ole/uuid.c:
+ John K. Hohm <jhohm@acm.org>
+ Added definitions for the Component Categories Manager.
+
+ * dlls/shlwapi/tests/.cvsignore, dlls/shlwapi/tests/shlwapi_test.spec,
+ dlls/shlwapi/tests/shreg.c, configure, configure.ac,
+ dlls/shlwapi/Makefile.in:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Added some tests.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Reimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetPathA/W.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/debughlp.c,
+ dlls/shell32/debughlp.h, dlls/shell32/pidl.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Moving the pidl debug functions to a separate file and made them self
+ contained. This prevents useless trace messages generated from the
+ debug functions themselves.
+
+ * dlls/ntdll/file.c, include/winioctl.h:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Types and partial implementation for NtQueryVolumeInformationFile.
+
+ * dlls/advapi32/registry.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Make use of access mask MAXIMUM_ALLOWED possible.
+
+ * misc/registry.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Use only winapi functions in _convert_winnt_registry_to_wine_format.
+
+ * dlls/kernel/kernel32.spec, misc/version.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Stub for VerifyVersionInfoW.
+
+ * files/directory.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Use long names, not 8.3 names in environment.
+
+ * dlls/x11drv/Makefile.in, include/Makefile.in, library/Makefile.in,
+ ole/Makefile.in, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in, programs/winetest/Makefile.in,
+ server/Makefile.in, tools/Makefile.in, tools/install-sh,
+ tools/mkinstalldirs, tools/winapi/Makefile.in,
+ tools/winebuild/Makefile.in, tools/winedump/Makefile.in,
+ tools/wmc/Makefile.in, tools/wrc/Makefile.in, tsx11/Makefile.in,
+ unicode/Makefile.in, Make.rules.in, Makefile.in,
+ dlls/Makedll.rules.in:
+ Added mkinstalldirs to create directories more portably.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/graphics.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/win16drv/init.c, include/gdi.h, objects/clipping.c,
+ dlls/gdi/driver.c:
+ Added ExtSelectClipRgn to the DC interface and implemented it for
+ standard and enhanced metafiles.
+
+ * tools/config.guess, tools/config.sub:
+ Updated to the latest version.
+
+ * configure, configure.ac:
+ There's no need to check for dlopen on cygwin.
+
+ * controls/menu.c:
+ Rizsanyi Zsolt <rizsanyi@myrealbox.com>
+ Disabled catching of mouse move events when not over menu.
+ Changed MENU_SelectItem allow EndMenu to deselect the selected menu.
+
+ * tools/winebuild/import.c, tools/winebuild/main.c,
+ programs/notepad/Makefile.in, programs/notepad/notepad.spec,
+ programs/osversioncheck/Makefile.in,
+ programs/osversioncheck/osversioncheck.spec,
+ programs/progman/Makefile.in, programs/progman/progman.spec,
+ programs/regapi/Makefile.in, programs/regapi/regapi.spec,
+ programs/regedit/Makefile.in, programs/regedit/regedit.spec,
+ programs/regsvr32/Makefile.in, programs/regsvr32/regsvr32.spec,
+ programs/regtest/Makefile.in, programs/regtest/regtest.spec,
+ programs/uninstaller/Makefile.in,
+ programs/uninstaller/uninstaller.spec, programs/view/Makefile.in,
+ programs/view/view.spec, programs/wcmd/Makefile.in,
+ programs/wcmd/wcmd.spec, programs/wineconsole/Makefile.in,
+ programs/wineconsole/wineconsole.spec, programs/winemine/Makefile.in,
+ programs/winemine/winemine.spec, programs/winepath/Makefile.in,
+ programs/winepath/winepath.spec, programs/winetest/Makefile.in,
+ programs/winetest/winetest.spec, programs/winhelp/Makefile.in,
+ programs/winhelp/winhelp.spec, programs/winver/Makefile.in,
+ programs/winver/winver.spec, dlls/winnls/Makefile.in,
+ dlls/winnls/winnls32.spec, dlls/winsock/Makefile.in,
+ dlls/winsock/tests/ws2_32_test.spec, dlls/winsock/ws2_32.spec,
+ dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec,
+ dlls/wintrust/Makefile.in, dlls/wintrust/wintrust.spec,
+ dlls/wow32/Makefile.in, dlls/wow32/wow32.spec,
+ dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec,
+ dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec,
+ 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/volinfo.spec, miscemu/Makefile.in, miscemu/wine.spec,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec,
+ programs/avitools/icinfo.spec, programs/clock/Makefile.in,
+ programs/clock/clock.spec, programs/cmdlgtst/Makefile.in,
+ programs/cmdlgtst/cmdlgtst.spec, programs/control/Makefile.in,
+ programs/control/control.spec, dlls/win32s/Makefile.in,
+ dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in,
+ dlls/winaspi/wnaspi32.spec, dlls/winedos/Makefile.in,
+ dlls/winedos/winedos.spec, dlls/wineps/Makefile.in,
+ dlls/wineps/wineps.spec, dlls/wininet/Makefile.in,
+ dlls/wininet/wininet.spec, dlls/winmm/Makefile.in,
+ dlls/winmm/joystick/Makefile.in,
+ dlls/winmm/joystick/joystick.drv.spec,
+ dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec,
+ dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec,
+ dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec,
+ dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec,
+ dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec,
+ dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec,
+ dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec,
+ dlls/winmm/winearts/Makefile.in,
+ dlls/winmm/winearts/winearts.drv.spec,
+ dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec,
+ dlls/winmm/winmm.spec, dlls/serialui/Makefile.in,
+ dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in,
+ dlls/setupapi/setupapi.spec, dlls/shdocvw/Makefile.in,
+ dlls/shdocvw/shdocvw.spec, dlls/shell32/Makefile.in,
+ dlls/shell32/shell32.spec, dlls/shfolder/Makefile.in,
+ dlls/shfolder/shfolder.spec, dlls/shlwapi/Makefile.in,
+ dlls/shlwapi/shlwapi.spec, dlls/snmpapi/Makefile.in,
+ dlls/snmpapi/snmpapi.spec, dlls/sti/Makefile.in, dlls/sti/sti.spec,
+ dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec,
+ dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec,
+ dlls/twain/Makefile.in, dlls/twain/twain_32.spec,
+ dlls/url/Makefile.in, dlls/url/url.spec, dlls/urlmon/Makefile.in,
+ dlls/urlmon/urlmon.spec, dlls/user/Makefile.in,
+ dlls/user/tests/user32_test.spec, dlls/user/user32.spec,
+ dlls/version/Makefile.in, dlls/version/version.spec,
+ dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec,
+ dlls/netapi32/Makefile.in, dlls/netapi32/netapi32.spec,
+ dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec,
+ dlls/ole32/Makefile.in, dlls/ole32/ole32.spec,
+ dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/tests/oleaut32_test.spec, dlls/olecli/Makefile.in,
+ dlls/olecli/olecli32.spec, dlls/oledlg/Makefile.in,
+ dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in,
+ dlls/olepro32/olepro32.spec, dlls/olesvr/Makefile.in,
+ dlls/olesvr/olesvr32.spec, dlls/opengl32/Makefile.in,
+ dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in,
+ dlls/psapi/psapi.spec, dlls/qcap/Makefile.in, dlls/qcap/qcap.spec,
+ dlls/quartz/Makefile.in, dlls/quartz/quartz.spec,
+ dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec,
+ dlls/richedit/Makefile.in, dlls/richedit/riched32.spec,
+ dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec,
+ dlls/imm32/Makefile.in, dlls/imm32/imm32.spec,
+ dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/kernel/tests/kernel32_test.spec, dlls/lzexpand/Makefile.in,
+ dlls/lzexpand/lz32.spec, dlls/mapi32/Makefile.in,
+ dlls/mapi32/mapi32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec,
+ dlls/msacm/Makefile.in, dlls/msacm/imaadp32/Makefile.in,
+ dlls/msacm/imaadp32/imaadp32.acm.spec, dlls/msacm/msacm32.spec,
+ dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.drv.spec,
+ dlls/msdmo/Makefile.in, dlls/msdmo/msdmo.spec,
+ dlls/msimg32/Makefile.in, dlls/msimg32/msimg32.spec,
+ dlls/msisys/Makefile.in, dlls/msisys/msisys.ocx.spec,
+ dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec,
+ dlls/msrle32/Makefile.in, dlls/msrle32/msrle32.spec,
+ dlls/msvcrt/Makefile.in, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/Makefile.in, dlls/msvcrt20/msvcrt20.spec,
+ dlls/avicap32/Makefile.in, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec,
+ dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec,
+ dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec,
+ dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec,
+ dlls/crypt32/Makefile.in, dlls/crypt32/crypt32.spec,
+ dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec,
+ dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec,
+ dlls/devenum/Makefile.in, dlls/devenum/devenum.spec,
+ dlls/dinput/Makefile.in, dlls/dinput/dinput.spec,
+ dlls/dplay/Makefile.in, dlls/dplay/dplay.spec,
+ dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dsound/Makefile.in, dlls/dsound/dsound.spec,
+ dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in,
+ dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in,
+ dlls/imagehlp/imagehlp.spec, Make.rules.in, Makefile.in,
+ debugger/Makefile.in, debugger/winedbg.spec, dlls/Makedll.rules.in,
+ dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec:
+ Moved imports specification from the .spec into the Makefile so that
+ it can be used on platforms that don't build a .spec.c file.
+
+2002-05-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c:
+ Bill Medland <medbi01@accpac.com>
+ Fix the Win31 style file dialog box.
+ - If there is no filter don't put a blank one in; it doesn't
+ work (leave it NULL).
+ - Correctly figure out which is the current drive in the combo box.
+ - Add FIXME for the variable "initial dir" handling.
+
+ * documentation/configuring.sgml, documentation/wine.man.in,
+ tools/bug_report.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Direct bug reports to Wine bugzilla. Some other minor documentation
+ changes.
-Thu Aug 13 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * library/errno.c:
+ Don't need to reference external errno since non-reentrant Xlib is no
+ longer supported.
- * [controls/tooltips.c]
- Fixed some bugs. Added subclassing support.
+ * Makefile.in, programs/Makefile.in:
+ Run make test for all programs by default.
- * [controls/toolbar.c]
- Improved tooltip integration. Fixed some bugs.
+ * files/dos_fs.c, files/drive.c:
+ Michael Wetherell <mike.wetherell@ntlworld.com>
+ Fix handling of unix absolute paths in DOSFS_GetFullName and
+ GetShortPathNameA.
+ Handle '..' in paths in DRIVE_FindDriveRoot.
- * [controls/commctrl.c]
- Changed control registration and added some documentation.
- Fixed ShowHideMenuCtl.
+ * memory/selector.c, objects/bitmap.c, objects/dib.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16
+ selector calls.
- * [controls/rebar.c][include/rebar.h][include/commctrl.h]
- Improved rebar implementation (still no display).
+ * programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl,
+ programs/regapi/regSet.sh:
+ Raul Dias <chaos@swi.com.br>
+ - Make possible to diff registry information that contains
+ timestamps.
+ - Create safe temp files in /tmp.
- * [controls/pager.c][include/pager.h][include/commctrl.h]
- Improved pager implementation (still no display).
+2002-05-07 Alexandre Julliard <julliard@winehq.com>
- * [misc/imagelist.c]
- Fixed a bug.
+ * configure, configure.ac:
+ Fixed dll check for cygwin.
- * [documentation/common_controls]
- Updated.
+ * windows/winproc.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added NULL pointer check in CallWindowProc16.
+
+ * objects/gdiobj.c:
+ Fixed vis region handling broken by last change.
+
+ * msdos/dpmi.c, msdos/int2f.c, include/callback.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Added support for DPMI RawModeSwitch.
+
+ * dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/wnd.c,
+ dlls/wineps/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c,
+ objects/dc.c, objects/gdiobj.c, dlls/gdi/win16drv/init.c:
+ Moved parts of the DC initialisation and bitmap selection out of the
+ drivers into the common code.
+
+ * dlls/gdi/printdrv.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Replace DOSFS_GetFullName with wine_get_unix_file_name.
+
+ * dlls/x11drv/window.c:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Cap window sizes at 65535.
+
+ * configure.ac, include/config.h.in, configure:
+ Added check for sys/sysctl.h.
+
+ * memory/global.c:
+ Olivier Houchard <doginou@ciO.rg>
+ Support for getting memory size on FreeBSD.
+
+ * dlls/dinput/keyboard/main.c:
+ Olivier Houchard <doginou@ciO.rg>
+ Hack to make SetEventNotification work.
+
+2002-05-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/path.c:
+ Fixed handling of GetLongPathNameA.
+
+ * dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Tests for _lcreat,_llseek and _llopen added.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small hack to make InstallShield v6 work better.
+
+ * dlls/oleaut32/tmarshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ BSTRs can be NULL, handle them seperately.
+
+ * windows/win.c, dlls/user/user32.spec, include/winuser.h:
+ David Hammerton <david@transgaming.com>
+ Added implementation of GetWindowInfo.
+
+ * DEVELOPERS-HINTS:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Update of DEVELOPERS-HINTS to reflect the current state of Wine.
+
+2002-05-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/int31.c, dlls/winedos/winedos.spec:
+ Jukka Heinonen <jhei@iki.fi>
+ DOSVM now exports DPMI Raw Mode Switch routine.
+
+ * configure.ac, include/config.h.in, include/wine/port.h, configure:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Check for and use chsize instead of ftruncate if present.
+
+ * files/dos_fs.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure correct full path returned when GetFullPathName supplied a path
+ relative from the root of the drive 'eg '\windows\system'.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/winepath/.cvsignore, programs/winepath/Makefile.in,
+ programs/winepath/winepath.c, programs/winepath/winepath.spec:
+ Mike Wetherell <mike.wetherell@ntlworld.com>
+ Utility to convert between Unix and Windows paths at the command
+ line.
+
+ * files/smb.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement NetBIOS resolution for UNC pathnames.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Terminating DOS program in real mode now calls ExitThread which is
+ exactly what terminating in protected mode does.
+
+ * dlls/winedos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Real mode interrupt handler now handles interrupt 21 function 0C.
+
+ * dlls/comctl32/comctl_Ja.rc, dlls/comctl32/rsrc.rc,
+ dlls/kernel/nls/jpn.nls, dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/msg711/msg711.drv.spec, dlls/msrle32/msrle32.c,
+ dlls/msrle32/msrle32.spec, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/dispstd.c, dlls/oleaut32/disptype.c,
+ dlls/oleaut32/ole2disp.c, dlls/oleaut32/propertyframe.c,
+ dlls/oleaut32/stubs.c, dlls/shdocvw/Makefile.in, dlls/shdocvw/api.c,
+ dlls/shdocvw/browser.c, dlls/shdocvw/classinfo.c,
+ dlls/shdocvw/comimpl.c, dlls/shdocvw/comimpl.h,
+ dlls/shdocvw/connect.c, dlls/shdocvw/events.c,
+ dlls/shdocvw/factory.c, dlls/shdocvw/misc.c,
+ dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c,
+ dlls/shdocvw/shdocvw.c, dlls/shdocvw/shdocvw.h,
+ dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c,
+ dlls/shdocvw/webbrowser.c, dlls/urlmon/Makefile.in,
+ dlls/urlmon/comimpl.c, dlls/urlmon/comimpl.h, dlls/urlmon/moniker.c,
+ dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec,
+ dlls/urlmon/urlmon_main.c, dlls/winmm/winmm_Ja.rc,
+ dlls/winmm/winmm_res.rc, documentation/samples/system.ini,
+ include/Makefile.in, include/dsound.h, include/dvdmedia.h,
+ include/wine/obj_ksproperty.h, dlls/avicap32/avicap32.spec,
+ dlls/avicap32/avicap32_main.c:
+ Removed more code at Hidenori's request.
+
+2002-05-04 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/bugs.sgml, documentation/wine.man.in, BUGS, README:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Updated documentation, mostly improving bugs handling. Direct users to
+ Bugzilla.
+
+ * include/async.h, include/winnt.h, memory/selector.c,
+ scheduler/sysdeps.c, tools/winebuild/spec16.c:
+ Patrik Stridvall <ps@leissner.se>
+ MS C related changes.
+
+ * graphics/x11drv/dib.c:
+ David Hammerton <david@transgaming.com>
+ In initial dibsection creation, the dibsection should always be in
+ appmod because the app memory is initialized to zero if no
+ offset/section is specified, while the DIBitmap is not.
+
+ * tools/wineinstall:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Made wineinstall to create symbolic links to Wine applications in fake
+ Windows folders. Replaced usage of obsolete regapi with regedit.
+
+ * programs/regedit/regedit.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed a problem when regedit interpreted file names, starting from '/'
+ as switches.
+
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.h,
+ programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for the 'title' command.
+
+ * files/dos_fs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ FindClose: protect the GlobalLock for pagefaults too.
+
+ * tools/wrc/newstruc.c:
+ Warren Baird <Warren_Baird@cimmetry.com>
+ Solve alignment problems by converting bitmap headers *after* they
+ have been copied into an aligned location, and then copying the
+ converted header back over the original header.
+
+ * dlls/x11drv/xrender.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Detect and warn about buggy versions of libXrender.
+
+2002-05-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/color.h, objects/color.c, objects/palette.c,
+ windows/cursoricon.c, dlls/ttydrv/dc.c, dlls/ttydrv/palette.c,
+ dlls/ttydrv/ttydrv.h, graphics/x11drv/brush.c,
+ graphics/x11drv/palette.c:
+ Cleaned up some inter-dll dependencies in palette management.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Changed bug report address.
+
+ * dlls/comctl32/status.c:
+ Bill Medland <medbi01@accpac.com>
+ Moved drawing of owner-drawn parts to after the background and edge.
+ Also added some indentation to the code.
+
+ * dlls/comctl32/tooltips.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ TOOLTIPS_GetTipText: Accept null module instance, Loadstring can
+ handle it.
+
+ * Makefile.in, programs/Makefile.in:
+ Install more of the Winelib programs by default (based on a patch by
+ Andriy Palamarchuk).
+
+ * programs/winhelp/Makefile.in:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Do not install hlp2sgml.
+
+ * dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec,
+ dlls/wineps/bitblt.c, dlls/wineps/bitmap.c, dlls/wineps/clipping.c,
+ dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/pen.c,
+ dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/x11drv/clipping.c, include/gdi.h,
+ include/x11drv.h, objects/clipping.c:
+ Removed some direct accesses to the DC structure.
+
+ * include/dshow.h: Commented out removed headers.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/comentry.c,
+ dlls/avifil32/iafile.c, dlls/avifil32/iastream.c,
+ dlls/avifil32/igframe.c, dlls/avifil32/main.c,
+ dlls/avifil32/string.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec,
+ dlls/imm32/immddk.h, dlls/quartz/Makefile.in, dlls/quartz/README,
+ dlls/quartz/acmwrap.c, dlls/quartz/amundoc.c, dlls/quartz/asyncsrc.c,
+ dlls/quartz/asyncsrc.h, dlls/quartz/audioutl.c,
+ dlls/quartz/audioutl.h, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/avidec.c, dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basefilt.h, dlls/quartz/basepin.c,
+ dlls/quartz/capgraph.c, dlls/quartz/capgraph.h,
+ dlls/quartz/complist.c, dlls/quartz/complist.h, dlls/quartz/csconv.c,
+ dlls/quartz/devenum.c, dlls/quartz/devenum.h, dlls/quartz/enumunk.c,
+ dlls/quartz/enumunk.h, dlls/quartz/fgevent.c, dlls/quartz/fgpass.c,
+ dlls/quartz/fgraph.c, dlls/quartz/fgraph.h, dlls/quartz/filesink.c,
+ dlls/quartz/filesink.h, dlls/quartz/fmap.c, dlls/quartz/fmap.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/ijgdec.c, dlls/quartz/ijgdec.h,
+ dlls/quartz/imcntl.c, dlls/quartz/imfilter.c, dlls/quartz/impos.c,
+ dlls/quartz/imseek.c, dlls/quartz/iunk.c, dlls/quartz/iunk.h,
+ dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/midparse.c, dlls/quartz/mjpgdec.c, dlls/quartz/mpadec.c,
+ dlls/quartz/mpgparse.c, dlls/quartz/mpvdec.c, dlls/quartz/mtype.c,
+ dlls/quartz/mtype.h, dlls/quartz/parser.c, dlls/quartz/parser.h,
+ dlls/quartz/qtdec.c, dlls/quartz/qtparse.c, dlls/quartz/quartz.spec,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/regsvr.h, dlls/quartz/sample.c, dlls/quartz/sample.h,
+ dlls/quartz/seekpass.c, dlls/quartz/seekpass.h,
+ dlls/quartz/sysclock.c, dlls/quartz/sysclock.h,
+ dlls/quartz/videoblt.c, dlls/quartz/videoblt.h, dlls/quartz/vidren.c,
+ dlls/quartz/vidren.h, dlls/quartz/wavparse.c, dlls/quartz/xform.c,
+ dlls/quartz/xform.h, include/Makefile.in, include/amaudio.h,
+ include/amvideo.h, include/control.h, include/errors.h,
+ include/evcode.h, include/strmif.h, ole/uuid.c, dlls/Makefile.in,
+ winedefault.reg:
+ Removed a bunch of multimedia code at Hidenori's request.
+
+ * include/uuids.h, include/vfwmsgs.h, include/winresrc.h:
+ Rewrote some headers from scratch to avoid EULA/patent concerns.
+
+2002-05-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/cdrom.c, files/drive.c, include/config.h.in, configure,
+ configure.ac:
+ Rizsanyi Zsolt <rizsanyi@myrealbox.com>
+ Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
+ (only on linux).
+ Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi.
+ Added IOCTL_CDROM_MEDIA_REMOVAL support.
+
+ * dlls/ntdll/nt.c:
+ Laurent Pinchart <laurent.pinchart@skynet.be>
+ Fixed NtQueryInformationProcess to return correct information and
+ error code for ProcessDebugPort when no debugger is attached.
+
+ * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in,
+ include/ntddscsi.h:
+ Laurent Pinchart <laurent.pinchart@skynet.be>
+ Implementation of IOCTL_SCSI_PASS_THROUGH and
+ IOCTL_SCSI_PASS_THROUGH_DIRECT.
+
+ * include/windef.h, debugger/hash.c, debugger/msc.c, debugger/source.c,
+ debugger/stabs.c, dlls/msvcrt/dir.c, dlls/oleaut32/typelib.c:
+ Attempt at fixing MAX_PATH issues for mingw.
+
+ * tools/wineshelllink:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Fixed quoting of KDE desktop entry.
+
+ * dlls/dsound/dsound_main.c, include/dsound.h:
+ Johan Gill <johane@lysator.liu.se>
+ DirectSoundEnumerateA() now passes a GUID to the callback if the first
+ call returned TRUE.
+
+ * win32/editline.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct behaviour of DEL key back to deleting the current character.
+
+ * dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ When DOS program executes another DOS program, command line is now
+ passed correctly. If DOS command line is too long, command line is now
+ truncated instead of letting it trash memory.
+
+2002-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/editline.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Added f8 (history retrieval from partial command) support
+ - Delete key deletes current character
+ - Ctrl + end deletes to end of line
+ - Ctrl + right stopped before the word itself
+
+ * configure, configure.ac, dlls/x11drv/.cvsignore,
+ dlls/x11drv/Makefile.in, dlls/x11drv/clipboard.c,
+ dlls/x11drv/event.c, dlls/x11drv/keyboard.c,
+ dlls/x11drv/wineclipsrv.c, documentation/configuring.sgml,
+ documentation/packaging.sgml:
+ Moved remaining files in windows/x11drv to dlls/x11drv.
+
+2002-04-29 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/regsvr32/.cvsignore, programs/regsvr32/Makefile.in,
+ programs/regsvr32/regsvr32.c, programs/regsvr32/regsvr32.spec:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented regsvr32 tool. Based on ReactOS implementation.
+
+ * programs/wcmd/builtins.c, programs/wcmd/directory.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Support for dir /w and /b flags
+ - Fixed a couple of unclosed FindFirst/FindNext pairs
+
+ * dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c,
+ dlls/imm32/memory.c, dlls/imm32/string.c, dlls/imm32/Makefile.in,
+ dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c,
+ dlls/imm32/imm.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Removed some code because of MS EULA concerns.
+ Rewrote stubs.
+
+ * dlls/comctl32/toolbar.c:
+ Marco Bizzarri <m.bizzarri@icube.it>
+ Implemented the TB_REPLACEBITMAP message.
+
+ * scheduler/process.c:
+ Don't prepend '--' to the command line when starting a Windows binary.
+
+ * tools/wineshelllink:
+ Dustin Navea <speeddymon@yahoo.com>
+ Write menu information to /usr/lib/menu/wine.
+ Try to autodetect KDE version using kde-config.
+
+ * dlls/advapi32/crypt.c, dlls/comctl32/imagelist.c,
+ dlls/commdlg/filedlg95.c, dlls/crypt32/crypt32.spec,
+ dlls/gdi/printdrv.c, dlls/msvcrt/file.c, dlls/richedit/richedit.c,
+ dlls/shell32/shpolicy.c, dlls/wininet/http.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/winapi_check_options.pm, tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/comctl32.api,
+ tools/winapi_check/win32/crypt32.api,
+ tools/winapi_check/win32/gdi32.api,
+ tools/winapi_check/win32/msisys.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Fixed parser to handle C/C++ comments in strings.
+ - Report if C++ comments are used.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/snmpapi/.cvsignore,
+ dlls/snmpapi/Makefile.in, dlls/snmpapi/main.c,
+ dlls/snmpapi/snmpapi.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Stub implementation of SNMPAPI.DLL.
+
+ * include/winnt.h, scheduler/sysdeps.c:
+ Patrik Stridvall <ps@leissner.se>
+ Microsoft C related changes.
+
+ * dlls/quartz/README, dlls/quartz/asyncsrc.c, dlls/quartz/asyncsrc.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Reimplemented the asynchronous source filter.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Added unit tests for file functions.
+
+ * programs/wcmd/builtins.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Emulate the dos cmd 'cls'.
+
+ * dlls/winedos/xms.c: Jukka Heinonen <jhei@iki.fi>
+ When freeing XMS memory block, return an error if block has not been
+ previously allocated.
+
+ * dlls/twain/dsm_ctrl.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Make twain compile again.
+
+ * dlls/comctl32/status.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed StatusBar SetText again, added some comments.
+
+2002-04-27 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/Makefile.in, tools/winebuild/Makefile.in,
+ tools/winedump/Makefile.in, tools/wmc/Makefile.in,
+ tools/wrc/Makefile.in, Makefile.in, configure, configure.ac,
+ server/Makefile.in:
+ Link the tools and the server against libwine so we can use the
+ portability functions in there.
+
+ * debugger/dbg.y, dlls/comctl32/ipaddress.c, dlls/quartz/ijgdec.c,
+ dlls/twain/ds_ctrl.c, dlls/twain/twain.h:
+ Fixed warnings.
+
+ * include/msvcrt/sys/stat.h: FreeBSD compile fix.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/tests/.cvsignore,
+ dlls/winsock/tests/sock.c, dlls/winsock/tests/ws2_32_test.spec:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Added unit test for winsock.
+
+ * server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixes to FD_CLOSE handling.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ SO_OPENTYPE has to be a per-thread setting.
+
+ * programs/winetest/include/advapi32.pm,
+ programs/winetest/include/avicap32.pm,
+ programs/winetest/include/gdi32.pm,
+ programs/winetest/include/imm32.pm,
+ programs/winetest/include/kernel32.pm,
+ programs/winetest/include/msimg32.pm,
+ programs/winetest/include/msisys_ocx.pm,
+ programs/winetest/include/ole32.pm,
+ programs/winetest/include/oleaut32.pm,
+ programs/winetest/include/rpcrt4.pm,
+ programs/winetest/include/setupapi.pm,
+ programs/winetest/include/setupapi_h.pm,
+ programs/winetest/include/shdocvw.pm,
+ programs/winetest/include/shell32.pm,
+ programs/winetest/include/shlwapi.pm,
+ programs/winetest/include/urlmon.pm,
+ programs/winetest/include/winearts_drv.pm,
+ programs/winetest/include/wingdi.pm,
+ programs/winetest/include/wininet.pm,
+ programs/winetest/include/winnt.pm,
+ programs/winetest/include/winspool_drv.pm,
+ programs/winetest/include/winuser.pm,
+ programs/winetest/include/ws2_32.pm:
+ Updated module definitions for Perl unit tests.
+
+ * programs/winetest/make_symbols:
+ Added possibility of specifying a name for the .pm file that can be
+ different from the header name.
+
+ * dlls/oleaut32/dispstd.c, dlls/oleaut32/disptype.c,
+ dlls/shdocvw/api.c, dlls/shdocvw/comimpl.c,
+ dlls/shdocvw/shdocvw.spec, dlls/urlmon/comimpl.c,
+ dlls/urlmon/urlmon.spec:
+ Added some shdocvw ordinals and stubs.
+ Fixed a few winapi_check issues.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Always run ldconfig even if we don't change ld.so.conf.
+
+ * dlls/user/text.c:
+ Robert O'Callahan <robert@ocallahan.org>
+ Fixed bug in TEXT_WordBreak that was variously throwing Lotus Notes
+ into an infinite loop or causing it to crash.
+
+2002-04-26 Alexandre Julliard <julliard@winehq.com>
+
+ * server/debugger.c, server/event.c, server/handle.c, server/mapping.c,
+ server/mutex.c, server/named_pipe.c, server/object.c,
+ server/process.c, server/queue.c, server/registry.c,
+ server/semaphore.c, server/snapshot.c, server/thread.c,
+ server/timer.c, server/trace.c, server/unicode.c, server/window.c,
+ tools/makedep.c, tools/winedump/misc.c, tools/winedump/msmangle.c,
+ tools/winedump/output.c, tools/winedump/pe.c,
+ tools/winedump/search.c, tools/winedump/symbol.c, tools/wmc/utils.c,
+ tools/wrc/readres.c, tools/wrc/utils.c, win32/console.c,
+ win32/editline.c, windows/win.c, dlls/urlmon/comimpl.c,
+ dlls/user/dde/misc.c, dlls/user/message.c, dlls/user/text.c,
+ dlls/winedos/module.c, dlls/wininet/ftp.c, graphics/x11drv/xfont.c,
+ include/config.h.in, include/wine/library.h, include/wine/port.h,
+ library/port.c, misc/registry.c, objects/enhmetafile.c,
+ ole/ole2nls.c, programs/regedit/regproc.c,
+ programs/wineconsole/wineconsole.c, scheduler/process.c,
+ scheduler/pthread.c, server/atom.c, server/console.c, configure.ac,
+ debugger/ext_debugger.c, debugger/memory.c, dlls/advapi32/advapi.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/helper.c,
+ dlls/dsound/dsound_main.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/locale.c, dlls/ntdll/reg.c,
+ dlls/odbc32/proxyodbc.c, dlls/quartz/iunk.c, dlls/setupapi/parser.c,
+ dlls/shdocvw/comimpl.c, configure:
+ Better support for configure detection of missing types, added check
+ for ssize_t.
+ Removed a couple of no longer used portability functions.
+ Various portability fixes in port.h.
+
+ * windows/message.c:
+ Update the queue key state even if no window has the focus (spotted by
+ Rizsanyi Zsolt).
+
+ * dlls/winsock/socket.c, files/file.c, server/file.c, server/serial.c,
+ server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed some bugs in my recently submitted patch series.
+
+2002-04-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/path.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Fixed minor typo.
+
+ * include/mmsystem.h:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fix for mingw32.
+
+ * documentation/running.sgml, documentation/wine.man.in:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Updated lists of debugging channels.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Added support for TransmitCommChar.
+
+ * files/file.c, include/wine/server_protocol.h, server/protocol.def,
+ server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed ReadFile() semantics when reading asynchronously on sockets.
+ Provide more accurate status codes than STATUS_UNSUCCESSFUL.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/relay.c, tools/winebuild/res16.c,
+ tools/winebuild/res32.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c, windows/winproc.c,
+ dlls/msvcrt/except.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/debugtools.c, dlls/ntdll/exception.c,
+ dlls/ntdll/signal_i386.c, dlls/winedos/int31.c, include/wine/port.h,
+ include/winnt.h, library/port.c, memory/selector.c,
+ relay32/relay386.c, relay32/snoop.c, scheduler/critsection.c:
+ Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, files/file.c,
+ include/winbase.h:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Implemented overlapped WSARecvFrom(), WSASendTo(), and
+ WSAGetOverlappedResult().
+ Fixed shutdown() to work correctly for overlapped sockets (do not
+ actually do a shutdown() system call as long as there are pending
+ overlapped requests).
+ Also added correct error reporting when trying to read or write on a
+ shut down connection, also for ReadFile()/WriteFile() calls.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Implemented server framework for asynchronous IO on sockets.
+
+2002-04-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Never activate the window on SW_SHOWNOACTIVATE.
+
+ * configure, configure.ac, include/config.h.in:
+ No longer try to support non-reentrant Xlib.
+
+ * dlls/x11drv/winpos.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't check hwndInsertAfter if SWP_NOZORDER is set.
+
+ * dlls/x11drv/x11drv_main.c, graphics/x11drv/dib.c, include/x11drv.h:
+ Added support for installing an error callback when expecting an X11
+ error.
+
+ * server/async.c, server/file.c, server/object.h, server/serial.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Add more flexibility to the queue_async server call by moving most
+ functionality into the object's queue_async method.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
+ - Implement TBN_HOTITEMCHANGE in the mouse move routine.
+
+ * dlls/kernel/comm.c:
+ Marcelo Welter <marcelo@sysmo.com.br>
+ Fix to old DCB format parsing.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/wsprintf.c,
+ dlls/user/Makefile.in:
+ Bill Medland <medbi01@accpac.com>
+ First regression test for wsprintf.
+
+2002-04-23 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.ac, dlls/x11drv/xrender.c, include/config.h.in,
+ include/ts_xrender.h, tools/make_X11wrappers, tsx11/Makefile.in,
+ tsx11/X11_calls, tsx11/ts_xrender.c, configure:
+ Load libXrender at run-time with dlopen (based on a patch by Huw
+ Davies).
+
+ * include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/sock.c, server/trace.c,
+ dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed handling of deferred connections in WSAAccept().
+
+ * unicode/c_950.c, unicode/casemap.c, unicode/compose.c,
+ unicode/cpmap.pl, unicode/cptable.c, unicode/wctype.c,
+ unicode/Makefile.in, unicode/c_037.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_28600.c, unicode/c_28603.c, unicode/c_28604.c,
+ unicode/c_28605.c, unicode/c_28606.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:
+ Updated for Unicode 3.2.
+ Added ISO8859-16 codepage.
+
+ * tools/wineconf:
+ Dustin Navea <speeddymon@yahoo.com>
+ Find ntfs drives and supermount cd-roms.
+ Fix finding non-supermount cd-roms mounted at /cdrom.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Search for real-windows registry now actually accesses a file.
+ Find clean-install win2k registry.
+ Find correct partition of real Drive C (most of the time).
+
+ * files/file.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Avoid segfault with overlapped WriteFile() calls.
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix WM_NOTIFYFORMAT handling.
+
+ * dlls/comctl32/status.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - implement WM_NOTIFYFORMAT
+ - fix grip painting
+ - make use of DrawStatusText to paint control
+
+2002-04-22 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c, dlls/richedit/richedit.c, include/richedit.h:
+ Chuck Crayne <ccrayne@crayne.org>
+ - Recognize "\n" as an alternative soft line break in function
+ EDIT_BuildLineDefs_ML of edit.c.
+ - Major restructuring of richedit.c to provide bug fixes, enhanced
+ function, and improved debug support.
+
+ * windows/dce.c:
+ Clear the DC dirty flag before calling SetDCState to avoid spurious
+ vis region updates.
+
+ * tools/wineinstall: Fixed typo in su command.
+
+ * dlls/dsound/dsound_main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ A bit more robust against wave???Open failures.
+
+ * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c,
+ dlls/winmm/wineoss/oss.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed multi-thread access to local variables (mainly fd for
+ /dev/dsp).
+ God rid of obsolete macro.
+ Fixed some slight init issues.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed a mismatch in wavein 16/32 mapping.
+ Relaxed some tests about buffer lengths.
+
+ * files/drive.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Always close fd when reading super block.
+
+ * include/winsock.h:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed cut&paste bug.
+
+ * dlls/kernel/comm.c:
+ Removed constants that aren't defined in Windows.
+
+2002-04-21 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/dc.c:
+ Fixed handling of visible region in Save/RestoreDC.
+
+ * msdos/int13.c, win32/device.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl.
+ Added support for the floppy parameter table.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/process.c,
+ dlls/kernel/Makefile.in:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a framework for testing CreateProcess and a few tests.
+
+ * tools/wineinstall:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Correctly detect the presence of a wine binary.
+
+ * dlls/kernel/comm.c: <wine@gc2.kloepfer.org>
+ Faster serial speed cases for non Linux systems.
+
+ * dlls/user/Makefile.in, dlls/user/tests/.cvsignore,
+ dlls/user/tests/class.c, dlls/user/tests/user32_test.spec:
+ Mike McCormack <mikem@codeweavers.com>
+ Added a simple test set for window classes.
+
+ * dlls/shell32/shlfolder.c:
+ Bill Medland <medbi01@accpac.com>
+ The extension should not be removed from the display of folder names.
+
+2002-04-20 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c:
+ Clear mapping->shared_file on error.
+
+ * configure, configure.ac:
+ Bill Medland <Bill.Medland@accpac.com>
+ Get the ldconfig check to work for bash shells.
+
+ * dlls/oleaut32/stubs.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented OleIconToCursor.
+
+ * programs/wcmd/builtins.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Fixed move and copy when no destination supplied (assumes '.' now as
+ per windows)
+ - Fixed move so uses full path name for destination file, and if
+ destination is a directory, uses original filename.
+
+ * dlls/user/wsprintf.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ Correct handling of zero-padded negative numbers; transfer the sign
+ BEFORE adding the zeroes.
+
+ * tools/wineinstall:
+ Bill Medland <Bill.Medland@accpac.com>
+ Handle when ldconfig is not on the path, and do not run it until after
+ the libdir has been populated.
+
+ * tools/winecheck:
+ Bill Medland <Bill.Medland@accpac.com>
+ Prevent error message if LD_LIBRARY_PATH is not being used.
+ Comment out the DEBUG message.
+
+ * dlls/shell32/brsfolder.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ Get the folder browser to work as well with W notification as A (it
+ seems to work reasonably).
+
+ * dlls/winedos/int10.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ GET FUNCTIONALITY/STATE INFORMATION: The input parameter ES:DI is a
+ buffer where bios information (all the VIDEOSTATE struct) must be
+ copied to.
+
+ * include/wine/test.h, programs/winetest/wtmain.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now C tests are able to access argc/argv as passed to the program.
+
+2002-04-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/vga.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ VGA_ioport_in: Fake the occurrence of the vertical refresh when no
+ graphic mode has been set.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/aviparse.c,
+ dlls/quartz/ijgdec.c, dlls/quartz/ijgdec.h, dlls/quartz/mjpgdec.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented MJPG handler.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/security.c:
+ Leo van den Berg <leo@connectux.com>
+ Added stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
+
+ * dlls/commdlg/filedlg95.c:
+ Mehmet Yasar <myasar@free.fr>
+ Now, we are really erasing WS_CAPTION style.
+
+ * programs/winetest/include/wine.pm, programs/winetest/runtest,
+ programs/winetest/wtmain.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Added option for announcement of successful test results.
+
+2002-04-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/gdi/gdi32.spec, dlls/wineps/Makefile.in,
+ Makefile.in:
+ Export a few more 16-bit GDI functions. Finished wineps separation.
+
+ * dlls/winedos/int10.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implement SET INDIVIDUAL DAC REGISTER and SET BLOCK OF DAC REGISTERS.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Put the MCN_ and DTN_ in correct order.
+
+ * dlls/comctl32/status.c:
+ Mehmet Yasar <myasar@free.fr>
+ Add more check inside SB_SETTEXT and SB_GETTEXT.
+
+ * dlls/comctl32/commctrl.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Complete implementation for DrawStatusText{A,W}.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ _get_sock_fd_type: New function, retrieve fd type and flags like
+ FILE_GetUnixHandleType().
+ WSASendTo/WSARecvFrom: Use _get_sock_fd_type().
+
+ * files/file.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ GetOverlappedResult: Return ERROR_IO_INCOMPLETE if IO still pending.
+ ReadFile / WriteFile: Use GetOverlappedResult() to check for immediate
+ completion.
+
+2002-04-15 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Fixed stupid typo in previous patch.
+
+2002-04-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/x11drv/xfont.c, include/gdi.h,
+ include/x11drv.h, objects/font.c, dlls/gdi/win16drv/font.c,
+ dlls/gdi/win16drv/win16drv.h, dlls/wineps/font.c:
+ Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in
+ FONT_EnumInstance instead.
+
+ * misc/options.c, scheduler/process.c:
+ Fixed inheriting command-line options from parent process.
+
+ * dlls/kernel/comm.c, files/file.c, include/async.h:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ - Need a "cleanup" method.
+ - calling the "call_completion" method unconditionally in finish_async
+ (introduced by me) was wrong, because the thread may never be in an
+ alertable wait state -> call it only if user completion function is present.
+ - We need two constant "ops" objects, one with and one without call_completion
+ method (the event field may NOT be used to determine whether the completion
+ must be called or not).
+
+ * server/async.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ STATUS_CANCELLED is correct for cancelled requests (corresponds to
+ ERROR_OPERATION_ABORTED).
+
+ * dlls/commdlg/filedlg95.c:
+ Mehmet Yasar <myasar@free.fr>
+ - Clear WS_CAPTION style.
+ - Send now CDN_FILEOK before FILEOKSTRING.
+ - Fix bug related to DWL_MSGRESUL (we were reading from wrong hwnd).
+
+ * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/acmwrap.c,
+ dlls/quartz/asyncsrc.c, dlls/quartz/audren.c, dlls/quartz/fmap.c,
+ dlls/quartz/ifgraph.c, dlls/quartz/iunk.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/midparse.c,
+ dlls/quartz/mjpgdec.c, dlls/quartz/mpadec.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/mpvdec.c, dlls/quartz/parser.c, dlls/quartz/parser.h,
+ dlls/quartz/qtdec.c, dlls/quartz/qtparse.c, dlls/quartz/seekpass.c,
+ dlls/quartz/vidren.c, dlls/quartz/xform.c, dlls/quartz/xform.h,
+ winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Added stubs.
+ Remove harmless FIXMEs.
+
+ * tools/winemaker:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fix winemaker-generated references to dlls that have changed their names.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement NM_CUSTOMDRAW notification.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - When dumping NMCUSTOMDRAW, use correct size for a Toolbar.
+ - Add notify names for controls: tooltips, updown, calendar, datetime,
+ ip, and status.
+
+2002-04-11 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure:
+ Release 20020411.
+
+----------------------------------------------------------------
+2002-04-11 Alexandre Julliard <julliard@winehq.com>
+
+ * .cvsignore, Makefile.in:
+ Clean autom4te.cache.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl,
+ programs/regapi/tests/README, programs/regapi/tests/after.reg,
+ programs/regapi/tests/before.reg, programs/regapi/tests/orig.reg,
+ programs/regedit/.cvsignore, programs/regedit/Makefile.in,
+ programs/regedit/regedit.c, programs/regedit/regedit.spec,
+ programs/regedit/regproc.c, programs/regedit/regproc.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Created regedit replacement. Fixed some bugs.
+
+ * programs/clock/ChangeLog, programs/notepad/ChangeLog,
+ programs/osversioncheck/ChangeLog, programs/progman/ChangeLog,
+ programs/regtest/ChangeLog, programs/wcmd/ChangeLog,
+ programs/winhelp/ChangeLog, programs/winver/ChangeLog:
+ Removed changelog entries that are in the main changelog, and added
+ notice to not edit the secondary changelogs anymore.
+
+ * graphics/x11drv/opengl.c:
+ Christoph Frick <frick@SC-Networks.de>
+ Reuse visuals to avoid MAX_PIXELFORMATS limit.
+ Activated the code to support the stencil buffer.
+
+ * graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use hard-coded font name bindings only with the ANSI_CHARSET (non-US
+ charsets with no font name shouldn't be bound to US charset).
+
+ * dlls/ole32/ole2stubs.c, dlls/oleaut32/ole2disp.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Return error codes in some 16bit ole stubs, returning success causes
+ crashes.
+
+ * include/config.h.in, misc/options.c, programs/clock/main.c,
+ programs/winver/winver.c, windows/nonclient.c, Makefile.in,
+ configure, configure.ac:
+ Updated configure to take advantage of new autoconf 2.53 features.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/int10.c,
+ dlls/winedos/int21.c, dlls/winedos/int29.c, include/console.h:
+ Removed obsolete console driver.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/path.c:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added test for GetFullPathNamesA, GetLongPathNamesA,
+ GetShortPathNamesA, GetCurrentDirectoryA, SetCurrentDirectoryA.
+
+ * dlls/shell32/iconcache.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SIC_GetIconIndex: start DPA_Search from index 0.
+
+ * unicode/wctomb.c:
+ 'used' should be set even if we are only computing the necessary
+ buffer size.
+
+ * dlls/crypt32/main.c, dlls/winsock/socket.c, files/file.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Compile fixes for gcc 2.7.2.3.
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - implement LPSTR_TEXTCALLBACK
+ - fix many memory-management bugs
+ - many Unicode fixes
+ - fix indentation in a few places
+ - bits of code cleanup
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Removed obsolete text mode color and attribute code.
+ Made routines for text mode scolling, clearing and getting character
+ at cursor use Windows console and VGA buffer.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Implemented PrintDlgW and PageSetupDlgW.
+
+ * server/window.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ get_window_children: only decrement available size if element was
+ written.
+
+ * dlls/comctl32/listview.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ LISTVIEW_GetColumnT: care for the format of the string.
+ LISTVIEW_Create: send HDM_SETUNICODEFORMAT message.
+
+ * dlls/msvideo/mciwnd.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MCIWndCreateA: check for NULL filename.
+
+ * controls/edit.c:
+ Rizsanyi Zsolt <rizsanyi@myrealbox.com>
+ Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment
+ already says, that the message is sent, but it is not...
+
+2002-04-09 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Create new console only if the process is a console application.
+
+ * windows/defwnd.c, windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed problem with mouse cursors in Word.
+
+ * controls/static.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Always erase background.
+
+ * graphics/x11drv/bitblt.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ We don't handle STRETCH_HALFTONE mode yet; make this do the same as
+ STRETCH_DELETESCANS for now.
+
+2002-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c:
+ Need to check for focus and capture also on the children of the window
+ being disabled.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msisys/.cvsignore,
+ dlls/msisys/Makefile.in, dlls/msisys/msisys.c,
+ dlls/msisys/msisys.ocx.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Created a stubbed version of MSISYS.OCX.
+
+ * windows/spy.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Some additional traces.
+
+ * dlls/shell32/shelllink.c:
+ Dusan Lacko <dlacko@codeweavers.com>
+ If we can't extract the icon, defer link creation to runonce.
+
+ * graphics/x11drv/opengl.c:
+ Fixed compile when HAVE_OPENGL is not defined.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added CS_PARENTDC style.
+
+ * include/urlmon.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added some error codes.
+
+ * dlls/Makefile.in, dlls/urlmon/Makefile.in, dlls/urlmon/comimpl.c,
+ dlls/urlmon/comimpl.h, dlls/urlmon/moniker.c, dlls/urlmon/umon.c,
+ dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
-Sun Aug 9 19:50:20 1998 James Juran <jrj120@psu.edu>
+ * dlls/comctl32/status.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - get rid of parent handle from info struct
+ - store hwnd in info struct, do not pass it around
+ - use unicode functions wherever possible
+ - consistent indentation
+ - bugs in Unicode handling fixed
+ - fix handling of error conditions
+ - fix initialization bugs, etc.
+ - complete tooltip support
+ - typesafety
+ - update the FIXME list to the latest specs
+
+ * include/x11drv.h, graphics/x11drv/opengl.c:
+ Michael Karcher <michael.karcher@dpk.berlin.fido.de>
+ Fixed OpenGL routines broken by the DC -> PHYSDEV change.
+
+ * programs/winetest/make_cygwin_makefiles:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added comments explaing how to use cygwin/mingw/wine headers.
+ Added 'clean' and 'distclean'
+ Added new options -s and -i.
+ Archives will now include the entire './include' directory instead of
+ just './include/wine'.
+ Renamed makefile from Makefile.cyg to Makefile.win.
+ The makefile is now mingw compatible as well (although it's be better
+ if we could detect the correct location of the windows.h headers).
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - fix indentation
+ - handle all out-of-memory cases
+ - better drawing code
+ - fix CBES_EX_NOEDITIMAGE handling
+ - implement CBES_EX_NOEDITIMAGEINDENT
+ - implement I_{INDENT,IMAGE}CALLBACK
+ - fix notification code for ANSI/Unicode
+ - make use of iOverlay image
+
+ * windows/x11drv/keyboard.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Added keymap tables for US dvorak layout.
+
+ * dlls/winsock/socket.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Also #include <sys/uio.h>.
+
+ * documentation/samples/win.ini:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a sample win.ini.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/main.c, dlls/quartz/mpadec.c,
+ dlls/quartz/mpvdec.c, dlls/quartz/xform.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
- * [Makefile.in] [documentation/Makefile.in]
- [programs/Makefile.in] [programs/*/Makefile.in]
- Added uninstall rules, cleaned up install rules a little bit.
+ * dlls/winmm/winmm_Ja.rc, dlls/winmm/winmm_res.rc:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added resources for Japanese.
+
+ * dlls/quartz/parser.c, dlls/quartz/parser.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed crashing in stopping parser.
+
+ * windows/sysparams.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use default GUI font instead of hard-coded 'MS Sans Serif'.
+
+ * dlls/winedos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Converted "read standard input with echo" interrupt service to use
+ common DOSVM console input routine and made the service really echo.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Writes to stdout and VGA_WriteChars routine now update both VGA
+ buffers and Windows console.
+ Added routine for changing current console attributes.
+ Moved text mode handling from VGA_Poll into new routine and changed
+ locking primitive into critical section.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed an overflow in calculating times.
+
+2002-04-06 Alexandre Julliard <julliard@winehq.com>
+
+ * winedefault.reg:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added registry entries required for IE installer.
+
+ * windows/x11drv/clipboard.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't hang around for a minute if we can't exec the clipboard server.
+
+ * windows/focus.c, windows/winpos.c:
+ François Gouget <fgouget@codeweavers.com>
+ Replace some SendMessage with SendNotifyMessage in case the target
+ window belongs to another thread.
+
+ * programs/uninstaller/main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Fixed exit status in some cases.
+
+ * objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Spout a FIXME if we try to call ExtTextOut on an open path.
+
+ * dlls/wineps/driver.c, dlls/wineps/init.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/wineps.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
+ Fixes to MergeDevmodes.
+
+ * dlls/wineps/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Changed default paper size to letter.
+
+ * server/process.c:
+ Avoid crash when trying to attach to a terminating process.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/win16drv/init.c, include/gdi.h, objects/dc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added support for ResetDC.
+
+2002-04-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/driver.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Make ExtDeviceMode dialog use unicode property sheet functions.
+
+ * winedefault.reg:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ HKEY_LOCAL_USER should be HKEY_CURRENT_USER.
+
+ * server/async.h, server/protocol.def, server/thread.c,
+ server/trace.c, dlls/kernel/comm.c, files/file.c, include/async.h,
+ include/file.h, include/wine/server_protocol.h, scheduler/synchro.c,
+ server/async.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ - separate cleanly between async scheduling and file IO related issues.
+ - make the API compatible with other types of async requests (e.g. for
+ sockets).
+ - remove exports of async IO related functions for DLL separation.
+
+ * objects/font.c:
+ Fixed GetTextExtentPointI driver usage.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Make the recv() and send() family of functions use WSARecvFrom() and
+ WSASendTo().
+
+ * include/winnt.h:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fixed mingw32 warning about stdcall and fastcall being redefined.
+
+ * dlls/user/text.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Check for NULL pointer in DrawTextExA.
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - fix edit box placement
+ - reorganize drawing for proper handling of edit box
+ - typesafety when processing messages
+ - subclass edit to handle up/down arrows
+ - more robust handling of failure cases
+ - numerous bugs fixed
+ - complete unicodification
+ - more specific debug messages
+ - remove cvs log info from file
+ - consistent indentation
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add defines for the NMTBHOTITEM flag word.
+ - Add defines for the NM_CUSTOMDRAW return flags for toolbar.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Use the new comctl32 color array for the colors. Provides better
+ support for the TB_SETCOLORSCHEME.
+ - Do some optimizations.
+ - Correct computation of nHeight and PGN_CALCSIZE.
+ - Implement the undocumented 045E message.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Keep track of all system colors used by comctl32.dll.
+ - Provide routine to support the WM_SYSCOLORCHANGE message.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Adjust the child offset x value based on band style RBBS_CHILDEDGE.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Try to match the native control for the SetBkColor message.
+ - Correct processing in NCCalcSize message processing.
+
+2002-04-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/freetype.c:
+ Fixed compile without freetype.
+
+2002-04-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlfolder.c:
+ Charles Loep <charles@codeweavers.com>
+ Support for hiding file extensions in IShellFolder_GetDisplayNameOf.
+
+ * dlls/shell32/pidl.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Check for failure of IShellFolder_GetDisplayNameOf.
+
+ * server/main.c, server/object.h, server/process.c, server/request.c,
+ server/select.c:
+ Added timer on server exit to wait a bit for new clients.
+ Don't remove the socket until the registry is closed to avoid a race.
+
+ * dlls/msvcrt20/msvcrt20.spec:
+ Francois Gouget <fgouget@free.fr>
+ Forward C++ functions to the msvcrt library.
+
+ * dlls/gdi/mfdrv/text.c:
+ Aric Stewart <aric@codeweavers.com>
+ Use rect only if there are flags.
+
+ * dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added writing META_ESCAPE records.
+
+ * objects/metafile.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Do not enumerate the META_EOF record.
+
+ * dlls/gdi/freetype.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Removed old FF_ code.
+
+ * dlls/comctl32/header.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix off by one error in HEADER_InsertItemW.
+
+ * library/loader.c:
+ Make dlopen_dll return an error immediately if the library exists but
+ dlopen() fails.
+
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ If lfFaceName == "", then we patch up the names according to
+ lfPitchAndFamily. This is not very pretty I'm afraid...
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi32.spec, dlls/x11drv/xrender.c,
+ include/font.h, include/gdi.h, include/wingdi.h, objects/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX.
+
+ * graphics/x11drv/init.c, graphics/x11drv/xfont.c, include/x11drv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't calculate cached metrics or enumerate X11 fonts if we're using
+ client side fonts.
+
+ * objects/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fixed font enumeration.
+
+ * dlls/gdi/freetype.c, dlls/x11drv/xrender.c, include/font.h,
+ objects/gdiobj.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix a few font problems with rotated text and non MM_TEXT mapping
+ modes. Do slightly better with the FF_ flags in WineEngGetTextMetrics.
+
+ * dlls/gdi/freetype.c, winedefault.reg:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add font substitution lookup in the registry. We look under the key
+ HKLM\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes for
+ "fromName[,cp]"="toName[,cp]" where cp can be an optional codepage.
+ Substitution occurs before scanning the available font list, as is the
+ case with Windows.
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi32.spec, include/font.h,
+ include/wingdi.h, objects/font.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement GetGlyphIndices. Tweak GetCharacterPlacement to use it.
+
+ * configure, configure.ac, include/config.h.in:
+ Better check for -lresolv. Removed FREETYPELIBS.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/freetype.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Load libfreetype.so on the fly with dlopen and friends.
+
+ * windows/dialog.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ The horizontal dialog base unit is calculated as the straight average
+ of a-z,A-Z (tmAveCharWidth is supposed to be a weighted average
+ according to character usage, so we shouldn't use this).
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Add stub for WSAEnumProtocols(A/W) functions.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/truetype.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Load libfreetype.so on the fly with dlopen and friends.
+
+ * dlls/shell32/shellord.c:
+ Aric Stewart <aric@codeweavers.com>
+ Enable ShellExecuteEx to actually open things with their helper
+ applications.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added some stubs.
-----------------------------------------------------------------------
-Sun Aug 9 13:21:35 1998 Andreas Mohr <100.30936@germany.net>
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ include/winbase.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added ImpersonateLoggedOnUser stub.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h, dlls/shlwapi/path.c:
+ Avoid local WINAPI function pointers to work around gcc bug.
+
+ * graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/dib.c, graphics/x11drv/pen.c,
+ graphics/x11drv/xfont.c, dlls/setupapi/dirid.c,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/objects.c, dlls/wineps/brush.c,
+ dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/pen.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/win16/setupx.api,
+ tools/winapi_check/win32/imaadp32.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/setupapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/wineps.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API file update.
+ - Minor bug fixes.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/int10.c, dlls/winedos/int21.c,
+ dlls/winedos/int29.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Redirect DOS writes to stdout/console to DOSVM_PutChar.
+
+ * dlls/kernel/tests/thread.c:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Cleaned up a bit, removed todos for OpenThread, avoid TerminateThread
+ race.
+
+2002-04-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/device.c, dlls/icmp/icmp_main.c,
+ dlls/richedit/richedit.c, loader/module.c, loader/pe_image.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Spelling/error messages fixes.
+
+ * debugger/stabs.c: More portable signature check.
+
+ * memory/global.c, misc/cpu.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Add return traces to GlobalMemoryStatus, GetSystemInfo and fixme in
+ GetSystemInfo.
+
+ * scheduler/thread.c, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel32.spec, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/thread.c, include/winbase.h, include/winnt.h:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added test for thread functions.
+
+ * programs/winetest/make_cygwin_makefiles:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added perl script which will build a Makefile for running C tests on
+ Windows through Cygwin/gcc.
+
+ * dlls/winedos/dosvm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Compiles now even on platforms that do not support DOS VM.
+
+ * dlls/ntdll/cdrom.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Use ENOMEDIUM errno code only when defined.
+
+ * dlls/comctl32/ipaddress.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - correct notifications
+ - behaviour closer to native
+ - better drawing
+ - multiple bugs fixed
+ - faster & cleaner code
+ - consistent indentation
+
+ * dlls/comctl32/propsheet.c, dlls/crypt32/main.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix two compilation warnings.
+
+ * include/ntddk.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Declare swprintf.
+
+ * graphics/bitblt.c, graphics/x11drv/bitblt.c:
+ Fixed crash in BitBlt when source DC is NULL.
+
+ * programs/winetest/Makefile.in, Make.rules.in, Makefile.in,
+ dlls/Makefile.in, dlls/make_dlls, dlls/oleaut32/Makefile.in:
+ Various makefile fixes for the test environment.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/dirid.c,
+ dlls/setupapi/infparse.c, dlls/setupapi/install.c,
+ dlls/setupapi/parser.c, dlls/setupapi/queue.c,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/setupapi_private.h,
+ dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c,
+ dlls/setupapi/stubs.c, dlls/setupapi/virtcopy.c, include/setupapi.h,
+ include/winnt.h:
+ Implemented a large number of the 32-bit setupapi functions.
+ Fixed a number of setupx functions by making them call the setupapi
+ equivalents.
+
+ * server/thread.c:
+ François Gouget <fgouget@codeweavers.com>
+ Don't suspend a terminated thread.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix sign extension in message mapping routines.
+
+ * server/debugger.c:
+ Avoid crash when trying to attach to a terminating process.
+
+ * relay32/snoop.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed handling of a dll being loaded at the same address as a previous
+ one.
+
+ * objects/dc.c: Avoid recursive DeleteDC calls.
+
+ * files/dos_fs.c:
+ Make GetFullPathName fail if input path name is empty.
+
+ * dlls/version/info.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Always call LoadLibrary.
+ Workaround a broken behaviour of the 16-bit loader.
+
+ * dlls/ntdll/rtlstr.c:
+ Fixed length handling in RtlUnicodeStringToAnsi/OemString.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ François Gouget <fgouget@codeweavers.com>
+ Implemented _mbsnbicmp.
+
+ * dlls/advapi32/registry.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make sure the security descriptor is initialized in RegGetKeySecurity.
+
+ * debugger/stabs.c:
+ Check ELF signature before processing file.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert NULL menu items to separators.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h,
+ include/wine/server_protocol.h, scheduler/pthread.c,
+ scheduler/thread.c, server/protocol.def, server/request.h,
+ server/thread.c, server/trace.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Implement OpenThread() winapi call.
+ Implement a few pthreads functions.
+
+ * dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msg711/msg711.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Made use of MSACM driver definitions.
+
+ * dlls/user/tests/sysparams.c:
+ François Gouget <fgouget@codeweavers.com>
+ Include wine/test.h before windows headers.
+ Add definitions for IDI_APPLICATIONA and IDC_ARROWA for Windows.
+ Fix a check in the SPI_{GET,SET}BORDER test.
+ Fix bad copy/paste in the SPI_{GET,SET}BORDER test.
+ Use eq macro to print values when something goes wrong.
+
+ * programs/winetest/wtmain.c:
+ François Gouget <fgouget@codeweavers.com>
+ Make the testing framework thread safe.
+
+2002-04-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/cdrom.c, dlls/x11drv/xrender.c, library/port.c,
+ server/request.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix warnings for Linux, FreeBSD and Solaris.
+
+ * tools/winebuild/build.h, tools/winebuild/relay.c:
+ Got rid of #ifdef USE_STABS.
+
+ * configure, configure.ac, include/config.h.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ On Solaris inet_aton is exported by libresolv.so.
+
+ * dlls/msvcrt/math.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added missing FP_PNORM case.
+
+ * loader/module.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed a couple of now obsolete FIXMEs.
+
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some bugs in first chance exception handling.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ More robust and less time consuming playback.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed size of buffers in conversion.
+
+ * win32/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed writing multiline block while wrapping enabled.
+ Fixed startup information reading (console size).
+
+ * debugger/msc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed module mapping for debug info when PE section is compressed.
+
+ * dlls/winsock/ws2_32.spec, dlls/wsock32/wsock32.spec,
+ include/winsock.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix for the unistd.h vs. winsock.h problem in Winelib applications.
+ Refine the WS_DEFINE_HTONL definition.
+
+ * dlls/kernel/tests/atom.pl:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't bother with declare, just 'use kernel32'.
+
+ * dlls/kernel/tests/directory.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Windows headers must be included after wine/test.h.
+
+ * dlls/quartz/README, dlls/quartz/acmwrap.c, dlls/quartz/basefilt.c,
+ dlls/quartz/fmap.c, dlls/quartz/main.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/parser.c, dlls/quartz/xform.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Implemented some methods of CLSID_ACMWrapper.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispstd.c,
+ dlls/oleaut32/disptype.c, dlls/oleaut32/ole2disp.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented CreateStdDispatch and CreateDispTypeInfo.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - implement UDS_HOTTRACK
+ - implement NM_RELEASEDCAPTURE
+ - implement UDM_[GS]ETUNICODEFORMAT
+ - get rid of WM_NCCREATE processing
+ - use InvalidateRect instead of a synch refresh
+ - implement auto auto arrow press on key presses
+ - more code cleanups
+ - better drawing, closer to native
+
+ * include/winuser.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Added the DFCS_{HOT,TRANSPARENT} definitions.
+
+ * tools/wineinstall:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Prevent the user from running wineinstall as root, add script commands
+ so we 'su root' for installing and other commands that require root
+ access. Fix modification time comparison of wrong file. Added
+ missing sed line. Always 'make' before we run make install so no build
+ files become owned by root.
+
+ * dlls/winedos/dosvm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Routine DOSVM_Wait now wakes up if new events are queued and it
+ returns if it processed any queued events.
+
+2002-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac:
+ More robust libsane check.
+
+ * win32/console.c, scheduler/process.c:
+ Hack to make wineconsole work again.
+
+2002-03-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/ttydrv.h:
+ Fixed compile without curses.
+
+ * include/wine/server.h, include/wine/server_protocol.h,
+ memory/environ.c, scheduler/process.c, server/process.c,
+ server/protocol.def, server/request.h, server/trace.c:
+ Transfer the full process startup info as well as the command-line
+ through the server.
+
+ * misc/registry.c: Load classes.dat too.
+
+ * memory/virtual.c:
+ Make sure the import directory is not in shared memory.
+
+ * dlls/kernel/kernel_main.c, files/file.c, include/file.h,
+ win32/Makefile.in, win32/file.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix SetFileAttributes to honor the umask (rather than making files
+ world-writable).
+
+ * tools/Makefile.in, tools/winelauncher.in:
+ Fixed winelauncher for new dll files layout.
+
+ * programs/winetest/wtmain.c:
+ Use ExitProcess to terminate the application.
+
+ * library/port.c, configure, configure.ac, include/config.h.in:
+ Michal Pasternak <mpasternak@lublin.t1.pl>
+ Fixed pack/unpack routines for WM_DDE_EXECUTE.
+
+ * dlls/user/dde/misc.c:
+ Fixed pack/unpack routines for WM_DDE_EXECUTE.
+
+ * documentation/packaging.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Updated for new dll names.
+
+ * dlls/ntdll/cdrom.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN_DEVICE.
+
+2002-03-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/dsurface/dib.c:
+ Removed call to DIB_GetDIBWidthBytes.
+
+ * 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/palette.c, graphics/x11drv/pen.c,
+ graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/bitmap.h,
+ include/gdi.h, include/x11drv.h, objects/bitmap.c,
+ objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c,
+ objects/font.c, objects/gdiobj.c, objects/text.c,
+ dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/dc.c,
+ dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/mapping.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/mfdrv/text.c,
+ dlls/gdi/win16drv/brush.c, dlls/gdi/win16drv/font.c,
+ dlls/gdi/win16drv/graphics.c, dlls/gdi/win16drv/init.c,
+ dlls/gdi/win16drv/objects.c, dlls/gdi/win16drv/pen.c,
+ dlls/gdi/win16drv/text.c, dlls/gdi/win16drv/win16drv.h,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c,
+ dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c, dlls/wineps/bitblt.c,
+ dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c,
+ dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c,
+ dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c,
+ dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/text.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xrender.c,
+ dlls/x11drv/xvidmode.c, graphics/bitblt.c, graphics/escape.c,
+ graphics/mapping.c, graphics/painting.c, graphics/path.c,
+ dlls/gdi/Makefile.in, dlls/gdi/driver.c, dlls/gdi/enhmfdrv/dc.c,
+ dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/enhmfdrv/init.c, dlls/gdi/enhmfdrv/mapping.c,
+ dlls/gdi/enhmfdrv/objects.c, dlls/gdi/printdrv.c:
+ Changed the GDI driver interface to pass an opaque PHYSDEV pointer
+ instead of a DC structure.
+ Removed some direct accesses to the DC structure from the drivers.
+ Got rid the bitmap driver.
+
+ * loader/loadorder.c:
+ Don't strip out .exe extension.
+
+ * include/winbase.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added declaration of the DisconnectNamedPipe call.
+
+ * dlls/x11drv/mouse.c:
+ Marco Pietrobono <pietrobo@pietrobo.com>
+ Added support for 16bit mouse cursor bitmaps in RGB 565 format.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - updown unicodification
+ - better/cleaner buddy handling
+ - few bugs fixed
+ - more testing
+ - consistent indentation
+
+ * controls/menu.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MenuItemFromPoint: rough implementation.
+
+ * programs/winetest/runtest:
+ Need to set WINEDLLPATH too.
+
+2002-03-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/.cvsignore: Added alloc.ok.
+
+ * programs/clock/ChangeLog, programs/clock/Da.rc,
+ programs/clock/De.rc, programs/clock/En.rc, programs/clock/Es.rc,
+ programs/clock/Fi.rc, programs/clock/Fr.rc, programs/clock/Pt.rc,
+ programs/clock/Sk.rc, programs/clock/Sw.rc, programs/clock/TODO,
+ programs/clock/Wa.rc, programs/clock/clock.rc,
+ programs/clock/clock_res.h, programs/clock/language.c,
+ programs/clock/language.h, programs/clock/main.c,
+ programs/clock/main.h, programs/clock/rsrc.rc:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Converted to use of NLS.
+
+ * include/enhmetafiledrv.h, include/win16drv.h, configure,
+ configure.ac, dlls/gdi/Makefile.in, dlls/gdi/driver.c,
+ dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/enhmfdrv/mapping.c, dlls/gdi/enhmfdrv/objects.c,
+ dlls/gdi/gdi_main.c, dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/dc.c,
+ dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/mapping.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/mfdrv/text.c,
+ dlls/gdi/win16drv/.cvsignore, dlls/gdi/win16drv/brush.c,
+ dlls/gdi/win16drv/font.c, dlls/gdi/win16drv/graphics.c,
+ dlls/gdi/win16drv/init.c, dlls/gdi/win16drv/objects.c,
+ dlls/gdi/win16drv/pen.c, dlls/gdi/win16drv/prtdrv.c,
+ dlls/gdi/win16drv/text.c, dlls/gdi/win16drv/win16drv.h:
+ Moved metafiles and win16 drivers to dlls/gdi.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/alloc.c:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added memory allocation test.
+
+ * dlls/msvcrt/file.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ fwrite: fixed handling of already buffered data.
+
+2002-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/gdi/.cvsignore,
+ dlls/gdi/Makefile.in, dlls/gdi/gdi.exe.spec, dlls/gdi/gdi.spec,
+ dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel.spec, dlls/kernel/krnl386.exe.spec,
+ dlls/user/.cvsignore, dlls/user/Makefile.in,
+ dlls/user/user.exe.spec, dlls/user/user.spec:
+ Renamed some 16-bit spec files to match the dll name.
+
+ * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/msacm_main.c,
+ include/msacm.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ - Converted HACMOBJ to void*
+ - acmMetrics16 calls acmMetrics only if hao is NULL
+
+ * dlls/commdlg/filedlg95.c:
+ Mehmet Yasar <myasar@free.fr>
+ Fix default extension behavior with GetOpenFileName.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/parser.c:
+ Ignore imports and resources when building a .def file.
+
+ * configure, configure.ac, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/tests/.cvsignore,
+ dlls/oleaut32/tests/oleaut32_test.spec,
+ dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c,
+ libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c,
+ libtest/vartest.readme, libtest/vartest.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Ported variant tests to the new testing framework.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/lconv.c,
+ dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add stub for __lconv_init().
+
+2002-03-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/data.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ __[x|]getmainargs: Accept NULL new_mode argument.
+
+ * include/msacm.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*.
+
+ * dlls/winmm/mmsystem.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Changes some handle definitions to the proper type.
+
+ * dlls/winmm/winearts/arts.c, dlls/winmm/winearts/arts.h,
+ dlls/winmm/winearts/audio.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ wodOpen() should return MMSYSERR_ALLOCATED if the device is already
+ allocated. Allow for multiple audio devices. Fix wodPlayer_reset as
+ with aRts we cannot cancel audio data already written to the server.
+ Rename some functions. Cleanup unused code.
+
+ * dlls/dsound/dsound_main.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Dsound will now try as many devices as are available when trying to
+ open a waveOut device in DirectSoundCreate().
+
+ * dlls/winsock/socket.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added missing header.
+
+2002-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in, dlls/Makefile.in, dlls/opengl32/Makefile.in,
+ dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c,
+ graphics/x11drv/init.c, include/x11drv.h:
+ Added support for driver-specific escapes in the x11drv to retrieve
+ X11 information. Finished dll separation of opengl32.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/shdocvw.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/twain_32.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/winearts.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API file update.
+ - Missing API file entries now only reported once.
+
+ * dlls/avicap32/avicap32_main.c, dlls/shlwapi/shlwapi.spec,
+ dlls/wininet/internet.c, files/smb.c, files/smb.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * include/services.h, loader/task.c, scheduler/Makefile.in, scheduler/services.c:
+ Removed service thread support.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/socket.c,
+ include/wine/server_protocol.h, include/winsock.h,
+ server/protocol.def, server/queue.c, server/sock.c, server/trace.c,
+ server/user.h, server/window.c:
+ Send message for WSAAsyncSelect sockets directly from the server,
+ instead of using the service thread. Finished separation of ws2_32.
+
+ * documentation/samples/system.ini, configure, configure.ac,
+ dlls/Makefile.in, dlls/msacm/imaadp32/.cvsignore,
+ dlls/msacm/imaadp32/Makefile.in,
+ dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/imaadp32/imaadp32.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented an IMA driver.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_user.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Wineconsole is now able to handle non raster fonts (vector, true
+ type).
+
+ * server/thread.c, server/timer.c:
+ Fixed handling of timer callback routines when the thread owning the
+ callback terminates.
+
+ * dlls/winedos/vga.c, dlls/winedos/vga.h, misc/system.c:
+ Create threads to manage timers instead of using the service thread.
+
+ * include/wine/server.h, scheduler/client.c, dlls/ntdll/ntdll.spec,
+ files/file.c:
+ Export the FILE_GetUnixHandle functionality from ntdll.
+
+ * programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started implementing event reduction.
+
+ * programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some issues in resources definition.
+
+ * dlls/gdi/freetype.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Changed fixed fonts family name.
+
+ * tools/examine-relay:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed VxD call tracing.
+
+ * debugger/dbg.y:
+ Tijs van Bakel <tijs@connectux.com>
+ Added support for C++ identifier syntax.
+
+2002-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/audevcod.h, include/dmo.h, include/dmoreg.h,
+ include/dmort.h, include/dshow.h, include/mediaerr.h,
+ include/mediaobj.h:
+ Rewrote some headers from scratch based on publicly available
+ information to avoid EULA concerns.
+
+ * dlls/msdmo/dmoreg.c, dlls/msdmo/dmort.c, dlls/msdmo/msdmo.spec,
+ dlls/quartz/README, dlls/quartz/capgraph.c, dlls/quartz/capgraph.h,
+ dlls/quartz/fgevent.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
+ dlls/quartz/fgraph.h, dlls/quartz/fmap.c, dlls/quartz/fmap.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/main.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/parser.h, dlls/quartz/vidren.c, dlls/quartz/vidren.h,
+ include/control.h, include/evcode.h, include/strmif.h,
+ include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Removed some code because of concerns over the Microsoft DirectX SDK
+ license agreement.
+
+ * documentation/samples/system.ini, configure, configure.ac,
+ dlls/Makefile.in, dlls/msacm/msg711/.cvsignore,
+ dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/msg711/msg711.drv.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented G711 codec driver.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement CCM_{GET|SET}COLORSCHEME.
+ - Implement WM_NOTIFYFORMAT and correct passing WM_NOTIFY with correct
+ message call.
+ - Ignore PGM_FORWARDMOUSE like native.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Reanalyze button status during NCCalcSize processing because size of
+ window may have changed.
+
+ * windows/x11drv/event.c:
+ We cannot ignore NotifyNonlinear focus events.
+
+ * loader/loadorder.c:
+ Properly handle loadorder specifications containing a .dll extension.
+
+ * Make.rules.in: Fixed rule for test program.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/directory.c, dlls/kernel/tests/kernel32_test.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W.
+
+ * programs/winetest/wtmain.c, include/wine/test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add trace function (same as in the perl framework).
+ Add support for todo tests.
+ Make it possible to specify a printf-style message in ok.
+ Include windef.h in test.h for compiling tests on Windows.
+
+ * dlls/psapi/psapi_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented EnumProcesses and EnumProcessModules.
+
+ * dlls/kernel/toolhelp.c, include/wine/server_protocol.h,
+ loader/pe_image.c, scheduler/process.c, server/process.c,
+ server/process.h, server/protocol.def, server/snapshot.c,
+ server/trace.c:
+ Correctly fill parent pid, module size and module name in process and
+ module snapshots. Based on patches by Eric Pouech and Andreas Mohr.
+
+ * dlls/winmm/winearts/audio.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Fix range in aRts 8bit volume code.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Initialise a stack variable.
+
+2002-03-21 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in: Fixed linking of wine target.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/twain/.cvsignore,
+ dlls/twain/Makefile.in, dlls/twain/README, dlls/twain/TWAIN,
+ dlls/twain/capability.c, dlls/twain/ds_audio.c,
+ dlls/twain/ds_ctrl.c, dlls/twain/ds_image.c, dlls/twain/dsm_ctrl.c,
+ dlls/twain/twain.h, dlls/twain/twain32_main.c,
+ dlls/twain/twain_32.spec, dlls/twain/twain_i.h, include/config.h.in:
+ Shi Quan He <shiquan@cyberdude.com> (for Corel)
+ Started TWAIN implementation.
+
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged into WineHQ, made sure it works without SANE.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/utils.c:
+ Make warnings quiet by default and added -w option.
+
+ * documentation/samples/config, include/config.h.in, DEVELOPERS-HINTS,
+ configure, configure.ac, dlls/Makefile.in,
+ dlls/dsound/dsound_main.c, dlls/winmm/winearts/.cvsignore,
+ dlls/winmm/winearts/Makefile.in, dlls/winmm/winearts/arts.c,
+ dlls/winmm/winearts/arts.h, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winearts/winearts.drv.spec:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Added aRts driver.
+
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Added some stubs.
- * [loader/ne/module.c] [if1632/kernel.spec]
- Added the undocumented HIWORD of GetModuleHandle (hFirstModule).
+ * dlls/advapi32/registry.c:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Changed registry handling in RegOpenKeyExA to behave like windows95
+ when winver==win95.
- * [loader/ne/segment.c]
- Wine forgot to set some NE_SEGFLAGS_*.
- Combined with another loader change, this fixed the
- "BLINKER -- error in loading module" or ghost MessageBox problem
- that about 1% of all Windows programs have.
- Some BLINKER programs still don't work, though.
- But I'm working on it, with great help from Blinkinc.
+ * dlls/msvcrt/file.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added check to fwrite for size == 0.
+ Fixed order and format of "size" and "nmemb" parameters in calls to
+ fwrite.
- * [loader/task.c]
- InitTask needs to decrement the SP register by two as Win95 does.
+2002-03-20 Alexandre Julliard <julliard@winehq.com>
-Sun Aug 9 02:41:28 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ * Make.rules.in, dlls/Makedll.rules.in:
+ Fixed rules for main module spec file.
- * [if1632/kernel.spec] [relay32/kernel32.spec] [scheduler/syslevel.c]
- [loader/main.c] [win32/ordinals.c] [include/syslevel.h]
- [scheduler/Makefile.in]
- Implemented Win95 'syslevel' routines (including Win16Lock).
+ * dlls/Makefile.in, dlls/quartz/Makefile.in, dlls/quartz/acmwrap.c,
+ dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basefilt.h, dlls/quartz/main.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/parser.c, dlls/quartz/parser.h, dlls/quartz/quartz.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+ Started implementing MPEG parser.
+
+ * include/Makefile.in, include/dvdmedia.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a missing header.
+
+ * programs/notepad/ChangeLog, programs/notepad/Da.rc,
+ programs/notepad/De.rc, programs/notepad/En.rc,
+ programs/notepad/Es.rc, programs/notepad/Fi.rc,
+ programs/notepad/Fr.rc, programs/notepad/Pt.rc,
+ programs/notepad/README, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/Wa.rc,
+ programs/notepad/dialog.c, programs/notepad/language.c,
+ programs/notepad/language.h, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad_res.h,
+ programs/notepad/rsrc.rc:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Made notepad uses NLS properly.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec, include/Makefile.in,
+ include/msvcrt/sys/locking.h:
+ Bill Medland <medbi01@accpac.com>
+ Connect the msvcrt file byte locking up to ntdll.
+
+ * dlls/comctl32/toolbar.c:
+ Bill Medland <medbi01@accpac.com>
+ No need for the fixme on a simple TBSTYLE_SEP.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * dlls/winedos/Makefile.in, dlls/wineps/Makefile.in,
+ dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+ dlls/winnls/Makefile.in, dlls/winsock/Makefile.in,
+ dlls/winspool/Makefile.in, dlls/wintrust/Makefile.in,
+ dlls/wow32/Makefile.in, dlls/wsock32/Makefile.in,
+ dlls/x11drv/Makefile.in, include/Makefile.in, library/Makefile.in,
+ library/loader.c, tools/winebuild/import.c,
+ tools/winebuild/spec32.c, dlls/psapi/Makefile.in,
+ dlls/qcap/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/serialui/Makefile.in,
+ dlls/setupapi/Makefile.in, dlls/shdocvw/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/shfolder/Makefile.in,
+ dlls/shfolder/shfolder.spec, dlls/shlwapi/Makefile.in,
+ dlls/sti/Makefile.in, dlls/tapi32/Makefile.in,
+ dlls/ttydrv/Makefile.in, dlls/url/Makefile.in,
+ dlls/urlmon/Makefile.in, dlls/user/Makefile.in,
+ dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+ dlls/winaspi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/lzexpand/Makefile.in, dlls/mapi32/Makefile.in,
+ dlls/mpr/Makefile.in, dlls/msacm/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/msimg32/Makefile.in,
+ dlls/msnet32/Makefile.in, dlls/msrle32/Makefile.in,
+ dlls/msvcrt/Makefile.in, dlls/msvcrt20/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/netapi32/Makefile.in,
+ dlls/ntdll/Makefile.in, dlls/odbc32/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+ dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/opengl32/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in,
+ dlls/advapi32/Makefile.in, dlls/avicap32/Makefile.in,
+ dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in,
+ dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in,
+ dlls/crypt32/Makefile.in, dlls/dciman32/Makefile.in,
+ dlls/ddraw/Makefile.in, dlls/devenum/Makefile.in,
+ dlls/dinput/Makefile.in, dlls/dplay/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/glu32/Makefile.in, dlls/icmp/Makefile.in,
+ dlls/imagehlp/Makefile.in, dlls/imm32/Makefile.in, dlls/make_dlls,
+ Make.rules.in, Makefile.in, configure, configure.ac:
+ Changed builtin dlls file names to make it clear they are not normal
+ Unix libraries, and install them in $libdir/wine instead of $libdir to
+ avoid name conflicts in /usr/lib.
+
+ * dlls/shell32/shellpath.c, dlls/shell32/undocshell.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update shell xxxAW wrapper prototypes for fixed SHLWAPI functions.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h, dlls/shlwapi/path.c,
+ dlls/shlwapi/shlwapi.spec, include/shlwapi.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Document, implement/fix and test 110+ Path functions.
+ Share the GET_FUNC macro, other places than ordinal.c need it.
+
+ * windows/defwnd.c:
+ Duane Clark <dclark@akamail.com>
+ On WM_GETTEXT, terminate the lparam buffer even if string is empty.
+
+ * dlls/comctl32/treeview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL
+ - Implement A and W versions of WM_NOTIFY based on response to
+ WM_NOTIFYFORMAT. Note that the EDITLABEL notifies are not done.
+ - Implement WM_NOTIFYFORMAT.
+
+ * windows/x11drv/keyboard.c:
+ Matthias Fechner <idefix@fechner.net>
+ Added German 105 keys keyboard.
+
+ * dlls/shdocvw/Makefile.in, dlls/shdocvw/api.c,
+ dlls/shdocvw/browser.c, dlls/shdocvw/classinfo.c,
+ dlls/shdocvw/comimpl.c, dlls/shdocvw/comimpl.h,
+ dlls/shdocvw/connect.c, dlls/shdocvw/events.c,
+ dlls/shdocvw/factory.c, dlls/shdocvw/misc.c,
+ dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c,
+ dlls/shdocvw/shdocvw.c, dlls/shdocvw/shdocvw.h,
+ dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c,
+ dlls/shdocvw/webbrowser.c, ole/uuid.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented the basic COM framework.
+ Fixed all IUnknown of shdocvw.dll.
+
+ * README:
+ Martin Garton <martin@wrasse.demon.co.uk>
+ Fixed license text.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Charles Vaughn <charlesv@mfos.org>
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added support for glMTexCoord2fSGIS
+ - updated to latest OpenGL extensions
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Added InternetOpenURLA implementation.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Bill Medland <medbi01@accpac.com>
+ Hook back into the correct MSVCRT__tolower/upper.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Admiral Coeyman <admiral@corner.net>
+ Beginnings of the code that should allow DOS programs to set their
+ color palette.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ Add LVS_NOSORTHEADER support.
+ Sort column on HDN_ITEMCLICKA too.
+ Do not edit labels if icon was clicked.
+ Fix the incorrect icon width in my earlier patch.
+
+ * objects/gdiobj.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added default stock objects for known non-US charsets.
+
+ * dlls/msdmo/Makefile.in, dlls/msdmo/dmoreg.c, dlls/msdmo/dmort.c,
+ dlls/msdmo/msdmo.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some APIs.
+ Added some stubs.
- * [if1632/relay.c] [if1632/thunk.c] [tools/build.c] [loader/task.c]
- [loader/ne/segment.c] [win32/kernel32.c] [memory/selector.c]
- [include/stackframe.h] [include/thread.h]
- 16-bit %fs handling revised. Use Win16Lock where appropriate.
+ * winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added FilterData of DirectShow filters (FilterData should be
+ registered for rendering media files).
+
+ * dlls/shlwapi/ordinal.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Reimplement functions 350, 351, 352 to use appropriate W functions
+ (thanks Jürgen!)
+ - Add additional comments to functions 266, 267, 276 and adjust the
+ stubbed return values.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct RBN_CHILDSIZE rect value for CCS_VERT rebar.
+ - Do UpdateWindow only if doing redraws when doing layout.
+
+2002-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/amundoc.c, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/avidec.c, dlls/quartz/aviparse.c, dlls/quartz/basepin.c,
+ dlls/quartz/capgraph.c, dlls/quartz/capgraph.h,
+ dlls/quartz/csconv.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
+ dlls/quartz/fgraph.h, dlls/quartz/filesink.c,
+ dlls/quartz/filesink.h, dlls/quartz/fmap.c, dlls/quartz/ifgraph.c,
+ dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
+ dlls/quartz/main.c, dlls/quartz/mtype.c, dlls/quartz/parser.c,
+ dlls/quartz/parser.h, dlls/quartz/quartz_private.h,
+ dlls/quartz/vidren.c, dlls/quartz/wavparse.c, dlls/quartz/xform.c,
+ dlls/quartz/xform.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Fixed audio renderer.
+ Implemented seeking.
+ Added some stubs.
- * [include/thread.h] [scheduler/synchro.c] [windows/message.c]
- [windows/queue.c] [win32/process.c]
- Implemented MsgWaitForMultipleObjects.
+ * dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c, include/wingdi.h:
+ Leo van den Berg <leo@connectux.com>
+ Added some stubs.
- * [files/change.c] [files/Makefile.in] [scheduler/k32obj.c]
- [win32/newfns.c]
- Implemented (dummy) file change notification objects.
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a missing CLSID.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Sergei Turchanov <plumber@print.vlad.ru>
+ Ordinal 342 is really named SHInterlockedCompareExchange.
+
+ * dlls/comctl32/toolbar.c:
+ Duane Clark <dclark@akamail.com>
+ TOOLBAR_LButtonUp should work even if ReleaseCapture was already
+ called.
+
+ * documentation/wine.texinfo:
+ Jeremy Newman <jnewman@codeweavers.com>
+ Fixed WARRANTY inclusion.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing enums.
+
+ * dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs.
+
+ * files/smb.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #includes for FreeBSD and Solaris.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int33.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Console mode DOS programs now receive mouse events.
+ Replaced GetMessage with PeekMessage, since MsgWaitForMultipleObjects
+ is allowed to return spontaneously.
+
+ * programs/uninstaller/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - fix complete listbox messup by only updating in case it needs
+ updating
+ - fix listbox selection breakage causing multiple programs to get
+ uninstalled
+ - implemented sorting of entries
+ - much better debug strings
+
+ * dlls/user/tests/sysparams.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't show the window.
+
+ * include/commctrl.h, include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Small fixes.
+
+2002-03-12 Alexandre Julliard <julliard@winehq.com>
+
+ * files/Makefile.in, files/file.c, files/smb.c, files/smb.h,
+ include/wine/server_protocol.h, server/Makefile.in,
+ server/protocol.def, server/request.h, server/smb.c, server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Begin to make wine an SMB client.
+
+ * include/Makefile.in, include/dmo.h, include/dmoreg.h,
+ include/dmort.h, include/mediaerr.h, include/mediaobj.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing headers.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Finish any pending WaitCommEvents if the event mask is set to 0.
+
+ * dlls/msrle32/msrle32.c:
+ Michael Karcher <michael.karcher@dpk.berlin.fido.de>
+ pDst was advanced too much when decoding DELTA blocks.
+
+ * dlls/x11drv/winpos.c, include/winuser.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Added option SW_FORCEMINIMIZE to ShowWindow.
+
+2002-03-11 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/relay.c, tools/winebuild/res16.c,
+ tools/winebuild/res32.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c:
+ Patrik Stridvall <ps@leissner.se>
+ Made winebuild (almost) compile and work on Windows.
+
+ * dlls/kernel/time.c, include/wine/port.h, library/port.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Better handling when settimeofday is not available.
+ - Adding name translations for p{close,open} and str{,n}casecmp if
+ they exists under other names.
+
+ * configure.ac, include/config.h.in, configure:
+ Patrik Stridvall <ps@leissner.se>
+ Added some optional headers and functions for compiling on Windows
+ with MSVC.
+
+ * dlls/user/message.c:
+ Fixed inter-process packing of CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT
+ and CB/LB_SELECTSTRING.
+
+ * windows/winproc.c: Mehmet Yasar <myasar@free.fr>
+ Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT
+ and CB/LB_SELECTSTRING.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec, include/msvcrt/stdio.h:
+ Waldek Hebisch <hebisch@math.uni.wroc.pl>
+ Implemented stdio buffering and ungetc. Misc stdio fixes.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ Add support for report mode text justification.
+
+ * scheduler/synchro.c, dlls/kernel/comm.c, files/file.c,
+ include/file.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Set an overlapped hEvent before calling any APCs.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/capgraph.c,
+ dlls/quartz/capgraph.h, dlls/quartz/filesink.c,
+ dlls/quartz/filesink.h, dlls/quartz/main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
- * [debugger/dbg.y] [scheduler/process.c] [scheduler/thread.c]
- [include/process.h] [include/thread.h]
- Suspend all threads except current when hitting debugger break point.
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some CLSIDs.
+
+ * dlls/kernel/debugger.c, dlls/ole32/ole32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/nativeapi.pm,
+ tools/winapi_check/win32/advapi32.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API update.
+ - Minor bug fixes.
+
+ * dlls/comctl32/comctl_Ja.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Ja.rc, dlls/user/resources/user32_Ja.rc:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added and fixed some Japanese resources.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add support for WM_WINDOWPOSCHANGED to save new origin of window.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Pass information through arguments instead of static variables.
+ Add protection to prevent reading outside the buffer.
+ Better handling of degenerate cases.
+
+ * dlls/setupapi/setupx_main.c:
+ Mehmet Yasar <myasar@free.fr>
+ Prevent setup from crashing if a section in the INF is empty (no
+ entries) (this happens when installing IE5).
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Turchanov Sergei <plumber@print.vlad.ru>
+ Implement ordinal 342.
+
+ * windows/x11drv/wineclipsrv.c:
+ Jason Phillips <jasonp1@cox.net>
+ Make wineclipsrv run as a daemon (close stdout/stderr, no controlling
+ terminal, session group leader).
+
+ * windows/x11drv/keyboard.c:
+ Axel Schmidt <babe@axel-schmidt-net.de>
+ Added keyboard layout for Logitech Cordless Desktop Pro.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added FIXMEs for actions with id>=115. These actions were not
+ processed before.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add scaffolding for TB_{GET|SET}PADDING.
+ - Replace wrong test for CCS_VERT with correct test for undocumented
+ TBSTYLE_EX_ style 0x04.
+ - Add support for undocumented TB_SETBUTTONSIZE where the size is
+ zero, sets to default value.
+ - Issue FIXMEs for unsupported extended styles.
+ - Implement first try at undocumented toolbar message 0x0463.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Trace undocumented toolbar messages.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add BTN_... definitions (replacement for TBSTYLE_...).
+ - Add definitions of additional TBSTYLE_EX_ styles. Including
+ undocumented one used by IE5.
+ - Add additional toolbar message definitions including
+ undocumented ones used by at least IE5.
+
+ * dlls/dinput/mouse/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Some small cleanups to dinput mouse code.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Created dummy implementation of InternetSetOption function.
+
+ * dlls/comctl32/header.c:
+ Duane Clark <dclark@akamail.com>
+ Test bUnicode and call appropriate DrawText routine.
+
+2002-03-10 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure:
+ Release 20020310.
+
+----------------------------------------------------------------
+2002-03-09 Alexandre Julliard <julliard@winehq.com>
+
+ * LICENSE.OLD: Keep old license around.
+
+ * include/debugtools.h, tools/apiw.index, tools/ipcl,
+ tools/make_os2.cmd, tools/makehtml.pl, tools/unimap.pl,
+ tools/wmc/language.c:
+ Removed some obsolete files.
+
+ * */*:
+ Added LGPL standard comment, and copyright notices where necessary.
+ Global replacement of debugtools.h by wine/debug.h.
+
+ * COPYING.LIB, LICENSE, WARRANTY:
+ Changed license to LGPL.
+
+2002-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog:
+ Release 20020228.
+
+----------------------------------------------------------------
+2002-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/authors.h, AUTHORS:
+ Updated authors list from the Changelog. Please let me know if you
+ have been left out.
+
+ * configure.ac, configure:
+ Added tests extra directories.
+
+ * programs/regapi/tests/.cvsignore, programs/regapi/tests/README,
+ programs/regapi/tests/after.reg, programs/regapi/tests/before.reg,
+ programs/regapi/tests/orig.reg, programs/regapi/tests/regapi.pl,
+ programs/regapi/Makefile.in, programs/regapi/README,
+ programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl,
+ programs/regapi/regSet.sh, programs/regapi/regapi.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Made regapi scripts able to process .reg files in regedit
+ format. Implemented unit tests for reg diff functionality.
+
+ * dlls/make_dlls, Make.rules.in, Makefile.in, dlls/Makefile.in:
+ Added make check target to run unit tests too since this seems to be
+ standard.
+
+ * windows/winproc.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fixed winproc memory leak.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ Ask for correct number of chars in EditLblWndProcT.
+
+ * dlls/shlwapi/ordinal.c:
+ Michael Cardenas <michaelc@lindows.com>
+ More complete implementation of SHLWAPI_356.
+
+ * dlls/ole32/storage32.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Fixed merge error.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ LISTVIEW_InsertColumnT can be called with a width of
+ LVSCW_AUTOSIZE_USEHEADER.
+ Use the correct strings when column autosizing on columns other than
+ column 0.
+ LVSCW_AUTOSIZE_USEHEADER uses both item and header strings.
+
+2002-02-27 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winnt.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some defines and offsets.
+
+ * objects/gdiobj.c, relay32/builtin32.c, misc/registry.c,
+ dlls/kernel/comm.c, dlls/kernel/string.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Various cosmetic changes.
+
+ * dlls/user/Makefile.in, dlls/user/tests/.cvsignore,
+ dlls/user/tests/sysparams.c, dlls/user/tests/user32_test.spec:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added SystemParametersInfo unit test.
+
+ * documentation/Makefile.in, tools/Makefile.in:
+ Cosmetic fixes.
+
+ * programs/control/lccmake.bat, programs/notepad/lccmake,
+ programs/view/lccmakefile, programs/wcmd/makefile.bcc:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Removed alternative make scripts.
+
+ * files/directory.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Implemented "App Paths" registry key support for SearchPath().
+
+ * files/profile.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed overflow and signed/unsigned behaviour.
+
+ * server/debugger.c, server/protocol.def, server/request.h,
+ server/trace.c, dlls/kernel/debugger.c,
+ include/wine/server_protocol.h:
+ Reimplemented DebugBreakProcess.
+
+ * tools/wrc/dumpres.c, tools/winedump/misc.c,
+ programs/avitools/aviinfo.c, msdos/vxd.c, graphics/x11drv/dib.c,
+ graphics/painting.c, dlls/winspool/info.c, dlls/winedos/devices.c,
+ dlls/shell32/pidl.c, dlls/richedit/charlist.c,
+ dlls/kernel/console.c, dlls/quartz/audren.c, dlls/comctl32/updown.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/treeview.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Spelling/alignment fixes.
+
+ * documentation/samples/config, tools/winecheck,
+ documentation/installing.sgml, documentation/registry.sgml,
+ documentation/wine.conf.man, README:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - stress the fact that wineinstall is in Wine source
+ - add missing ttydrv/x11drv section to wine.conf.man
+ - make sure that we also load shdocvw as builtin in sample config file
+ - add sample AppDefaults section to sample config file
+ - winecheck update
+
+ * documentation/debugger.sgml, debugger/dbg.y, debugger/debug.l,
+ debugger/debugger.h, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the detach command to the debugger.
+
+ * include/wine/server_protocol.h, server/debugger.c, server/process.c,
+ server/process.h, server/protocol.def, server/request.h,
+ server/trace.c, dlls/kernel/debugger.c, dlls/kernel/kernel32.spec,
+ include/winbase.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ New XP debugging APIs: implemented DebugActiveProcessStop,
+ DebugSetProcessKillOnExit, DebugBreakProcess.
+
+ * BUGS: Francois Gouget <fgouget@free.fr>
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Rewrote BUGS file. Listed directions for those who want to contribute
+ to the project.
+
+ * dlls/comctl32/listview.c:
+ Bill Medland <medbi01@accpac.com>
+ Centre text correctly for the selected item.
+ Draw complete background for the selected item.
+ Calculate the size of a large icon more correctly (including multiline
+ labels).
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
+ - TB_INSERTBUTTONW was not as functional as the 'A' version. They now
+ match.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shlexec.c,
+ dlls/shell32/Makefile.in:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed ShellExecute functions when ddeexec was present in registry.
+
+ * windows/win.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix the strange case in WIN_FixCoordinates where x and cx are not
+ default but cy is CW_USEDEFAULT.
+
+2002-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in: Fixed make uninstall.
+
+ * dlls/kernel/comm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed cut&paste problem in SETRTS.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct Word breaking in centred/right justified mode; it was leaving a
+ trailing space which it should only do for left-justified text.
+ Also tighten up some comments.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add additional CCM_ message names.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement EM_FMTLINES message based on relay trace of native.
+
+ * include/mmreg.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added lots of missing defines.
+
+ * dlls/user/dde/misc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed DdeGetData when called for getting size.
+
+ * controls/static.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed WM_SETFONT handling (no redraw made in some cases).
+
+ * debugger/info.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Cosmetic fixes to 'walk proc' command.
+
+ * dlls/ddraw/dsurface/hal.c, dlls/x11drv/x11ddraw.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix crash in the X11 HAL when setting a NULL palette to a surface.
+
+ * documentation/db2html-winehq:
+ Philipp Wollermann <phil_wo@gmx.net>
+ Added support for the Crux Linux distribution (with openjade).
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix another bad test. Caused regression in IE 4.
+
+ * dlls/comctl32/toolbar.c:
+ Charles Duffy <cduffy@bigfoot.com>
+ Stop TOOLBAR_MeasureString from dying on empty strings.
+
+ * dlls/comctl32/imagelist.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Partially repair hotspot handling.
+
+2002-02-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/cursoricon.c, relay32/snoop.c, win32/console.c,
+ win32/except.c, win32/init.c, include/msvcrt/excpt.h,
+ include/winnt.h, loader/resource.c, memory/global.c,
+ memory/string.c, memory/virtual.c, dlls/winedos/dosvm.c,
+ files/dos_fs.c, include/Makefile.in, include/windows.h,
+ dlls/ntdll/debugtools.c, dlls/ntdll/exception.c, dlls/ntdll/sec.c,
+ dlls/opengl32/wgl.c, dlls/user/lstr.c, debugger/dbg.y,
+ debugger/winedbg.c, dlls/msvcrt/except.c:
+ Peter Hunnisett <peter@transgaming.com>
+ New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
+
+ * windows/x11drv/event.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Prevent lock-up with a focus loop between two top level unmanaged
+ windows.
- * [objects/dib.c]
- Bugfix for CreateDIBSection.
+ * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+ Gavriel State <gav@transgaming.com>
+ Added XVisualIDFromVisual to tsx11 list.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ LVM_GetItemRect should not take text size in account for LVIR_LABEL in
+ report mode.
+
+2002-02-22 Alexandre Julliard <julliard@winehq.com>
+
+ * files/file.c:
+ Gerhard W. Gruber <sparhawk@gmx.at>
+ MoveFileEx now enters the files in the registry when the boot delay
+ flag is set.
+
+ * include/wine/winuser16.h, windows/input.c, include/winuser.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Fix return type of GetAsyncKeyState.
+
+ * dlls/comctl32/listview.c:
+ Bill Medland <medbi01@accpac.com>
+ Implement multiline labels in the Large Item view by using DrawText
+ Note that this now highlights weaknesses in the label measuring code
+ etc. which cannot correctly handle multiline labels.
+
+ * dlls/ole32/marshal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Compile fix for GCC 2.7.x.
+
+ * dlls/ntdll/ntdll.spec:
+ Peter Hunnisett <peter@transgaming.com>
+ Add spec stub for RtlGetNtVersionNumbers.
+
+ * dlls/winaspi/aspi.c:
+ Gavriel State <gav@transgaming.com>
+ Change useless warning into a TRACE.
+
+ * include/msvcrt/stdlib.h, dlls/msvcrt/exit.c:
+ Peter Hunnisett <peter@transgaming.com>
+ atexit doesn't take a _onexit_t parameter.
+
+ * programs/uninstaller/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Remember the currently active index before refreshing.
+
+2002-02-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/lock.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/mtdll.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Add _lock,_unlock and header file for them.
+ Convert all msvcrt locks over to use _lock and _unlock.
+ Explicitly make msvcrt compile with multithreaded option.
+ Fix flag handling in _sopen. Add W->A call for new _swopen.
+
+ * debugger/stabs.c:
+ Peter Hunnisett <peter@transgaming.com>
+ Avoid assert for very large C++ .so files.
+
+ * include/wine/obj_base.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Fix ICOM_DEFINE for C++.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/shlwapi_main.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Forward ordinals 40, 41, 143, 362 to appropriate routines.
+ - Implement ordinals 155, 350, 351, 352, 418, 436.
+ - Fake implementation of SHGetInverseCMAP.
+ - Stub ordinal 209.
+ - Fix definition of ordinal 7.
+ - Implement SHGetThreadRef and SHSetThreadRef.
+
+ * include/commctrl.h, dlls/comctl32/comctl32undoc.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix problems in DPA_Merge exposed by previous code cleanup.
+
+ * tools/wineinstall: Adam D. Moss <adam@gimp.org>
+ Partially revert previous changes, force configure to write an
+ old-style config.cache.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ DrawText ellipsification on all lines, not just single-line.
+
+2002-02-20 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/make_ctests, programs/winetest/runtest,
+ programs/winetest/wtmain.c, include/wine/test.h,
+ dlls/Makedll.rules.in, Make.rules.in:
+ Preliminary version of the C unit tests run-time environment.
+ Added make rules for building and running C unit tests.
+
+ * programs/notepad/dialog.c, programs/notepad/lcc.h,
+ programs/notepad/main.c, programs/notepad/main.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ - made notepad compile with Cygwin
+ - made changes to the precompiler directives to check for specific
+ features instead of checking for the environment version.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Drawtext tidying up ready for the next big change:
+ - Fix brainfade in previous delta
+ - Move ellipsification results to static memory; they are going to
+ have to be referenced inside NextLineW and the arg list is too big
+ already.
+ - Add the missing ellipsification result (len_under) to simplify coding.
+ - Slight correction to prefix tracking for when there are several
+ underlined characters on a single line (DT_EXPANDTABS only).
+ - Allocate and free the temporary copy required for DT_MODIFYSTRING
+ rather than using a fixed size stack array.
+ - Introduce lastline into the main loop; it simplifies the code and we
+ are going to need it.
+
+ * dlls/shlwapi/path.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect PathIsUNCServerShare from null lpszPath.
+
+2002-02-19 Alexandre Julliard <julliard@winehq.com>
+
+ * include/config.h.in, dlls/kernel/comm.c, configure.ac, configure:
+ Lawson Whitney <lawson_whitney@juno..com>
+ Support for nonstandard baud rate in SetCommState.
+
+ * programs/notepad/Da.rc, programs/notepad/De.rc,
+ programs/notepad/En.rc, programs/notepad/Es.rc,
+ programs/notepad/Fi.rc, programs/notepad/Fr.rc,
+ programs/notepad/Pt.rc, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/Wa.rc,
+ programs/notepad/dialog.c, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad.rc:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented parsing of file name, passed in command line, loading new
+ file on startup.
+
+ * dlls/rpcrt4/rpcrt4.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added two missing exports.
+
+ * controls/scroll.c:
+ Phillip Ezolt <ezolt@perf.zko.dec.com>
+ Fixed the scrollbar position overflows using MulDiv.
+
+ * dlls/comctl32/listview.c:
+ Ondrej Macek <xmacek@informatics.muni.cz>
+ Fix of ListView invalidation in LISTVIEW_SetBkColor.
+
+ * dlls/shell32/classes.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ HCR_GetDefaultIcon should set icon number to 0 if it's missing from
+ the reg entry.
+
+ * tools/wineinstall: Adam D. Moss <adam@gimp.org>
+ Make wineinstall work in the new-autoconf-version world.
+
+ * dlls/quartz/audren.c, dlls/quartz/audren.h, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/mtype.c, dlls/quartz/parser.c,
+ dlls/quartz/vidren.c, dlls/quartz/vidren.h, dlls/quartz/xform.c,
+ dlls/quartz/xform.h, dlls/quartz/asyncsrc.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some deadlocks.
+
+ * dlls/avifil32/iastream.c, dlls/avifil32/igframe.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixes for compatibility.
+
+ * documentation/samples/system.ini:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added msrle32.dll (decompressor of MRLE).
+
+ * dlls/msrle32/msrle32.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed bugs in processing DELTA.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Change the way that DrawText parses the next line to display, ready to
+ support multiline ellipsification etc. Rather than measuring the text
+ each time we add a character and breaking once it is too long and
+ WORDBREAK is enabled, we copy a whole text segment and then measure
+ it; GetTextExtentPointEx is designed to tell us how much fitted. This
+ may result in a little rescanning if wordbreak is enabled but will be
+ well worth while when multiline path ellipsification is brought down
+ into the NextLine function. Note also that the wordbreak calculation
+ is a little more complete (e.g. including break-within-word for
+ DT_EDITCONTROL).
+
+ * dlls/oleaut32/variant.c:
+ Patrick Haller <patrick.haller@innotek.de>
+ Fix crash in VariantTimeToDosDateTime.
+
+ * dlls/ole32/clipboard.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Must make a copy of global handle returned by GetClipboardData; it is
+ not valid after we call CloseClipboard. Application is responsible for
+ freeing the memory (fixes copy/paste in mail body in Forte Agent).
+
+2002-02-15 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/makedep.c:
+ Modified makedep to handle #include <> correctly (based on a patch by
+ Patrik Stridvall).
+
+ * dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+ dlls/winspool/Makefile.in, dlls/user/Makefile.in,
+ dlls/setupapi/Makefile.in, dlls/shdocvw/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in,
+ dlls/netapi32/Makefile.in, dlls/ntdll/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/rpcrt4/Makefile.in,
+ dlls/comctl32/Makefile.in, dlls/crypt32/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/imagehlp/Makefile.in,
+ dlls/advapi32/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Added some defines for compatibility with Windows headers.
+
+ * windows/win.c: Jukka Heinonen <jhei@iki.fi>
+ Convert some invalid offsets in GetWindowLong16 into valid offsets.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Measure the text more reasonably. This handles intercharacter spacing
+ and should handle any kerning etc. that might happen. Also ensure no
+ wordbreaking on singleline text.
+
+ * windows/x11drv/keyboard.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Added a keyboard matched to VNC.
+
+ * include/ntddk.h: Ron Gage <ron@rongage.org>
+ Added several structures.
+
+ * dlls/shell32/shlfileop.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In SHFileOperation() when requested to copy files, figure out when the
+ destination is to be treated as a directory and handle those cases.
+
+ * configure.ac, Makefile.in, configure:
+ Fixed installation issues caused by new configure script.
+
+2002-02-14 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/clock/main.c, programs/notepad/dialog.c,
+ programs/winver/winver.c, windows/nonclient.c, misc/options.c:
+ version.h is now in include/wine directory.
+
+ * tools/wrc/Makefile.in, programs/winhelp/Makefile.in,
+ tools/Makefile.in, tools/makedep.c, tools/winelauncher.in,
+ debugger/Makefile.in, documentation/.cvsignore,
+ documentation/Makefile.in, documentation/wine.conf.man,
+ documentation/wine.conf.man.in, documentation/wine.man.in,
+ include/config.h.in, include/version.h, include/wine/.cvsignore,
+ configure.ac, configure.in, Make.rules.in, Makefile.in, VERSION,
+ configure:
+ Upgraded configure script to use autoconf 2.50 features, and renamed
+ to configure.ac.
+ Changed a few things to better follow the autoconf guidelines.
+
+ * tools/config.guess, tools/config.sub:
+ Updated to newer version.
+
+ * dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc, dlls/comctl32/rsrc.rc:
+ Martin Dalecki <dalecki@evision-ventures.com>
+ Some artwork on the default icons.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ DrawText should not split words just because of clipping.
+
+ * dlls/shell32/shell.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In ShellExecute16, make sure there is a space between command and
+ parameters.
+
+ * dlls/winsock/socket.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect against NULL wsaddrlen in ws_sockaddr_alloc.
+
+2002-02-12 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/relay.c:
+ Gavriel State <gav@transgaming.com>
+ Some older versions of GDB need to have the filename data available
+ for each section, so we need to output it again for the data section.
+
+ * win32/editline.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make Home, End and Enter on the keypad work in the debugger.
+
+ * win32/file.c: Jukka Heinonen <jhei@iki.fi>
+ SetFileAttributes returns now an error if target file is on CDROM.
+
+ * files/drive.c: Jukka Heinonen <jhei@iki.fi>
+ Added missing break statement.
+
+ * dlls/shlwapi/reg.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Partially implement SHRegWriteUSValue{A|W}.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ When the commandID was being treated as the index, no check for index
+ greater than number of buttons was done. Now fixed.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix regression in some programs due to CLR_DEFAULT fix. Noticed in
+ control-spy rebar.exe.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Allow ToAscii/ToUnicode to work with scanCode = 0.
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Correct tests involved with processing the LVIF_DI_SETITEM flag.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Initialize pszText to 0 for internal ->ceItem to eliminate moves to
+ garbage locations.
+
+ * winedefault.reg:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added default function marshaller registry entry.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Put in place a proper tab model within DrawText (also includes
+ simplifying TEXT_NextLineW to remove duplicate code).
+
+2002-02-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/file.c:
+ C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>
+ Filled out the implementation of fscanf and _cscanf.
+
+ * dlls/msacm/internal.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bug in cache init.
+
+ * dlls/comctl32/comboex.c:
+ Aric Stewart <aric@codeweavers.com>
+ Use the supplied buffer when copying item text.
+
+ * include/wingdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix PAN_FAMILYSTYLE_INDEX name.
+
+ * configure, configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ We need fttrigon.h, so don't define HAVE_FREETYPE if we don't have it.
+
+ * dlls/ole32/storage32.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Fix off-by-one error in placing trailing \0.
+
+ * dlls/comctl32/tooltips.c:
+ Ori Pessach <ori_pessach_blah@yahoo.com>
+ Set WS_EX_TOOLWINDOW in a tooltip's dwExStyle.
+
+2002-02-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c:
+ Aric Stewart <aric@codeweavers.com>
+ Don't return overflow if no class buffer was specified.
+
+ * files/profile.c:
+ Gerhard Gruber <sparhawk@gmx.at>
+ WritePrivateProfileSection should allow to create duplicate keys
+ because it takes the buffer as it is without any modifications.
+
+ * dlls/x11drv/scroll.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In X11DRV_ScrollDC only move pixels that are within the clip
+ rectangle, before and after they are scrolled.
+
+ * objects/palette.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fix for GetNearestColor so it returns the true color rather than the
+ system palette if the device does not support a palette.
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Aric Stewart <aric@codeweavers.com>
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Misc fixes:
+ - cache text metrics for the font we're using
+ - improved item hit detection
+ - more debugging output
+ - implement LVM_SETICONSPACING
+ - lots of bugs squashed
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/tmarshal.h, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib.h, dlls/oleaut32/variant.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+ dlls/ole32/ole32.spec, dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/compobj.c, dlls/ole32/Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented Local Server COM.
+ Implemented the Typelib based Marshaler.
+
+ * dlls/shlwapi/ordinal.c, include/basetsd.h, include/ntddk.h,
+ include/oleauto.h, include/poppack.h, include/pshpack1.h,
+ include/pshpack2.h, include/pshpack4.h, include/pshpack8.h,
+ include/rpcdce.h, include/rpcndr.h:
+ Patrik Stridvall <ps@leissner.se>
+ MSVC compile fixes.
+
+ * dlls/comctl32/progress.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove PROGRESS_Refresh, always do InvalidateRect() to repaint.
+ Add WM_ERASEBKGND handler as in Windows.
+ Be slightly smarter whether invalidate background or not.
+ Always treat wParam as INT to not lose signed values.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Various cleanups:
+ - get rid of the static data member
+ - pass the infoPtr around instead of the hwnd
+ - fix indentatin/style a bit to make it consistent with the rest of
+ the file.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Split the path and word/end ellipsification out of the main function
+ and do them thoroughly. The existing method would be incorrect where
+ tabs were involved and in some kerning situations.
+
+2002-02-04 Alexandre Julliard <julliard@winehq.com>
+
+ * include/config.h.in, tools/winebuild/build.h,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/spec32.c, Make.rules.in, configure, configure.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Support for generation of .def files from .spec files.
+
+ * dlls/comctl32/listview.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Complete Listview Unicodification.
+ Simplify the setting of (sub)item text by using common code.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - wineconsole now exits if the started program inside it terminates
+ before the console actually starts up.
+ - Removed the last Ansi imported APIs since now Propsheet has a decent
+ Unicode interface.
+ - Fixed a couple of menu related bugs (states were wrong).
+ - Finished input selection code (mark and key for selection moving are
+ operational, generating mouse events to programs attached to the
+ console).
+
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h,
+ debugger/hash.c, debugger/source.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some bad behavior when many symbols with same names where found.
+ Removed external readline support.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added implementation of SetItemW.
+
+ * dlls/comctl32/ipaddress.c:
+ François Gouget <fgouget@codeweavers.com>
+ Storing an IP address in a signed int results in bugs if it starts
+ with >=128.
+
+ * memory/codepage.c, ole/ole2nls.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Reimplement GetStringTypeA and GetStringTypeExA.
+
+ * dlls/oleaut32/typelib.c:
+ Malte Starostik <malte@kde.org>
+ Do not destroy ITypeLib held by ITypeInfo before the latter is freed.
+
+ * dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ VT_EMPTY can be coerced to VT_I4, value 0.
+
+ * dlls/comctl32/progress.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Moved style correcting code to the WM_CREATE handler and added
+ clearing of WS_EX_CLIENTEDGE and WS_EX_WINDOWEDGE as in Windows.
+ Added SetWindowPos(SWP_FRAMECHANGED) to make changes take effect.
+
+ * windows/sysparams.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Guy Albertelli <guy@codeweavers.com>
+ Use GetSystemMetrics() to for caption metrics in NONCLIENTMETRICS
+ struct. Initialize iScrollWidth and iScrollHeight entries for
+ SPI_GETNONCLIENTMETRICS.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix problem exposed by the improvements in version 8b. Demonstrated by
+ OE 4.
+
+2002-02-02 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c, objects/palette.c, programs/avitools/aviinfo.c,
+ programs/avitools/aviplay.c, relay32/relay386.c, libtest/hello5.c,
+ loader/ne/segment.c, loader/pe_image.c, loader/resource.c,
+ dlls/winspool/info.c, include/msvcrt/process.h,
+ dlls/wineps/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h, dlls/user/dde/ddeml16.c, dlls/winedos/vga.c,
+ dlls/setupapi/setupx16.h, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c,
+ dlls/shell32/shlview.c, dlls/shell32/undocshell.h,
+ dlls/lzexpand/lzexpand_main.c, dlls/msacm/wineacm.h,
+ dlls/ole32/compobj.c, dlls/dplayx/dplaysp.h, dlls/gdi/printdrv.c,
+ dlls/imm32/imm_private.h, dlls/kernel/string.c,
+ dlls/kernel/utthunk.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c,
+ dlls/ddraw/ddraw_private.h, dlls/comctl32/animate.c,
+ dlls/comctl32/smoothscroll.c:
+ Patrik Stridvall <ps@leissner.se>
+ Move __stdcall/__cdecl to the right place.
+
+ * programs/winetest/runtest, Make.rules.in:
+ Patrik Stridvall <ps@leissner.se>
+ - Made runtest "use strict".
+ - Added new option -M to specify which modules should be tested as
+ builtin.
+
+ * libtest/vartest.c, programs/regtest/regtest.c, dlls/wineps/mkagl.c:
+ Francois Gouget <fgouget@free.fr>
+ malloc.h is obsolete and stdlib.h should be used instead.
+
+ * programs/control/control.c:
+ We can use normal imports for shell32 now.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Ensure that the whole modified text is returned from DrawTextExA.
+
+ * loader/module.c, scheduler/process.c, scheduler/thread.c,
+ dlls/gdi/driver.c:
+ Do not use the PEB lock as loader lock, use a separate critical
+ section for that (and for the graphics drivers).
+
+ * tools/winedump/msmangle.c, dlls/commdlg/fontdlg.c,
+ dlls/shell32/iconcache.c, dlls/user/dde/client.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c,
+ dlls/comctl32/rebar.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed some more missing parenthesis issues.
+
+ * README, documentation/HOWTO-winelib, documentation/configuring.sgml,
+ documentation/wine.conf.man.in, documentation/wine.man.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - add documentation section to README
+ - updated HOWTO-winelib
+ - added native DLL config info to configuring.sgml
+ - greatly improve directory description of wine.conf man page
+ - add --debugmsg +all warning to wine man page
+
+ * dlls/comctl32/listview.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Flip A<->W conversion in dispinfo_notifyT.
+
+2002-02-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fix to GetItemW to stop whiping out the items text.
+
+ * programs/winetest/wine.xs:
+ Francois Gouget <fgouget@free.fr>
+ config.h should be included first (if at all).
+ Fix return of convert_value.
+
+ * dlls/tapi32/line.c, include/tapi.h:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Don't try to set fields in nonexistant lpLineCountryList.
+ Supply valid tapi codes.
+
+2002-01-31 Alexandre Julliard <julliard@winehq.com>
+
+ * server/atom.c: Rein Klazes <rklazes@xs4all.nl>
+ Allow integer atoms in set_property and remove_property. Needed by
+ FindText common dialog.
+
+ * loader/module.c, loader/pe_image.c, loader/pe_resource.c:
+ LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not
+ like PE images. Fixed resource loading to handle that.
+
+ * tools/winebuild/spec16.c, include/wine/exception.h,
+ include/wine/mmsystem16.h, include/wine/obj_base.h,
+ include/wine/obj_oleaut.h, include/wine/obj_oleview.h,
+ include/wine/windef16.h, include/wine/wingdi16.h,
+ include/wine/winuser16.h, include/netspi.h, include/ole.h,
+ include/ole2.h, include/oledlg.h, include/prsht.h,
+ include/richedit.h, include/setupapi.h, include/shlobj.h,
+ include/shlwapi.h, include/tapi.h, include/task.h, include/vfw.h,
+ include/winbase.h, include/windef.h, include/wingdi.h,
+ include/wininet.h, include/winnetwk.h, include/winnls.h,
+ include/winnt.h, include/winsock2.h, include/winsvc.h,
+ include/winuser.h, include/ws2spi.h, include/callback.h,
+ include/commctrl.h, include/commdlg.h, include/d3dcaps.h,
+ include/d3dhal.h, include/d3dtypes.h, include/ddeml.h,
+ include/ddraw.h, include/ddrawi.h, include/dinput.h,
+ include/dplay.h, include/dplobby.h, include/dsound.h,
+ include/imagehlp.h, include/imm.h, include/miscemu.h,
+ include/mmsystem.h, include/msacm.h:
+ Patrik Stridvall <ps@leissner.se>
+ Move __stdcall/__cdecl to the right place.
+
+ * documentation/samples/config:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Give users a hint to clean their config from comments and empty lines
+ for a bug report.
+
+ * dlls/shell32/shell32_main.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Added missing parenthesis in ShGetFileInfoA.
+
+ * dlls/winedos/int21.c: Nog <nog@sdf.lonestar.org>
+ Fixed function 0xb.
+
+ * dlls/shell32/shell.c, include/rpcdce.h, win32/init.c,
+ dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/mapi32.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/oleaut32.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/win32/wininet.api, tools/winapi/make_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API update.
+
+ * dlls/shell32/shlfolder.c, controls/listbox.c, controls/scroll.c,
+ dlls/shell32/pidl.c, dlls/shell32/shellord.c:
+ CodeWeavers
+ Minor fixes.
-Sat Aug 8 19:11:46 1998 Marcus Meissner <marcus@jet.franken.de>
+ * controls/static.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Paint control immediately on WM_SETTEXT.
+
+ * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c,
+ dlls/ole32/storage32.h:
+ CodeWeavers
+ Small fixes.
+
+ * dlls/comctl32/toolbar.c:
+ Guy Albertelli <guy@codeweavers.com>
+ - better trace output
+ - support string sent in by address, rather then index
+ - add FIXMEs for multiple image lists
+ - protect agains inexistent buttons
+ - call up to the DefWindowProc when erasing bkgnd when appropriate
+
+ * dlls/winedos/int33.c: Nog <nog@sdf.lonestar.org>
+ Implement function 0xb (Read mouse motion counters) and 0xf (Set
+ mickey/pixel ratio).
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ - Introduce a significant design decision.
+ - Recalculate the prefix location if ellipsification alters it. This
+ carefully does NOT emulate a Microsoft bug in which reprefixing is
+ wrong when the first character removed by ellipsification is the one
+ that would have been underlined (under Win98 at least).
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented CheckTokenMembership and GetAce.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Don't repaint header when scrolling a listview vertically.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - fix order of parameters is SendNotify
+ - always use the dlg cntrl ID of the sender
+
+ * windows/rect.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Added NULL checks on all rectangle pointers.
+
+2002-01-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added LdrDisableThreadCalloutsForDll.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shellstring.c:
+ Aric Stewart <aric@codeweavers.com>
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added stubs for CheckEscapes[AW] and ExtractAssociatedIconExW.
+
+ * dlls/shell32/shellpath.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added location of local application data.
+
+ * dlls/ntdll/sec.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed RtlAddAccessAllowedAce return value.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added stubs for NdrDllCanUnloadNow and NdrDllGetClassObject.
+
+ * include/winbase.h, win32/init.c, dlls/kernel/kernel32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added GetComputerNameEx[AW] semi-stub.
+
+ * include/wininet.h, dlls/wininet/Makefile.in,
+ dlls/wininet/urlcache.c, dlls/wininet/wininet.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added FindFirstUrlCacheEntry[AW] stubs.
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
+ include/Makefile.in, include/mapi.h, include/mapicode.h:
+ Aric Stewart <aric@codeweavers.com>
+ Added some MAPI stubs.
+
+ * dlls/Makefile.in, dlls/msvcrt20/.cvsignore,
+ dlls/msvcrt20/Makefile.in, dlls/msvcrt20/dummy.c,
+ dlls/msvcrt20/msvcrt20.spec, configure.in, configure:
+ Aric Stewart <aric@codeweavers.com>
+ Added a pass-through msvcrt20.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added Extract stub.
+
+ * include/imm.h, dlls/imm32/imm.c, dlls/imm32/imm32.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added ImmDisableIME stub.
+
+ * dlls/msvcrt/dir.c, dlls/msvcrt/msvcrt.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implemented _wmakepath.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int21.c,
+ dlls/winedos/int67.c, files/dos_fs.c, dlls/winedos/Makefile.in:
+ Jukka Heinonen <jhei@iki.fi>
+ Added support for DOS EMS memory.
+
+ * tools/winemaker, documentation/db2html-winehq,
+ documentation/make_winehq, documentation/winelib-toolkit.sgml,
+ configure, configure.in:
+ Francois Gouget <fgouget@free.fr>
+ 'test -e' is not supported on Solaris, replace with '-f' or '-d'.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix problems with listview notification.
+
+ * graphics/x11drv/dib.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not write beyond end of color table in X11DRV_DIB_SetDIBColorTable.
+
+ * dlls/comctl32/progress.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ - add new SetRange functions (instead of duplicating the code)
+ - pass the infoPtr around instead of the hwnd
+ - use W-functions instead of A-functions
+ - more checks in case of failures
+ - make indentation and style consistent throughout the file
+
+ * dlls/comctl32/propsheet.c, include/prsht.h:
+ Guy Albertelli <guy@codeweavers.com>
+ Mike McCormack <mike_mccormack@start.com.au>
+ Property sheet Unicodification.
+ Support additional wizard flags.
+
+ * dlls/comctl32/imagelist.c:
+ Charles Loep <charles@codeweavers.com>
+ Implemented ImageList_Write.
+
+ * dlls/comctl32/nativefont.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Eliminate some useless error messages.
+
+ * include/config.h.in, configure, configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't define HAVE_FREETYPE unless we have freetype.h.
+
+ * dlls/winsock/socket.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Correct optlen when WS_setsockopt is called with SO_LINGER.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Weird thing with lcid of library is that if sublang is neutral then we
+ return the primary lang else we return 0.
+
+ * graphics/x11drv/dib.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Don't fill colormap beyond end of screen depth.
+
+ * dlls/commdlg/filedlg95.c:
+ Charles Loep <charles@codeweavers.com>
+ Fixed file extension problem in the file dialog.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Removed IsBadStringPtrA call that caused trouble.
+
+ * dlls/comctl32/status.c:
+ Charles Loep <charles@codeweavers.com>
+ Fix errors resulting from missing parenthesis.
+
+ * dlls/comctl32/rebar.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Text/Bkgnd color fixes.
+
+ * dlls/comctl32/listview.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Simplify and fix listview ellipsification of large text labels.
+
+ * graphics/x11drv/xfont.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ XFONT_GetAvgCharWidth: Always round up.
+
+ * programs/winetest/runtest: Fixed copy/paste bug.
+
+ * include/ntddk.h, include/wine/obj_shellview.h, msdos/dosmem.c,
+ windows/winproc.c, dlls/winmm/mciseq/mcimidi.c,
+ graphics/win16drv/prtdrv.c, dlls/winmm/mmsystem.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h,
+ dlls/quartz/avidec.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellord.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/commdlg/filedlg95.c, dlls/msvcrt/file.c,
+ dlls/msvideo/drawdib.c, debugger/winedbg.c, dlls/advapi32/service.c,
+ dlls/comctl32/updown.c, controls/button.c, controls/edit.c,
+ controls/menu.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make FIXMEs more grep-able.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Avoid converting nonexistent text from A->W.
+
+ * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11drv.h,
+ dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/xrender.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Uses Xrender extension to allow client side font rendering.
+ Adds nice things like anti-aliased text.
+
+ * dlls/x11drv/.cvsignore, programs/wineconsole/.cvsignore,
+ dlls/winsock/.cvsignore, dlls/winspool/.cvsignore,
+ dlls/winmm/wineoss/.cvsignore, dlls/winmm/wavemap/.cvsignore,
+ dlls/winmm/mciseq/.cvsignore, dlls/winmm/mciwave/.cvsignore,
+ dlls/winmm/midimap/.cvsignore, dlls/winmm/mciavi/.cvsignore,
+ dlls/winmm/mcicda/.cvsignore, dlls/winmm/joystick/.cvsignore,
+ dlls/winmm/mcianim/.cvsignore, dlls/winaspi/.cvsignore,
+ dlls/winmm/.cvsignore, dlls/win32s/.cvsignore,
+ dlls/ttydrv/.cvsignore, dlls/version/.cvsignore,
+ dlls/shell32/.cvsignore, dlls/tapi32/.cvsignore,
+ dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore,
+ dlls/rasapi32/.cvsignore, dlls/olepro32/.cvsignore,
+ dlls/olesvr/.cvsignore, dlls/olecli/.cvsignore,
+ dlls/oledlg/.cvsignore, dlls/ole32/.cvsignore,
+ dlls/oleaut32/.cvsignore, dlls/msvideo/.cvsignore,
+ dlls/odbc32/.cvsignore, dlls/msacm/.cvsignore,
+ dlls/msnet32/.cvsignore, dlls/lzexpand/.cvsignore,
+ dlls/kernel/.cvsignore, dlls/kernel/messages/.cvsignore,
+ dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore,
+ dlls/icmp/.cvsignore, dlls/ddraw/.cvsignore, dlls/dplayx/.cvsignore,
+ dlls/dsound/.cvsignore, dlls/dciman32/.cvsignore,
+ dlls/crtdll/.cvsignore, dlls/avifil32/.cvsignore,
+ dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore,
+ dlls/advapi32/.cvsignore:
+ Patrik Stridvall <ps@leissner.se>
+ Avoid wildcards in .cvsignore.
+
+ * objects/dc.c, objects/font.c, objects/gdiobj.c, include/config.h.in,
+ include/font.h, include/gdi.h, dlls/gdi/freetype.c, configure,
+ configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Charles Loep <charles@codeweavers.com>
+ Various fixes for gdi font handling code including:
+ - Using TTs VDMX table to ensure that we get exactly that same size
+ font that Windows uses.
+ - Fixes to many members of the metrics structures.
+ - Font cache.
+ - Rotated text support.
+ - Support for GGO_GRAY?_BITMAP (ready for anti-aliased text).
+ - Support for GGO_NATIVE.
+
+ * programs/osversioncheck/osversioncheck.c,
+ programs/osversioncheck/osversioncheck.spec,
+ programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Changes wine_main to main to properly build on all platforms.
+
+ * tools/winebuild/import.c:
+ Clemens <therapy@endorphin.org>
+ Should process the .dynsym of shared libraries instead of the .stab.
+
+ * dlls/winmm/wineoss/audio.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed ==/!= mismatch.
+
+ * windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not be too smart and add WS_CAPTION in AdjustWindowRectEx.
+
+ * include/winsock.h:
+ Francois Gouget <fgouget@free.fr>
+ Avoid conflict with htonl & friends in Winelib on FreeBSD.
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Rename s_addr to src_addr to avoid a conflict on Solaris.
+ Rename d_addr to dst_addr for symmetry.
+
+ * include/msvcrt/setjmp.h:
+ Francois Gouget <fgouget@free.fr>
+ Prefix _JBLEN to avoid conflict on FreeBSD.
+
+ * objects/enhmetafile.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fleshed out some metafile conversions.
+
+ * objects/palette.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added the correct halftone palette.
+
+ * dlls/winedos/int33.c: Nog <nog@sdf.lonestar.org>
+ Implement function number 0x5 (Return mouse button press information).
+
+ * server/file.c:
+ Work around ftruncate implementations that don't support extending
+ files.
+
+ * dlls/shlwapi/path.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix PathCreateFromUrl{A|W} to return the corrrect error code in all
+ cases.
- * [*/*]
- Added some missing WINAPI and some missing prototypes for
- functions.
+ * dlls/shlwapi/reg.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix SHRegOpenUSKey{A|W} and SHRegQueryUSValue{A|W} to actually use
+ previously open keys.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Low-resolution and low-color VGA modes are now mapped into mode
+ 640x480x8. Added preliminary support for four bit modes.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Put the prefix-underline-drawing away into it's own function so we can
+ see what is happening.
+
+ * files/drive.c:
+ Aric Stewart <aric@codeweavers.com>
+ GetDiskFreeSpace needs to set the last error on failure.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/variant.c:
+ Bill Medland <medbi01@accpac.com>
+ A couple of additions.
+
+2002-01-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20020122.
+
+----------------------------------------------------------------
+2002-01-22 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c:
+ Removed no longer used average width calculation.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ The \\<nr> magic in LoadTypeLibEx found directories, which was not
+ intended. Return error in that case.
+
+ * configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Abort if we do not find yacc or bison.
+
+ * include/wine/obj_channel.h, include/wine/obj_marshal.h,
+ include/wine/obj_oleaut.h, ole/uuid.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Moved guids needed for Proxy/Stub factories to respective .h files,
+ add to libwine_uuid.
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c,
+ dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c,
+ dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/process.c,
+ dlls/msvcrt/string.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c,
+ dlls/msvcrt/wcs.c:
+ Don't include debugtools.h in the header file, moved it to the C files
+ that need it (and used the new wine/debug.h while we are at it).
+
+ * include/Makefile.in, include/debugtools.h, include/wine/debug.h,
+ tools/winedump/output.c:
+ Moved debug definitions to include/wine/debug.h.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shellord.c:
+ Removed use of SET_DEBUGGING, it's broken anyway.
+
+ * dlls/comctl32/toolbar.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Consistent usage of istring, use STR_[Get|Set]Ptr where appropriate.
+
+ * windows/win.c:
+ Tommy Schultz Lassen <tlassen@tlassen.dk>
+ Make EnumWindows return TRUE if no windows exists.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec,
+ include/winspool.h:
+ Mark G. Adams <mgadams@sympatico.ca>
+ Add GetDefaultPrinter() functions.
+
+2002-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/options.c, dlls/ntdll/debugtools.c, dlls/shell32/pidl.c,
+ dlls/shell32/shellord.c, include/debugtools.h:
+ Francois Gouget <fgouget@free.fr>
+ Make the Wine trace facilities accessible from Winelib applications.
+
+ * tools/winedump/pe.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/quartz/audren.c, dlls/quartz/sample.c, dlls/wsock32/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Comment out/ifdef out unused code and variables.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle section==NULL (error) in WritePrivateProfileStringA.
+
+ * dlls/x11drv/mwm.h, dlls/x11drv/window.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Added support for MWM hints.
+
+ * configure.in, configure:
+ Andrew Lewycky <andrew@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ Check for common broken nVidia+Mesa OpenGL library setups.
+ Add some quoting.
+
+ * dlls/winmm/wineoss/audio.c:
+ Francois Gouget <fgouget@free.fr>
+ Print the strerror instead of just the errno.
+
+ * dlls/commdlg/colordlg.c:
+ Francois Gouget <fgouget@free.fr>
+ Add missing cast.
+
+ * dlls/wininet/internet.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix invalid C code (undefined behavior).
+
+ * include/console.h, windows/defdlg.c, dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix a couple of warnings and a typo.
+
+ * programs/winetest/include/wine.pm, programs/winetest/tests/wine.pl,
+ programs/winetest/wine.xs:
+ Don't convert "ptr" return type to a Perl string.
+ Call GetProcAddress only when a function is actually called, not at
+ declaration time.
+
+ * files/file.c:
+ Fixed function prototype that confused winapi_extract.
+
+ * tools/winapi/winapi_extract, tools/winapi/winapi_extract_options.pm,
+ programs/winetest/include/advapi32.pm,
+ programs/winetest/include/avifil32.pm,
+ programs/winetest/include/comctl32.pm,
+ programs/winetest/include/comdlg32.pm,
+ programs/winetest/include/dciman32.pm,
+ programs/winetest/include/ddraw.pm,
+ programs/winetest/include/dinput.pm,
+ programs/winetest/include/dplayx.pm,
+ programs/winetest/include/dsound.pm,
+ programs/winetest/include/gdi32.pm,
+ programs/winetest/include/glu32.pm,
+ programs/winetest/include/icmp.pm,
+ programs/winetest/include/imagehlp.pm,
+ programs/winetest/include/imm32.pm,
+ programs/winetest/include/joystick_drv.pm,
+ programs/winetest/include/kernel32.pm,
+ programs/winetest/include/lz32.pm,
+ programs/winetest/include/mcianim_drv.pm,
+ programs/winetest/include/mciavi_drv.pm,
+ programs/winetest/include/mcicda_drv.pm,
+ programs/winetest/include/mciseq_drv.pm,
+ programs/winetest/include/mciwave_drv.pm,
+ programs/winetest/include/midimap_drv.pm,
+ programs/winetest/include/mpr.pm,
+ programs/winetest/include/msacm32.pm,
+ programs/winetest/include/msacm_drv.pm,
+ programs/winetest/include/msvcrt.pm,
+ programs/winetest/include/msvfw32.pm,
+ programs/winetest/include/ntdll.pm,
+ programs/winetest/include/odbc32.pm,
+ programs/winetest/include/ole32.pm,
+ programs/winetest/include/oleaut32.pm,
+ programs/winetest/include/olecli32.pm,
+ programs/winetest/include/oledlg.pm,
+ programs/winetest/include/olepro32.pm,
+ programs/winetest/include/olesvr32.pm,
+ programs/winetest/include/opengl32.pm,
+ programs/winetest/include/psapi.pm,
+ programs/winetest/include/quartz.pm,
+ programs/winetest/include/rasapi32.pm,
+ programs/winetest/include/riched32.pm,
+ programs/winetest/include/rpcrt4.pm,
+ programs/winetest/include/serialui.pm,
+ programs/winetest/include/setupapi.pm,
+ programs/winetest/include/shdocvw.pm,
+ programs/winetest/include/shell32.pm,
+ programs/winetest/include/shlwapi.pm,
+ programs/winetest/include/tapi32.pm,
+ programs/winetest/include/urlmon.pm,
+ programs/winetest/include/user32.pm,
+ programs/winetest/include/version.pm,
+ programs/winetest/include/w32skrnl.pm,
+ programs/winetest/include/winedos.pm,
+ programs/winetest/include/wineoss_drv.pm,
+ programs/winetest/include/wininet.pm,
+ programs/winetest/include/winmm.pm,
+ programs/winetest/include/winspool_drv.pm,
+ programs/winetest/include/wintrust.pm,
+ programs/winetest/include/ws2_32.pm,
+ programs/winetest/include/wsock32.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Generate Perl modules defining prototypes for exported functions.
+
+2002-01-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/dde/dde_private.h, dlls/user/dde/misc.c,
+ dlls/user/dde/server.c, dlls/user/dde/client.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed initialisation messages for raw DDE.
+ Fixed DdeCreateDataHandle for non NULL or CF_TEXT formats.
+ Various fixes (cosmetics, better error checking).
+
+ * server/queue.c, dlls/user/message.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented interprocess DDE message posting.
+
+ * dlls/comctl32/listview.c, include/commctrl.h, windows/spy.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ - Make the ListView control Unicode ready.
+ - Support both ANSI & Unicode ListView notifications.
+ - Fixed a few bugs.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Aric Stewart <aric@codeweavers.com>
+ Initialize streamData and check on failure to read desired data from
+ stream.
+
+ * loader/module.c:
+ Bill Medland <medbi01@accpac.com>
+ Prevent trying to handle uninitialised memory as a string.
+
+ * win32/console.c, dlls/shell32/shellstring.c, dlls/shlwapi/ordinal.c,
+ dlls/winsock/socket.c, dlls/advapi32/crypt.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/comctl32.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/ws2_32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * files/directory.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix return value of GetWindowsDirectoryA/W and GetSystemDirectoryA/W.
+
+ * dlls/ntdll/cdrom.c:
+ Bang Jun-Young <junyoung@mogua.com>
+ Fix NetBSD compile errors; CDIOCREADAUDIO is not available on NetBSD.
+
+ * dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added GradientFill stub.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ SystemParametersInfo: fixed return value for SPI_SETFASTTASKSWITCH.
+
+ * dlls/ole32/compobj.c:
+ Bill Medland (medbi01@accpac.com)
+ CoGetClassObject: for CLSCTX_LOCAL_SERVER at least look up the server
+ in the registry, even though we don't yet execute it.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ - Don't string copy from uninitialised stack memory. In fact don't
+ modify the input string if it didn't change.
+ - Correct array size.
+ - Logically separate the centring from the ellipsification.
+ - Comment on prefix error.
+
+ * debugger/types.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixes char array in structure dumping.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stub for comctl32.419
+
+2002-01-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/atom.pl, dlls/kernel/Makefile.in:
+ Added atom test script.
+
+ * programs/winetest/tests/wine.pl:
+ Added some prototypes to function declarations.
+
+ * programs/winetest/include/winbase.pm,
+ programs/winetest/include/wincon.pm,
+ programs/winetest/include/windef.pm,
+ programs/winetest/include/winerror.pm,
+ programs/winetest/include/wingdi.pm,
+ programs/winetest/include/winnls.pm,
+ programs/winetest/include/winnt.pm,
+ programs/winetest/include/winreg.pm,
+ programs/winetest/include/winsock2.pm,
+ programs/winetest/include/winspool.pm,
+ programs/winetest/include/winuser.pm,
+ programs/winetest/include/winver.pm, programs/winetest/make_symbols:
+ Patrik Stridvall <ps@leissner.se>
+ - Made the Perl module generated by make_symbols a real exporting
+ module.
+ - Use constants instead of variables.
+
+ * programs/winetest/include/wine.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Added the possibility (it is optional for backward compability) to
+ specify argument types in order to fix a "bug" concerning
+ integer/string scalars.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing of actions SPI_SETKEYBOARDPREF,
+ SPI_SETSCREENREADER.
+ Save to registry value of SPI_SETSCREENSAVEACTIVE action.
+ Changed processing of action SPI_SETFASTTASKSWITCH to conform to
+ Windows behaviour on and after WinNT 4.0, Windows 95.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Aric Stewart <aric@codeweavers.com>
+ Catch maximum number of times and return out of memory error.
+
+ * tools/winedump/output.c, include/console.h:
+ Francois Gouget <fgouget@free.fr>
+ Small typo fix.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/input.c,
+ dlls/comctl32/commctrl.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Move the implementation of comctl32._TrackMouseEvent to
+ user32.TrackMouseEvent and call this function in accordance with the
+ specs.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ First stage of DrawText upgrade.
+ - Rearrange code into three distinct areas; DrawText, GrayString,
+ TabbedText.
+ - Remove unused macros.
+ - Modify treatment of Tab arguments to fit with observed behaviour.
+ e.g. DrawTextEx with DT_TABSTOP but null dtp will not take the
+ setting from the flags. Also only uses bits 15 to 8, not the
+ higher bits.
+
+ * dlls/icmp/icmp_main.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Don't check the checksum of the original echo request packet in the
+ received reply packet.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/imagelist.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stubs for ImageList_[S|G]etFlags.
+
+ * controls/button.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Don't change button state on WM_MOUSEMOVE messages unless left mouse
+ button is pressed.
+
+ * controls/combo.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In CBPaintText use the text size as returned by LB_GETTEXT. The size
+ returned by LB_GETTEXTLEN may be too large.
+
+ * windows/defdlg.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Make DM_SETDEFID message work for owner drawn buttons as well.
+
+ * dlls/winsock/socket.c:
+ Michael C. Maggio <voyager@voyd.net>
+ Code used AF_IPX in some places where it should have used WS_AF_IPX.
+
+ * dlls/winspool/winspool.drv.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Force ordinal allocation start from 100 as in Windows.
+
+ * documentation/db2html-winehq:
+ Frangois Gouget <fgouget@codeweavers.com>
+ Fixed incorrect use of 'test -a' (for FreeBSD).
+
+ * dlls/oleaut32/olefont.c:
+ Bill Medland <medbi01@accpac.com>
+ Leave IID check to the OleCreateFontIndirect, so that SFCF will handle
+ all the interfaces that OleCreate.. will.
+
+2002-01-14 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/tests/.cvsignore, programs/winetest/tests/wine.pl,
+ programs/winetest/.cvsignore, programs/winetest/Makefile.in,
+ programs/winetest/test.pl:
+ Integrated test script for winetest into the make test
+ infrastructure.
+ Added a few tests for the new wine.pm functions.
+
+ * dlls/make_dlls, programs/winetest/runtest, Make.rules.in:
+ Rewrote runtest in Perl so that it can be used on the Windows side.
+ Added options for include directories, debug level and target platform.
+ selection.
+
+ * programs/winetest/include/wine.pm, programs/winetest/wine.pm,
+ programs/winetest/winetest.c:
+ Added ok() function that doesn't stop the test on the first error.
+ Added trace() function for debugging tests.
+ Added support for todo functionality.
+ Moved wine.pm to include directory.
+
+ * programs/winetest/include/winbase.pm,
+ programs/winetest/include/wincon.pm,
+ programs/winetest/include/windef.pm,
+ programs/winetest/include/winerror.pm,
+ programs/winetest/include/wingdi.pm,
+ programs/winetest/include/winnls.pm,
+ programs/winetest/include/winnt.pm,
+ programs/winetest/include/winreg.pm,
+ programs/winetest/include/winsock2.pm,
+ programs/winetest/include/winspool.pm,
+ programs/winetest/include/winuser.pm,
+ programs/winetest/include/winver.pm, programs/winetest/make_symbols:
+ Added Perl modules containing the #defines values for the
+ corresponding Windows headers.
+
+ * documentation/configuring.sgml, documentation/wine.conf.man.in:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added, update information about AppDefault.
+
+ * include/richedit.h, dlls/richedit/charlist.c,
+ dlls/richedit/reader.c, dlls/richedit/richedit.c,
+ dlls/richedit/text-writer.c:
+ Daniel Walker <diwalker@earthlink.net>
+ - Added debugging.
+ - Transfer all relevant messages to the underlying edit control.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c,
+ dlls/ole32/ole2stubs.c, dlls/ole32/storage.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed some useless wingdi.h includes.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Convert MRULists to Unicode.
+
+ * dlls/shell32/shlfolder.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ IShellFolder_BindToObject should respect riid.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _stat: Better test for drive letter.
+
+ * dlls/ntdll/cdrom.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix compilation errors on FreeBSD.
+
+ * libtest/hello5.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ LoadLibrary returns 0 on failure, not < 32.
+
+ * libtest/Makefile.in:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Use -DNONAMELESSUNION -DNONAMELESSSTRUCT when compiling.
+
+ * include/winsock2.h, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Daniel Walker <diwalker@earthlink.net>
+ Implemented WSAAccept().
+
+ * dlls/comctl32/toolbar.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Add additional TOOLBAR_CalcToolbar in a different path of Autosize.
+ - Remember and process WM_SETREDRAW messages.
+ - Process strings specificied in InsertButton{A|W}.
+
+ * dlls/comctl32/rebar.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix a gripper issue and the adjustment of bands when RBBS_FIXEDSIZE
+ specified.
+
+ * tools/wineshelllink:
+ Ove Kaaven <ovek@arcticnet.no>
+ Prepend "--" to arguments.
+
+2002-01-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.c,
+ msdos/int2f.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now using the NT CD interface.
+
+ * misc/Makefile.in, misc/cdrom.c, win32/device.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/cdrom.c, files/drive.c,
+ files/file.c, include/cdrom.h, include/file.h, include/ntddcdrm.h,
+ include/ntddstor.h, include/winioctl.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Changed the Wine internal cdrom interface to the NT model.
+
+2002-01-12 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winreg.h, include/winver.h:
+ Removed obsolete definitions.
+
+ * include/winsock2.h, include/winnt.h:
+ Fixed typos.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
+ dlls/user/user32.spec:
+ Updated debug channels.
+
+ * server/ptrace.c:
+ Check unix_pid again after attach.
+
+ * server/named_pipe.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add refcounting to the thread member of the pipe user.
+
+ * documentation/debugger.sgml:
+ Bill Medland <medbi01@accpac.com>
+ How to specify a DLL in a debugger break command.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed the wodReset implementation, internal messages priority, full
+ duplex code, wait algorithm for feeding the OSS buffer.
+
+ * debugger/hash.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Enhance display for symbol picking.
+
+ * dlls/comctl32/toolbar.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix off by one error in TOOLBAR_AddStringW.
+
+2002-01-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/crypt32/.cvsignore, dlls/crypt32/Makefile.in,
+ dlls/crypt32/crypt32.spec, dlls/crypt32/main.c, configure,
+ configure.in:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Added crypt32.dll stub.
+
+ * include/wincrypt.h, include/winerror.h, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/crypt.c, dlls/advapi32/crypt.h:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Implement advapi32 portion of the CryptoAPI.
+
+ * dlls/winmm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fix potential memory issue.
+
+ * win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fix some bad behavior when some lock states (capslock, numlock...)
+ were turned on.
+
+ * dlls/oleaut32/ole2disp.c:
+ Bill Medland <medbi01@accpac.com>
+ Comment only; error in Microsoft documentation.
+
+ * tools/wineshelllink:
+ François Gouget <fgouget@codeweavers.com>
+ which is more portable than type (FreeBSD).
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix previous patch: the ws_sockaddr_u2ws return value was wrong.
+ Make ws_sockaddr_{ws2u,u2ws} static.
+
+ * programs/winetest/runtest, dlls/Makedll.rules.in, dlls/Makefile.in,
+ programs/Makeprog.rules.in, Make.rules.in, Makefile.in:
+ Added rules for running tests.
+
+2002-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Moved the functionality of WS_socket() to WSASocketA().
+ Made WSASocketA() account for WSA_FLAG_OVERLAPPED.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/sock.c,
+ server/trace.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Added support for socket flags.
+
+ * include/wine/server_protocol.h, server/console.c, server/device.c,
+ server/file.c, server/mapping.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/pipe.c,
+ server/protocol.def, server/serial.c, server/sock.c, server/trace.c,
+ files/file.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ More general approach to file descriptor types and flags.
+
+ * dlls/winsock/socket.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Return length of WS_sockaddr structure in ws_sockaddr_u2ws.
+
+ * dlls/oleaut32/typelib.c:
+ Bill Medland <medbi01@accpac.com>
+ Fixed GetDocumentation a little. When called from RegisterTypeLib it
+ was leaving the Doc entry uninitialised, leading to page fault when
+ measuring it. Also ensure correct freeing of resources on failure.
+
+ * server/thread.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed a bug that caused APCs to be "forgotten".
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/window.c, windows/win.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Move calling of CBT hooks from WIN_CreateWindowEx() to the driver.
+
+2002-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/font.c, objects/gdiobj.c, objects/metafile.c,
+ windows/cursoricon.c, dlls/shell32/control.c, dlls/user/text.c,
+ dlls/winedos/dosaspi.c, dlls/winedos/int31.c,
+ dlls/winedos/winedos.spec, dlls/gdi/gdi.spec,
+ dlls/msvcrt/msvcrt.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/gdi.api, tools/winapi_check/win16/user.api,
+ tools/winapi_check/win32/gdi32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/winedos.api,
+ tools/winapi_check/win32/wininet.api,
+ tools/winapi_check/winapi_parser.pm, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update
+ - Minor bug fixes
+
+ * server/file.c, files/file.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Add server side support for async IO on files.
+ Use pread/pwrite to read/write from the offset specified in the
+ overlapped structure.
+
+ * include/config.h.in, include/wine/obj_storage.h,
+ include/wine/port.h, library/port.c, configure, configure.in:
+ Added configure check for pread/pwrite.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ - Attempt write before going overlapped in Writefile.
+ - Fix return codes in WriteFileEx.
+
+ * include/file.h, scheduler/synchro.c, files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement CancelIo properly.
+
+ * dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ - Don't use event flags with ReadFileEx and WriteFileEx.
+ - Use overlapped structure with WriteFile, since FILE_FLAG_OVERLAPPED
+ is specified.
+ - Cancel overlapped operations in CloseComm.
+
+ * memory/selector.c, memory/virtual.c, scheduler/client.c,
+ scheduler/process.c, scheduler/synchro.c, scheduler/sysdeps.c,
+ include/thread.h, include/wine/exception.h:
+ Added support for cleaning up the TEB from inside the exiting thread.
+
+ * dlls/ntdll/debugtools.c, scheduler/thread.c:
+ Allocate debug_info structure at the same time as the TEB.
+ Removed the TEB cleanup service.
+
+ * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+ Added SIGNAL_Reset function.
+
+2002-01-06 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winedump/pe.c:
+ Added support for dumping resources.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Mark G. Adams <mgadams@sympatico.ca>
+ Fix UuidCreate() to not forget MAC address.
+ Remove {}'s from UuidToStringA() output.
+ Add UuidCreateSequential() function from Windows 2000.
+
+ * configure.in:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Added missing brackets in ncurses check.
+
+ * dlls/ntdll/Makefile.in, Makefile.in, configure, configure.in:
+ Removed obsolete dosmod.
+
+ * dlls/kernel/nls/dea.nls, dlls/kernel/nls/del.nls,
+ dlls/kernel/nls/deu.nls, dlls/kernel/nls/eni.nls,
+ dlls/kernel/nls/esn.nls, dlls/kernel/nls/esp.nls,
+ dlls/kernel/nls/fin.nls, dlls/kernel/nls/fra.nls,
+ dlls/kernel/nls/frb.nls, dlls/kernel/nls/frl.nls,
+ dlls/kernel/nls/gae.nls, dlls/kernel/nls/grc.nls,
+ dlls/kernel/nls/ita.nls, dlls/kernel/nls/nlb.nls,
+ dlls/kernel/nls/nld.nls, dlls/kernel/nls/ptg.nls,
+ dlls/kernel/nls/wal.nls:
+ Marcus Meissner <marcus@jet.franken.de>
+ Change currency of the european Euro using countries to Euro.
+
+ * LICENSE: Marcus Meissner <marcus@jet.franken.de>
+ Fixed copyright date.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/dosvm.h, dlls/winedos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ DOS support restructure. The DOS virtual machine is now a set of
+ threads running within Wine's own address space, obsoleting the old
+ dosmod module.
+
+2002-01-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, include/thread.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed vm86_enter race conditions.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/toolbar.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Never delete the font object received by WM_SETFONT.
+
+ * dlls/comctl32/tooltips.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
+ COMCTL32_Free(lpttsi).
+
+ * dlls/user/text.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed DC leak.
+
+ * controls/button.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of
+ WM_CTLCOLORBTN.
+
+ * documentation/compiling.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/porting.sgml, README:
+ Removed references to xpm packages.
+
+ * include/config.h.in, tools/wineinstall, configure, configure.in:
+ We no longer need libXpm.
+
+ * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xpm.c,
+ include/ts_xpm.h, tools/make_X11wrappers:
+ We no longer need the xpm wrappers.
+
+ * include/commctrl.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Add define for undocumented status bar message SB_SETBORDERS.
+
+ * include/imagehlp.h:
+ Bill Medland <medbi01@accpac.com>
+ Define LPSTACKFRAME too.
+
+ * include/winuser.h, windows/spy.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add some new messages to the spy and winuser.h.
+
+ * include/bitmaps/obm_close, include/bitmaps/obm_close_95,
+ include/bitmaps/obm_closed_95, include/bitmaps/obm_reduce,
+ include/bitmaps/obm_reduce_95, include/bitmaps/obm_reduced,
+ include/bitmaps/obm_reduced_95, include/bitmaps/obm_restore,
+ include/bitmaps/obm_restore_95, include/bitmaps/obm_restored,
+ include/bitmaps/obm_restored_95, include/bitmaps/obm_zoom,
+ include/bitmaps/obm_zoom_95, include/bitmaps/obm_zoomd,
+ include/bitmaps/obm_zoomd_95, include/gdi.h, include/user.h,
+ include/x11drv.h, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/Makefile.in, graphics/x11drv/init.c,
+ graphics/x11drv/oembitmap.c, dlls/user/user_main.c,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c:
+ Removed LoadOEMResource from USER driver.
+
+ * dlls/ntdll/file.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Print FIXME() for not implemented NtQueryVolumeInformationFile.
+
+ * files/profile.c: Mehmet Yasar <myasar@free.fr>
+ Do not save empty sections names.
+
+ * dlls/commdlg/colordlg.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Remove a call to HEAP_strdupAtoW in the Color dialog.
+
+ * graphics/x11drv/dib.c:
+ Gavriel State <gav@transgaming.com>
+ Speed up the GetImageBits case where we have an XShm image.
+
+2002-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/cursoricon.c, windows/mdi.c, windows/nonclient.c,
+ controls/menu.c, dlls/user/resources/user32_bitmaps.rc:
+ Use DrawFrameControl instead of bitmaps in certain cases.
+ Moved remaining OEM bitmaps to user32 resources.
+
+ * dlls/ole32/ole2stubs.c, dlls/ole32/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented CoTreatAsClass, simplified OleSetAutoConvert.
+
+ * dlls/shell32/shellord.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle the lpDirectory field of the LPSHELLEXECUTEINFO.
+
+2002-01-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/file.h, scheduler/synchro.c:
+ Fixed check_async_list calling convention.
+
+ * graphics/x11drv/oembitmap.c, include/bitmaps/obm_btncorners,
+ include/bitmaps/obm_btsize, include/bitmaps/obm_check,
+ include/bitmaps/obm_checkboxes, include/bitmaps/obm_combo,
+ include/bitmaps/obm_dnarrow, include/bitmaps/obm_dnarrowd,
+ include/bitmaps/obm_dnarrowi, include/bitmaps/obm_lfarrow,
+ include/bitmaps/obm_lfarrowd, include/bitmaps/obm_lfarrowi,
+ include/bitmaps/obm_mnarrow, include/bitmaps/obm_old_close,
+ include/bitmaps/obm_old_dnarrow, include/bitmaps/obm_old_lfarrow,
+ include/bitmaps/obm_old_reduce, include/bitmaps/obm_old_restore,
+ include/bitmaps/obm_old_rgarrow, include/bitmaps/obm_old_uparrow,
+ include/bitmaps/obm_old_zoom, include/bitmaps/obm_rgarrow,
+ include/bitmaps/obm_rgarrowd, include/bitmaps/obm_rgarrowi,
+ include/bitmaps/obm_size, include/bitmaps/obm_trtype,
+ include/bitmaps/obm_uparrow, include/bitmaps/obm_uparrowd,
+ include/bitmaps/obm_uparrowi, windows/cursoricon.c,
+ dlls/user/resources/user32.rc,
+ dlls/user/resources/user32_bitmaps.rc:
+ Moved the OEM bitmaps that don't depend on the Wine look into the
+ user32 resources.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Further unified HAL and HEL mixing, and added some more intelligence
+ to prebuffering, with some basic prebuffer canceling support, to get
+ rid of mixing delays in Half-Life. Used a very small waveout buffer
+ queue in HEL mode, using a callback to queue additional buffers, to
+ get rid of playback delays in Half-Life. Fixed a couple of bugs.
+
+ * server/console.c, programs/wineconsole/dialog.c,
+ programs/wineconsole/registry.c, programs/wineconsole/user.c,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed color definition (bg and fg were swapped).
+ Fixed some initialisation issues.
+ Fixed exit condition when nothing was allocated.
+
+ * dlls/oleaut32/safearray.c:
+ Ove Kaaven <ovek@transgaming.com>
+ If SafeArrayGetElement is called on a variant array, initialize
+ destination variant before copying the array element to it, some badly
+ behaved apps don't seem to do it themselves.
+
+ * dlls/oleaut32/variant.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed a looks-like-nobody-ever-tested-this-function kind of bug in
+ VariantCopyInd.
+
+ * dlls/ntdll/exception.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Made the output of --debugmsg +seh a bit more verbose.
+
+ * dlls/comctl32/commctrl.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make DrawStatusText Unicode ready. Get rid of a HEAP_strdup call.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+ dlls/opengl32/opengl_ext.h, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - better support for extensions functions that do not have the same
+ name in windows and in Unix.
+ - support the NV_vertex_array_range extension.
+
+2002-01-01 Alexandre Julliard <julliard@winehq.com>
+
+ * console/xterm.c, dlls/winedos/Makefile.in, include/wine/port.h,
+ library/port.c, configure, configure.in:
+ Link with libutil only where needed.
+
+ * scheduler/synchro.c, files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>R
+ Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped
+ completion function, not in ReadFileEx or WriteFileEx.
+
+ * windows/cursoricon.c, windows/mdi.c, windows/nonclient.c,
+ windows/user.c, windows/win.c, windows/winhelp.c,
+ objects/metafile.c, ole/ole2nls.c, win32/file.c, win32/newfns.c,
+ graphics/metafiledrv/init.c, loader/pe_resource.c, misc/registry.c,
+ files/change.c, graphics/enhmetafiledrv/init.c,
+ dlls/ole32/compobj.c, dlls/oleaut32/hash.c, dlls/oleaut32/olefont.c,
+ dlls/user/exticon.c, dlls/user/resource.c, dlls/ddraw/main.c,
+ dlls/mpr/wnet.c:
+ Removed some of the calls to HEAP_strdup* functions.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/user.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Include <stdlib.h> to get prototype for abs() function.
+
+ * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c,
+ dlls/ole32/storage32.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Name of the structured storage file root node is path of the file, not
+ the name of the root node stored in the file.
+ When reading streams stored into structured storage files, EOF is not
+ supposed to cause an error if at least one byte can be returned.
+
+2001-12-31 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, library/Makefile.in, configure:
+ Link with libdl only where needed.
+
+ * server/protocol.def, server/trace.c, include/wine/server_protocol.h:
+ Fixed string type in named pipe requests.
+
+ * misc/cdrom.c:
+ Chris Green <chris_e_green@yahoo.com>
+ Get the correct label on iso9660 mixed-mode cds.
+
+ * dlls/comctl32/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fixed memory leak.
+ Removed redundant ImageList_DragShowNolock(FALSE) call.
+
+ * programs/wineconsole/user.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Swap fg/bg color to be correct.
+
+2001-12-26 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20011226.
+
+----------------------------------------------------------------
+2001-12-26 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/sysparams.c, include/winuser.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented basic handling of assessibility actions.
+
+ * dlls/comctl32/animate.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ If the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI is also
+ uncompressed.
+ infoPtr->hWnd wasn't updated in ANIMATE_OpenA.
+
+ * server/select.c:
+ Save the registry before exiting on a SIGTERM.
+
+ * objects/clipping.c:
+ Make sure the DC visible region is updated in GetClipBox.
+
+ * dlls/winedos/Makefile.in, include/config.h.in, msdos/int21.c,
+ configure.in, dlls/ttydrv/Makefile.in, configure:
+ Link to the curses library only for the dlls that need it.
+
+ * include/heap.h, dlls/oleaut32/ole2disp.h:
+ Removed the SEGPTR_* macros.
+
+ * tools/wrc/README.wrc, tools/wrc/parser.y, dlls/ddraw/dsurface/dib.c,
+ documentation/registry.sgml, README, configure, configure.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Documentation update.
+
+ * memory/heap.c:
+ Fixed bug in system heap creation when it already exists.
+
+ * programs/control/control.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Updated to not rely on rundll32.exe any more.
+
+ * windows/syscolor.c, controls/menu.c, dlls/shell32/control.c,
+ dlls/shell32/shell32.spec, dlls/user/user32.spec:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed, added or implemented stubs:
+ - DrawMenuBarTemp(): corrected parameter count.
+ - CallCPLEntry16(): stub.
+ - SetSysColorsTemp(): fully implemented (hopefully) this undocumented
+ function.
+
+ * dlls/x11drv/mouse.c:
+ Duane Clark <dclark@akamail.com>
+ Added color cursor support.
+
+ * windows/cursoricon.c:
+ Duane Clark <dclark@akamail.com>
+ Destroying cursor is not necessarily an error.
+
+ * windows/winproc.c:
+ Use MapLS/UnMapLS instead of SEGPTR_* macros.
+
+ * include/winproc.h, windows/hook.c:
+ Restructured hook mapping functions to avoid most memory
+ allocations. Got rid of SEGPTR_* macros.
+
+ * dlls/wininet/ftp.c, include/winbase.h, dlls/msvcrt/file.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix definition of BY_HANDLE_FILE_INFORMATION structure.
+
+ * dlls/commdlg/cdlg_Sv.rc:
+ Johan Dahlin <jdahlin@telia.com>
+ Updated Swedish translation.
+
+ * dlls/user/lstr.c, programs/wineconsole/wineconsole.c,
+ win32/console.c, dlls/kernel/format_msg.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Check the return value of *snprintf for C99 style overflow reporting.
+
+ * include/user.h, dlls/user/comm16.c, dlls/user/msg16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use alertable waits in PeekMessage16 and GetMessage16 so we can
+ process APCs for 16bit comms.
+
+ * include/msdos.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Got rid of WINE_PACKED.
+
+2001-12-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement/document ordinals 7-11.
+
+ * dlls/gdi/freetype.c, dlls/wineps/truetype.c:
+ Francois Gouget <fgouget@free.fr>
+ Include ftsnames.h or ftnames.h, not both.
+
+ * dlls/winsock/socket.c, dlls/user/comm16.c, dlls/winmm/driver.c,
+ dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c,
+ dlls/winmm/mmsystem.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
+ Use MapLS/UnMapLS instead of SEGPTR_* macros.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Forward tab notifications to the parent.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec,
+ dlls/wininet/internet.c, dlls/wininet/wininet.spec,
+ dlls/shlwapi/string.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Trivial fixes for shlwapi and Internet routines.
+
+ * debugger/winedbg.c:
+ Bill Medland <medbi01@accpac.com>
+ Fixed vsnprintf return value check.
+
+2001-12-21 Alexandre Julliard <julliard@winehq.com>
+
+ * include/sysmetrics.h, windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for actions SPI_SETMOUSEBUTTONSWAP,
+ SPI_SETFASTTASKSWITCH, SPI_SETDRAGFULLWINDOWS, SPI_SETWORKAREA.
+
+ * debugger/stabs.c, debugger/types.c, debugger/winedbg.c,
+ debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/expr.c, debugger/info.c, debugger/intvar.h,
+ debugger/memory.c, debugger/msc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed stabs parsing for GCC 3.0 (default types).
+ Added boolean type support.
+ Simplified internal types handling.
+
+ * win32/console.c, win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed buffer length in history manipulation.
+ Writing new chars must be done with default attribute (not cell
+ current attribute).
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added full-duplex capability.
+ Added missing init for wave-in.
+ Fixed pause behavior in wave-out.
+ Added message-ring deletion.
+ Added experimental full-duplex capability.
+
+ * dlls/winmm/mmio.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed another bunch of bugs (mainly linked to operations where file
+ pointer was past the end of file).
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/except.c, dlls/msvcrt/heap.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ François Gouget <fgouget@codeweavers.com>
+ Add RTTI support.
+ Fix what_exception prototype.
+ Fix new_handler_func prototype.
+ Add set_new_handler, _callnewh, _heapadd.
+ Add stubs for __unDName and __unDNameEx.
+ Added a semi-stub for __CxxFrameHandler.
+
+ * include/msvcrt/setjmp.h, include/Makefile.in,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/except.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ François Gouget <fgouget@codeweavers.com>
+ Alexandre Julliard <julliard@codeweavers.com>
+ Implement setjmp/setjmp3 and longjmp.
+
+ * graphics/x11drv/palette.c:
+ François Gouget <fgouget@codeweavers.com>
+ Handle more than 8 bits per color component.
+
+ * graphics/x11drv/dib.c:
+ François Gouget <fgouget@codeweavers.com>
+ Merged the handling of 15 and 16 bits X server depths.
+ Use the masks to distinguish between 15 and 16 bits.
+ Check the masks better and call generic code if they are not
+ supported directly.
+ Changed the 'notsupported' traces from FIXMEs to WARNs.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Handle ReadIntervalTimeout=MAXDWORD special case a bit better.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Don't return from overlapped ReadFile on EAGAIN and other non-fatal
+ errors.
+
+ * include/msvcrt/share.h:
+ Bill Medland <medbi01@accpac.com>
+ And in addition to Mingw32 we will want the _ versions.
+
+2001-12-20 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c, windows/dialog.c, windows/mdi.c, loader/module.c,
+ objects/font.c, objects/gdiobj.c, scheduler/syslevel.c,
+ dlls/user/msg16.c, dlls/user/property.c, graphics/win16drv/brush.c,
+ graphics/win16drv/font.c, graphics/win16drv/init.c,
+ graphics/win16drv/pen.c, graphics/win16drv/prtdrv.c,
+ dlls/msvideo/msvideo_main.c, dlls/oleaut32/ole2disp.c:
+ Use MapLS/UnMapLS instead of SEGPTR_* macros.
+
+ * server/handle.c, server/mapping.c, server/mutex.c,
+ server/named_pipe.c, server/object.h, server/pipe.c,
+ server/process.c, server/protocol.def, server/queue.c,
+ server/registry.c, server/request.c, server/request.h,
+ server/semaphore.c, server/serial.c, server/snapshot.c,
+ server/sock.c, server/thread.c, server/timer.c, server/trace.c,
+ scheduler/synchro.c, server/async.c, server/async.h, server/atom.c,
+ server/change.c, server/console.c, server/debugger.c,
+ server/device.c, server/event.c, server/file.c, include/file.h,
+ include/wine/server_protocol.h, files/file.c, dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ - move async activation into the server
+ - implement async queues
+
+ * memory/global.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GlobalReAlloc16: If heap has GlobalPageLock set, try only with
+ HEAP_REALLOC_IN_PLACE_ONLY flag set.
+
+2001-12-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/wowthunk.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use GlobalPageLock for GetVDMPointer32W16 pointers.
+
+ * relay32/relay386.c:
+ Fixed stack offset in relay debugging of cdecl register functions.
+
+ * memory/heap.c, memory/selector.c, graphics/win16drv/font.c,
+ include/heap.h, include/ntddk.h, include/winbase.h, include/winnt.h,
+ dlls/ole32/ifs.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in,
+ dlls/ntdll/debugtools.c, dlls/ntdll/heap.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/rtl.c:
+ Moved heap functions to ntdll.
+ Got rid of internal heap flags.
+ Reimplemented MapLS to not depend on the segptr heap.
+
+ * include/Makefile.in, include/msvcrt/share.h:
+ Bill Medland <medbi01@accpac.com>
+ Added share.h from Mingw32.
+
+ * README: Bang Jun-Young <junyoung@mogua.com>
+ Wine is now working on NetBSD, so add NetBSD to the supported OS'es
+ list (and add some notes as well).
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented timed-out non-overlapped ReadFile.
+
+ * tools/wrc/ppl.l, tools/wrc/wrc.h:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Replaced MAX with max and deleted definition of MAX.
+
+ * dlls/comctl32/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Fixed/implemented the ImageList_*Drag* functions.
+
+ * dlls/comctl32/propsheet.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ If there is no psInfo, it doesn't need to be cleaned up.
+
+2001-12-17 Alexandre Julliard <julliard@winehq.com>
+
+ * if1632/.cvsignore, if1632/Makefile.in, if1632/thunk.c,
+ include/callback.h:
+ Removed no longer used thunking and callout functions.
+
+ * misc/system.c:
+ Store the 16-bit callback in the timer structure instead of using a
+ thunk.
+
+ * windows/user.c, msdos/dpmi.c, objects/dib.c, scheduler/thread.c,
+ if1632/relay.c, loader/ne/resource.c, memory/local.c,
+ dlls/setupapi/virtcopy.c, dlls/winedos/dosaspi.c,
+ graphics/win16drv/prtdrv.c, dlls/kernel/utthunk.c,
+ dlls/kernel/wowthunk.c:
+ Removed unnecessary includes.
+
+ * scheduler/process.c:
+ Call the 32-bit USER signal proc directly instead of using a callout.
+
+ * dlls/x11drv/winpos.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Prevent "window belongs to another process" errors when running
+ multiple programs simultaneously.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c:
+ Do not call THUNK_Init at startup, only do it when the app actually
+ requires thunks.
+
+ * include/cursoricon.h, loader/resource.c, windows/cursoricon.c,
+ dlls/user/user32.spec:
+ Export DestroyIcon32 from user32 and use GetProcAddress to call it
+ from FreeResource16.
+
+ * windows/.cvsignore, windows/Makefile.in, windows/painting.c,
+ windows/win.c, dlls/user/.cvsignore, dlls/user/Makefile.in,
+ dlls/user/property.c, dlls/user/text.c, dlls/user/thunk.c,
+ dlls/user/user.spec, dlls/user/wnd16.c:
+ Changed 16-bit USER Enum* functions to not use thunks, now that 16-bit
+ Winelib is no longer supported.
+
+ * windows/hook.c, windows/keyboard.c, dlls/user/mouse.c:
+ Got rid of dynamic thunk allocation in mouse/keyboard event procs and
+ window hooks.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, include/shlwapi.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented, documented or fixed SHDeleteOrphanKeyA/W, SHEnumKeyExA/W,
+ SHEnumValueA/W, SHQueryInfoKeyA/W. SHRegGetPathA/W, SHRegSetPathA/W,
+ SHGetValueA/W, SHSetValueA/W, SHQueryValueExA/W, SHDeleteKeyA/W,
+ SHDeleteEmptyKeyA/W, SHDeleteValueA/W, ordinals 320-323.
+
+ * memory/local.c: Rein Klazes <rklazes@xs4all.nl>
+ Added error message in LOCAL_GetBlock().
+
+ * windows/winpos.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Altered the algorithm for selecting a new focus after a window is
+ destroyed that currently has the focus.
+
+ * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec,
+ dlls/gdi/thunk.c, objects/font.c, objects/gdiobj.c,
+ objects/linedda.c, objects/metafile.c:
+ Changed 16-bit GDI Enum* functions to not use thunks, now that 16-bit
+ Winelib is no longer supported.
+
+ * objects/.cvsignore, objects/Makefile.in, objects/dc.c,
+ windows/dce.c, graphics/escape.c, include/gdi.h,
+ include/wine/wingdi16.h, dlls/gdi/gdi32.spec, dlls/gdi/printdrv.c:
+ Changed DC hook and abort proc handling to avoid having to allocate
+ thunks dynamically.
+
+ * dlls/comctl32/tab.c: Nog <nog@sdf.lonestar.org>
+ Pass on all unhandeled messages to the owner.
+
+ * dlls/shlwapi/path.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ PathIsURL(A|W): Check for NULL strings.
+
+ * dlls/wininet/http.c:
+ Johan Dahlin <jdahlin@telia.com>
+ Add a few extra fields to HTTP_GetStdHeaderIndex.
+
+2001-12-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user.spec, windows/winproc.c:
+ Changed 16->32 window procedure thunks to use winebuild-generated
+ entry code directly.
+
+ * relay32/relay386.c, tools/winebuild/README, tools/winebuild/build.h,
+ tools/winebuild/import.c, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+ include/builtin16.h, dlls/ntdll/ntdll.spec, if1632/builtin.c,
+ if1632/relay.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c,
+ dlls/kernel/win87em.spec, dlls/kernel/windebug.spec,
+ dlls/kernel/wprocs.spec, Make.rules.in, dlls/kernel/kernel.spec:
+ Made register and interrupt flags instead of entry point types, so
+ that we can have both stdcall and cdecl register functions.
+ Changed 16-bit .spec.c file generation to avoid including builtin16.h.
+
+ * dlls/winsock/socket.c, include/winsock.h:
+ Paul Rupe <prupe@nc.rr.com>
+ Very simple support for SO_OPENTYPE in getsockopt and setsockopt.
+
+ * library/port.c:
+ Bang Jun-Young <junyoung@mogua.com>
+ Make use of solaris_try_mmap() for NetBSD. Rename it to
+ try_mmap_fixed() since it's no longer Solaris-specific.
+
+ * include/config.h.in, configure, configure.in:
+ Bang Jun-Young <junyoung@mogua.com>
+ Added check for stdint.h (needed on NetBSD).
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ Bang Jun-Young <junyoung@mogua.com>
+ Fix NetBSD compilation errors.
+
+ * tools/wineshelllink:
+ Simon Walton <simonw2@pacbell.net>
+ Fixed a bashism.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Thawed some freezes.
+ Cleaned up time and notification handling.
+ Typos fixes (Gerard).
+ Added breakloop support.
+
+2001-12-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/Makefile.in, dlls/user/painting.c, dlls/user/wnd16.c,
+ windows/painting.c:
+ Started rewrite of painting functions for multiple processes. Moved
+ BeginPaint to dlls/user. Fixed bug in paint count handling.
+
+ * tools/wineshelllink:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some places where whitespace was not handled correctly.
+ Do not use `cmd`s within cat <<EOF since bash1 sometimes gets confused
+ by it.
+
+ * dlls/kernel/comm.c, dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Only RTS_CONTROL_HANDSHAKE should set CRTSCTS.
+
+ * dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c:
+ Eric Laforest <ecl@pet.dhs.org>
+ Add the missing functionality in the tty driver.
+
+2001-12-11 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/relay.c,
+ tools/winebuild/spec32.c, include/winnt.h, relay32/relay386.c,
+ relay32/snoop.c, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in,
+ dlls/ntdll/ntdll.spec, if1632/.cvsignore, if1632/Makefile.in:
+ Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
+ to follow the naming convention for this type of functions.
+ Split 16 and 32-bit relay functions into separate files, and moved the
+ 32-bit ones to dlls/ntdll.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add new stub MLLoadLibrary.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c, include/shlwapi.h,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h, dlls/shlwapi/path.c,
+ dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/richedit/richedit.c,
+ dlls/shell32/clipboard.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/undocshell.h,
+ dlls/comctl32/commctrl.c, dlls/commdlg/filedlgbrowser.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add exclusion defs & remaining funcs, remove internal types &
+ obj_base.h (sync with win version), fixed a number of function
+ prototypes.
+
+ * scheduler/pthread.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Implemented pthread_rwlock stubs.
+
+ * controls/button.c:
+ Bill Medland <medbi01@accpac.com>
+ For a radio button even if the initial style includes WS_TABSTOP the
+ first BM_SETCHECK 0 will clear it (even if the state was clear).
+
+ * dlls/comctl32/treeview.c:
+ Bill Medland <medbi01@accpac.com>
+ A treeview item may be TVI_ROOT.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh@cadlink.com>
+ Fix for toolbar potentially using a NULL pointer.
+
+2001-12-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/win.h, windows/win.c, windows/winpos.c:
+ Added WIN_GetRectangles function.
+ Fixed WindowFromPoint to work accross processes.
+
+ * windows/message.c, include/sysmetrics.h, windows/sysmetrics.c,
+ windows/sysparams.c, dlls/user/user_main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
+ SPI_GET/SETICONTITLEWRAP, SPI_GET/SETMENUDROPALIGNMENT,
+ SPI_GET/SETDOUBLECLKWIDTH, SPI_GET/SETDOUBLECLKHEIGHT,
+ SPI_GET/SETDOUBLECLICKTIME.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Change the message trace indentation to be consistent by thread.
+
+ * debugger/msc.c, debugger/types.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fix for some types of C++ debug info that can cause winedbg to crash.
+
+ * windows/dialog.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ DIALOG_CreateIndirect can incorrectly kill the current input focus.
+
+2001-12-05 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winproc.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c:
+ Removed calls to HEAP_GetSegptr.
+
+ * dlls/winedos/module.c:
+ Fixed compile for !MZ_SUPPORTED.
+
+ * dlls/advapi32/registry.c, memory/registry.c:
+ Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
+ to avoid corrupting the last error code.
+
+ * include/ntddk.h, memory/codepage.c, dlls/ntdll/misc.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/wcstring.c:
+ Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
+ kernel32 functions, plus a few small cleanups.
+
+ * include/Makefile.in, include/msvcrt/mbctype.h,
+ include/msvcrt/mbstring.h, include/msvcrt/string.h,
+ dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ François Gouget <fgouget@codeweavers.com>
+ Cleanup and improve the mbcs support.
+ Add mbctype.h and mbstring.h.
+ Implement putwc and putwchar.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ The toolbar commands were not sent to the correct notification
+ window.
- * [controls/static.c]
- Got rid of the MODULE32_LookupHMODULE error showing up for every
- message box.
+ * include/wine/mmsystem16.h, include/wine/windef16.h,
+ include/wine/winnet16.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Fixed incorrect packing.
+
+ * dlls/msvcrt/environ.c:
+ François Gouget <fgouget@codeweavers.com>
+ getenv is case insensitive.
+
+ * dlls/msvcrt/time.c:
+ François Gouget <fgouget@codeweavers.com>
+ mktime must normalize the struct tm fields.
+
+2001-12-04 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/Makefile.in, programs/wineconsole/dialog.c,
+ programs/wineconsole/registry.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole.spec,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - allow to save/restore some properties into the registry (like font,
+ cursor size...)
+ - implement the two sets of properties (default & current)
+ - fixed some bugs mainly in dialog
+ - enhanced font selection mechanisms,
+ - added and protected sub-menu for all operations (sysmenu is not
+ avail in managed mode)
+ - better data separation for the backend(s)
+
+ * server/console.h, server/debugger.c, server/process.c,
+ server/process.h, server/thread.c, server/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Let the console renderer be defined as a thread.
+
+ * programs/winhelp/macro.h:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Only include the necessary files to avoid conflicts in gethostname
+ prototypes between winsock.h and unistd.h
+
+ * objects/bitmap.c:
+ Erik Inge Bolsø <knan@mo.himolde.no>
+ CreateBitmap can take nHeight or nWidth = zero, and then returns a
+ pointer to a 1x1 monochrome bitmap.
+
+ * dlls/shlwapi/ordinal.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct implementation of _169 (call of Release). This fixes crashes
+ when actually attempting to call Release.
+ - Correct some traces.
+
+ * msdos/Makefile.in, msdos/devices.c, msdos/dosaspi.c, msdos/dosmem.c,
+ msdos/dpmi.c, msdos/int10.c, msdos/int16.c, msdos/int17.c,
+ msdos/int19.c, msdos/int20.c, msdos/int21.c, msdos/int29.c,
+ msdos/int2f.c, msdos/int33.c, msdos/interrupts.c, msdos/ioports.c,
+ msdos/vga.c, msdos/xms.c, include/callback.h, include/dosexe.h,
+ include/miscemu.h, include/vga.h, miscemu/main.c,
+ graphics/dispdib.c, dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/winedos/Makefile.in, dlls/winedos/devices.c,
+ dlls/winedos/dosaspi.c, dlls/winedos/dosexe.h, dlls/winedos/dosvm.c,
+ dlls/winedos/int09.c, dlls/winedos/int10.c, dlls/winedos/int16.c,
+ dlls/winedos/int17.c, dlls/winedos/int19.c, dlls/winedos/int20.c,
+ dlls/winedos/int21.c, dlls/winedos/int29.c, dlls/winedos/int31.c,
+ dlls/winedos/int33.c, dlls/winedos/ioports.c, dlls/winedos/module.c,
+ dlls/winedos/vga.c, dlls/winedos/vga.h, dlls/winedos/winedos.spec,
+ dlls/winedos/xms.c, dlls/kernel/kernel_main.c,
+ dlls/kernel/wprocs.spec:
+ Moved most of the real-mode stuff to dlls/winedos.
+
+ * scheduler/process.c:
+ Added SYNCHRONIZE access to stdio handles.
+
+ * dlls/kernel/console.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Copy the correct number of bytes in WriteConsoleInputA.
+
+ * dlls/winmm/mmio.c, include/mmsystem.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bugs in output functions (write).
+ Rewrote some parts for better DLL separation.
+ Fixed some prototypes.
+ Fixed mmioAdvance in write mode.
+
+ * dlls/msacm/format.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed acmFormatChoose returned fields.
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Initialize dialog data correctly in CreateTemplateDialog.
+
+ * dlls/kernel/comm.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Misc fixes to DCB building from command line.
+
+ * tools/wineconf:
+ Gerard Patel <gerard.patel@nerim.net>
+ Better handling of configuration with several Windows installations.
+
+2001-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
+ 0x80000000 set then the command id is really the index.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/string.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fixed PathIsURL{A|W}.
+ - Implemented PathRenameExtension{A|W}, SHRegDuplicateHKey,
+ ChrCmpI{A|W}.
+ - Added forwards to DrawTextW, CreateDialogParamA, CreateFontW,
+ TracePopupMenuEx.
+
+ * include/shlwapi.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
+ ColorRGBToHLS
+ - Implement routines for _172, _174, _176, _199, _215, _219, _236, _377,
+ _378, UrlCompare{A|W}, UrlApplyScheme{A|W}.
+ - Fix routines _217, _169, _240, _276, _342, _376.
+
+2001-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * include/user.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c,
+ dlls/user/user_main.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Removed Get/SetScreenSaveTimeout user driver functions because they
+ are not used.
+
+ * dlls/comctl32/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Implemented ImageList_GetDragImage.
+ Fixed ImageList_SetDragCursorImage and ImageList_Merge.
+ No need for StretchBlt in ImageList_BeginDrag.
+ Added some traces.
+
+ * dlls/x11drv/dga2.c:
+ Glenn Schrader <geschrader@mediaone.net>
+ Use gdi_display everywhere to avoid BadColor errors.
+
+ * windows/nonclient.c, windows/painting.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Remove some possible interlocking problems with peb lock.
+
+ * dlls/winsock/socket.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Fixed WS_getpeername parameter in WS_accept.
+ Changed order of event processing in WINSOCK_DoAsyncEvent.
+
+ * memory/virtual.c:
+ Andrew Lewycky <andrew@transgaming.com>
+ map_image: map the PE header readonly.
+
+ * loader/pe_image.c:
+ Andrew Lewycky <andrew@transgaming.com>
+ do_relocations: process relocation blocks with a VirtualAddress of 0,
+ stop once SizeOfBlock == 0.
+
+ * documentation/debugging.sgml:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Rename debug.h to debugtools.h.
+
+ * windows/winpos.c, windows/painting.c, windows/queue.c,
+ windows/timer.c, windows/win.c, windows/defwnd.c, windows/input.c,
+ windows/message.c, tools/make_requests, win32/console.c,
+ win32/device.c, win32/except.c, server/thread.h, server/timer.c,
+ server/trace.c, server/window.c, server/async.c, server/atom.c,
+ server/change.c, server/console.c, server/console.h,
+ server/context_i386.c, server/context_sparc.c, server/debugger.c,
+ server/device.c, server/event.c, server/file.c, server/handle.c,
+ server/mapping.c, server/mutex.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/pipe.c, server/process.c,
+ server/protocol.def, server/queue.c, server/registry.c,
+ server/request.c, server/request.h, server/select.c,
+ server/semaphore.c, server/serial.c, server/snapshot.c,
+ server/sock.c, server/thread.c, msdos/vga.c,
+ programs/wineconsole/wineconsole.c, scheduler/client.c,
+ scheduler/handle.c, scheduler/pipe.c, scheduler/process.c,
+ scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c,
+ memory/atom.c, memory/registry.c, memory/selector.c,
+ memory/virtual.c, misc/options.c, misc/registry.c,
+ include/wine/server.h, include/wine/server_protocol.h,
+ loader/module.c, loader/pe_image.c, include/thread.h,
+ include/winbase.h, include/wincon.h, dlls/user/message.c,
+ dlls/user/property.c, dlls/winsock/socket.c, files/change.c,
+ files/dos_fs.c, files/file.c, dlls/ntdll/exception.c,
+ dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c,
+ dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/kernel/Makefile.in,
+ dlls/kernel/comm.c, dlls/kernel/console.c, dlls/kernel/debugger.c,
+ dlls/kernel/sync.c, dlls/kernel/toolhelp.c,
+ dlls/advapi32/registry.c:
+ Redesign of the server communication protocol to allow arbitrary sized
+ data to be exchanged.
+ Split request and reply structures to make backwards compatibility
+ easier.
+ Moved many console functions to dlls/kernel, added code page support,
+ changed a few requests to behave properly with the new protocol.
+
+2001-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/font_convert.sh, documentation/db2html-winehq,
+ documentation/make_winehq:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Avoid potential problems with filenames containing spaces.
+
+ * win32/console.c, programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now passing event with --use-event to let programs starting with
+ digits being run.
+
+ * miscemu/main.c:
+ Joshua Thielen <thielen@netprince.net>
+ mmsystem.dll should be automatically loaded for 16-bit apps.
+
+ * debugger/debug.l:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed IO when not run with wineconsole.
+
+2001-11-24 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winver/Makefile.in, programs/winetest/Makefile.in,
+ programs/winhelp/Makefile.in, programs/wineconsole/Makefile.in,
+ programs/winemine/Makefile.in, programs/uninstaller/Makefile.in,
+ programs/view/Makefile.in, programs/wcmd/Makefile.in,
+ programs/osversioncheck/Makefile.in, programs/progman/Makefile.in,
+ programs/regapi/Makefile.in, programs/regtest/Makefile.in,
+ programs/cmdlgtst/Makefile.in, programs/control/Makefile.in,
+ programs/notepad/Makefile.in, programs/avitools/Makefile.in,
+ programs/clock/Makefile.in, programs/Makeprog.rules.in:
+ Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
+
+ * server/window.c:
+ Skip queue cleanups if queue has been destroyed already.
+
+ * dlls/ntdll/reg.c, memory/registry.c, dlls/advapi32/registry.c:
+ Fixed registry routines broken by the structure sizes fix.
+
+2001-11-23 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/Makefile.in, debugger/debug.l, debugger/debugger.h,
+ debugger/editline.c, debugger/hash.c, debugger/source.c,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Revisited console support (got rid of old hacks and private editline
+ since we now have a brand new console), removed private debug heap.
+
+ * win32/Makefile.in, win32/console.c, win32/editline.c,
+ tools/make_requests, server/console.c, server/console.h,
+ server/debugger.c, server/file.c, server/handle.c, server/object.h,
+ server/process.c, server/process.h, server/protocol.def,
+ server/request.h, server/trace.c, scheduler/process.c,
+ programs/wineconsole/wineconsole.spec,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h,
+ programs/wineconsole/wineconsole_res.rc,
+ programs/wineconsole/.cvsignore, programs/wineconsole/Makefile.in,
+ programs/wineconsole/dialog.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/wineconsole.c, loader/module.c,
+ programs/Makefile.in, include/file.h, include/wincon.h,
+ include/wine/server_protocol.h, dlls/x11drv/x11drv_main.c,
+ documentation/running.sgml, documentation/wine.man.in, files/file.c,
+ configure.in, Makefile.in, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ New console code based on Win32 windows.
+
+ * msdos/vxd.c, loader/pe_image.c, memory/registry.c, dlls/ntdll/reg.c,
+ include/commctrl.h, include/dplay.h, include/dplobby.h,
+ include/mmsystem.h, include/nb30.h, include/ntddk.h,
+ include/ntdef.h, include/winbase.h, include/wingdi.h,
+ include/winnt.h, include/winuser.h, dlls/advapi32/registry.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed packing and layout of many system structures.
+
+ * dlls/msvcrt/environ.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_getenv: compare for the length of the key and return NULL in
+ case of failure.
+
+ * documentation/packaging.sgml:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Add missing </para>.
+
+ * dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Check for completed overlappeds in ReadComm16 to solve problems with
+ programs that loop on it but don't get data.
+
+ * include/msvcrt/sys/types.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _dev_t is an unsigned integer.
+
+2001-11-20 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/sysparams.c, dlls/x11drv/x11drv_main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
+ SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.
+
+ * dlls/advapi32/advapi.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ GetUserName should include the terminating null character when
+ returning the size of the buffer returned. Correctly handle the
+ ERROR_MORE_DATA case.
+
+ * memory/global.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Use exception handler for GlobalUnlock, GlobalFree.
+
+ * dlls/winedos/int09.c, dlls/winedos/module.c, windows/cursoricon.c,
+ dlls/shell32/shellstring.c, dlls/shlwapi/ordinal.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * dlls/x11drv/x11drv.spec, dlls/msrle32/msrle32.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/winsock.api,
+ tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/mapi32.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/msrle32.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/msvfw32.api,
+ tools/winapi_check/win32/netapi32.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/sti.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/url.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/winedos.api,
+ tools/winapi_check/win32/ws2_32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ TOOLBAR_GetRect did not correctly translate the command ID to the
+ button index.
+
+ * tools/wineshelllink:
+ Dusan Lacko <dlacko@codeweavers.com>
+ Add Debian/Mandrake menu system support.
+
+ * windows/class.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ It is legal to call UnregisterClass with an hInstance of zero.
+
+ * server/context_i386.c, server/context_sparc.c:
+ Francois Gouget <fgouget@free.fr>
+ Only include 'sys/user.h' for Linux. Fixes a compilation error on
+ FreeBSD 5.0.
+
+ * include/winnt.h, dlls/advapi32/service.c, dlls/ntdll/nt.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix LUID definition.
+
+ * windows/spy.c, include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert message spy to unicode.
+
+ * windows/x11drv/keyboard.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
+ a char type and max_keycode is 255.
+
+2001-11-19 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c, win32/time.c, programs/uninstaller/main.c,
+ programs/uninstaller/rsrc.rc, scheduler/pthread.c,
+ tools/wineinstall, msdos/int21.c, misc/cdrom.c, files/directory.c,
+ files/dos_fs.c, documentation/samples/config,
+ documentation/packaging.sgml, dlls/x11drv/dga2.c,
+ dlls/wineps/wps_De.rc, dlls/oleaut32/typelib.c,
+ dlls/ole32/compobj.c, controls/EDIT.TODO,
+ dlls/dplayx/dplayx_global.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - fix wrong hexadecimal GetLastError() output
+ - misc fixes
+ - changed my email address
+
+ * dlls/kernel/debugger.c, server/process.c, tools/winebuild/spec32.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Prevent warnings about labels at end of switch statements when
+ compiling with gcc-3.x.
+
+ * dlls/wsock32/protocol.c, dlls/wsock32/socket.c, server/trace.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the Solaris and FreeBSD compilation errors introduced by the
+ recent winsock update.
+
+ * dlls/winmm/wineoss/audio.c:
+ Simon Britnell <ughbash@yahoo.com>
+ Fix a loop playing failure and a problem with choppy sound.
+
+ * include/msvcrt/process.h, dlls/dinput/joystick/linux.c,
+ dlls/shlwapi/url.c:
+ Francois Gouget <fgouget@free.fr>
+ A few typos.
+
+ * include/rpcndr.h:
+ Francois Gouget <fgouget@free.fr>
+ MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
+
+ * dlls/kernel/kernel32.spec:
+ Francois Gouget <fgouget@free.fr>
+ Better relaying for _lcreat.
+
+ * dlls/avicap32/avicap32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small typo in avicap32.spec fixed.
+
+ * windows/win.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix exchanged lines in WIN_GetWindowLong.
+
+2001-11-16 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c:
+ Truncate the window text if it is too large for the request buffer.
+
+ * windows/class.c:
+ Joshua Thielen <thielen@netprince.net>
+ Local classes registered with USER instance handle now are now found
+ in CLASS_FindClassByAtom.
+
+ * include/richedit.h, dlls/richedit/richedit.c:
+ Jussi Jumppanen <jussij@zeusedit.com>
+ Added missing RichEdit defines.
+
+2001-11-14 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c, dlls/user/message.c, include/win.h, server/queue.c,
+ server/user.h, server/window.c:
+ Moved WIN_FindWinToRepaint functionality to the server.
+
+ * server/sock.c, include/wine/winsock16.h, include/Makefile.in,
+ include/windows.h, include/winsock.h, include/winsock2.h,
+ include/ws2tcpip.h, include/wsipx.h, dlls/winsock/Makefile.in,
+ dlls/winsock/async.c, dlls/winsock/socket.c,
+ dlls/winsock/winsock.spec, dlls/winsock/ws2_32.spec,
+ dlls/wsock32/protocol.c, dlls/wsock32/socket.c,
+ dlls/wsock32/wsock32.spec:
+ Francois Gouget <fgouget@free.fr>
+ Make winsock.h and winsock2.h independent from the Unix headers.
+ Make them compatible with both the Unix C headers and the MSVCRT
+ headers.
+ Ensure compatibility with the Unix headers via the USE_WS_PREFIX
+ macro.
+ Add WINE_NOWINSOCK: prevents winsock.h from being included from
+ windows.h when defined.
+ Add ws2tcpip.h, move definitions to the right header.
+
+ * include/wingdi.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Structure NEWTEXTMETRIC uses packing 4.
+
+ * include/mapidefs.h:
+ Jussi Jumppanen <jussij@zeusedit.com>
+ Added missing MAPI defines.
+
+2001-11-13 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c, windows/painting.c, windows/win.c,
+ include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/request.h, server/trace.c, server/unicode.h, server/user.h,
+ server/window.c:
+ Store the window caption text in the server.
+ Maintain a paint count separately for each window.
+
+ * dlls/x11drv/winpos.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix the server paint count in SetWindowPos.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
+ 16/32 API call ordering.
+
+ * windows/input.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
+ SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
+ acceleration/threshold for relative mouse movements.
+
+ * controls/edit.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
+ starting line char index, not line index (== line number).
+
+ * include/shlwapi.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement ordinals 7, 8, 9, 13, 14, 19, 36.
+ - Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}
+
+2001-11-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some race conditions in notification vs. operation
+ synchronization using the same in process message ring in waveIn as in
+ waveOut.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fixes stupid bug with typelib filenames.
+
+ * dlls/user/wnd16.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Cast id to unsigned in GetDlgItem16.
+
+ * dlls/kernel/comm.c:
+ Gerson Kurz <Gerson.Kurz@pergamon-software.de>
+ Parity settings were not set properly in BuildCommDCBAndTimeouts()
+ because of an off-by-one error.
+
+ * dlls/commdlg/fontdlg.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fixed handling of -1 itemid in WM_DRAWITEM.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ - implement mbscspn mostly as a stub
+ - reimplement mktime
+
+ * dlls/rasapi32/rasapi.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - don't forget to initialize number of connections to 0
+ - add "RAS doesn't work" warning
+
+2001-11-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/wineoss/audio.c:
+ Simon Britnell <ughbash@yahoo.com>
+ Cleaned up the wodPlayer functionality to make it easier to follow.
+ Changed notification to be calculated from bytes played rather than
+ time elapsed.
+
+ * dlls/msacm/driver.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Test bits with '&' instead of '&&'.
+
+ * windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
+ parameters processing.
+
+ * programs/regapi/regapi.c:
+ François Gouget <fgouget@codeweavers.com>
+ Correct handling of strings in setValue.
+ Better handling of str(x) and hex(x) in setValue.
+ Misc typos.
+
+ * documentation/wine.man.in:
+ Francois Gouget <fgouget@free.fr>o
+ Document the new -winver versions.
+
+ * dlls/user/wnd16.c:
+ Joshua Thielen <thielen@netprince.net>
+ Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
+ GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
+ Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.
+
+ * relay32/builtin32.c:
+ François Gouget <fgouget@codeweavers.com>
+ Recognize the FreeBSD dlopen equivalent of "cannot open".
+
+ * dlls/shlwapi/string.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Use proper unicode routine.
+
+ * Make.rules.in:
+ François Gouget <fgouget@codeweavers.com>
+ Make out-of-source-tree builds work with Solaris make.
+
+2001-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20011108.
+
+----------------------------------------------------------------
+2001-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/wcs.c, dlls/shlwapi/url.c, include/wine/unicode.h:
+ Implemented inline version of the iswxxx functions.
+
+ * msdos/int09.c, msdos/interrupts.c, msdos/ioports.c,
+ msdos/Makefile.in, dlls/winedos/Makefile.in, dlls/winedos/dosvm.c,
+ dlls/winedos/int09.c, dlls/winedos/winedos.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved the int 9 (keyboard) handler to dlls/winedos.
+
+ * dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Find out how much data is available when calling ReadFileEx.
+
+2001-11-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Repaired child window activation broken by previous change.
+
+ * windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add dumping of window styles at the window creation time.
+
+ * msdos/vga.c: Ove Kaaven <ovek@arcticnet.no>
+ Added a few default palette entries for the VGA/MCGA 256-color mode.
+ Made the VGA mode set go through RunInThread, so that the VGA graphics
+ window gets owned by the right thread.
+
+ * server/thread.c:
+ Avoid ftruncate to work around broken UMSDOS file system.
+
+ * windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Created new infrastructure for SystemParametersInfo function. Used it
+ to implement processing for SPI_GET/SETBEEP, SPI_GET/SETBORDER,
+ SPI_GET/SETSHOWSOUNDS system parameters.
+
+ * documentation/architecture.sgml:
+ Bill Medland <medbi01@accpac.com>
+ Minor grammatical corrections.
+
+ * msdos/dpmi.c, dlls/winedos/module.c, dlls/winedos/winedos.spec,
+ include/callback.h, include/dosexe.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added RunInThread callout to winedos.
+
+ * server/protocol.def, server/trace.c, include/wine/server_protocol.h,
+ scheduler/synchro.c, server/named_pipe.c, dlls/kernel/sync.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Make ConnectNamedPipe work in overlapped mode.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Ignore DSR/DTR flow control in DCB. termios doesn't support it.
+
+2001-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/shlwapi.h, dlls/shlwapi/path.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/shell32/shlmenu.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/richedit/richedit.c, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/clipboard.c, dlls/shell32/iconcache.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shellstring.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
+ dlls/comctl32/commctrl.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Define rest of URL_ESCAPE... and other flags.
+ - Define implemented interfaces for reg.c and url.c.
+
+ * dlls/shlwapi/url.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
+ and URL_DONT_ESCAPE_EXTRA_INFO in the UrlEscape{A|W} routines.
+ - Make UrlCanonicalizeA use UrlCanonicalizeW.
+ - Implement full functionality in UrlCanonicalizeW.
+ - Implement UrlCombine{A|W}.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
+ - Fix error in SHLWAPI_18
+ - New file (ordinal.h) with documentation for _1, &_2.
+
+ * windows/message.c, windows/winpos.c, dlls/x11drv/winpos.c,
+ include/winpos.h, dlls/ttydrv/wnd.c:
+ Window activation cleanups.
+
+ * scheduler/process.c:
+ Return success in CreateProcess when we started a non-Winelib Unix
+ process.
+
+ * configure, configure.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add $X_LIBS path while searching for libfreetype.
+
+ * dlls/dinput/device.c:
+ <larstiq@larstiq.dyndns.org>
+ Devices never need to be polled, so return DI_NOEFFECT in Poll.
+
+ * server/select.c:
+ Bill Medland <medbi01@accpac.com>
+ Prevent danger of accessing freed memory (theoretical but unlikely
+ bug).
+
+ * programs/regapi/regapi.c:
+ François Gouget <fgouget@codeweavers.com>
+ strsep is not implemented on Solaris, replace it with our own portable
+ implementation.
+
+ * library/debug.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Renamed struct option to struct debug_option to avoid compile problems
+ where struct option is already defined.
+
+ * tools/wrc/writeres.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix a buffer overflow in write_name_str, bug found by
+ jonathan@corvu.com.au.
+
+ * tools/winecheck: <ghutchis@cisco.com>
+ Avoid parsing the whole tree to find libwine.so.
+
+ * loader/module.c, windows/sysparams.c, dlls/user/exticon.c,
+ dlls/wsock32/socket.c, graphics/win16drv/init.c,
+ graphics/win16drv/prtdrv.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/string.c, dlls/shell32/iconcache.c,
+ dlls/shell32/pidl.c, dlls/shell32/shellord.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/oleaut32/variant.c,
+ dlls/shell32/changenotify.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/tab.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, controls/combo.c:
+ Francois Gouget <fgouget@free.fr>
+ Don't prefix %p with 0x.
+ Various English fixes.
+
+ * windows/x11drv/clipboard.c, windows/class.c, windows/dialog.c,
+ tools/wrc/parser.l, tools/wrc/ppl.l, win32/device.c,
+ server/request.c, tools/make_X11wrappers, tools/winebuild/build.h,
+ tools/winebuild/spec16.c, tools/winebuild/utils.c, msdos/dosmem.c,
+ msdos/dpmi.c, msdos/int10.c, scheduler/client.c,
+ scheduler/sysdeps.c, scheduler/thread.c, memory/global.c,
+ memory/virtual.c, misc/cpu.c, library/port.c, loader/elf.c,
+ loader/ne/module.c, loader/ne/resource.c, include/wine/port.h,
+ include/cdrom.h, include/config.h.in, include/console.h,
+ include/gdi.h, include/heap.h, include/thread.h, include/ts_shape.h,
+ include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h,
+ include/ts_xlib.h, include/ts_xpm.h, include/ts_xrender.h,
+ include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h,
+ include/ts_xvideo.h, include/wine_gl.h, include/x11drv.h,
+ dlls/x11drv/dga2.h, dlls/x11drv/x11ddraw.h, dlls/x11drv/xvidmode.h,
+ files/drive.c, dlls/winmm/wineoss/oss.h, dlls/winsock/async.c,
+ dlls/winsock/socket.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/objects.c,
+ dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/user.c,
+ dlls/ntdll/misc.c, dlls/odbc32/proxyodbc.c, dlls/kernel/comm.c,
+ dlls/msvcrt/msvcrt.h, controls/menu.c, dlls/ddraw/mesa.c,
+ dlls/dplayx/dplay.c, configure.in, console/xterm.c, configure:
+ François Gouget <fgouget@codeweavers.com>
+ Fix the #include order for config.h.
+ Add #include "config.h" directives where needed.
+
+ * dlls/netapi32/netapi32.c, include/config.h.in, include/debugtools.h,
+ configure, configure.in:
+ François Gouget <fgouget@codeweavers.com>
+ Make debugtools.h independent from config.h.
+
+ * server/window.c:
+ Allow owner to be the desktop window.
+
+ * programs/regapi/regapi.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ The 'dword' values should be stored as big endian values.
+
+ * include/Makefile.in, include/nb30.h, configure.in, dlls/Makefile.in,
+ dlls/netapi32/.cvsignore, dlls/netapi32/Makefile.in,
+ dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec, configure:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added netapi32.dll and the Netbios() call.
+
+ * windows/caret.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ For drawing a caret, internally replaced the brush by a bitmap (this
+ allows caret of size > 8x8),
+
+ * misc/options.c, misc/version.c:
+ Francois Gouget <fgouget@free.fr>
+ Add versions for WinME and WinXP.
+ Fix the 16bit version return for Win2000.
+ More closely match the Win95/98 CSDVersion fields.
+ Enhance documentation of Win95 version numbers.
+ Confirm the existing data for Win2000.
+
+ * dlls/shlwapi/reg.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix incorrect use of a Unicode string literal.
+
+ * graphics/x11drv/xfont.c, objects/font.c:
+ François Gouget <fgouget@codeweavers.com>
+ Add traces to help diagnose systematic cached-metrics regeneration
+ problems.
- * [windows/winproc.c]
- WM_NOTIFY 16->32 mapping (AOL Instant Messenger or however it is called).
+ * dlls/shell32/iconcache.c:
+ Francois Gouget <fgouget@free.fr>
+ Rename SIC_CompareEntrys to SIC_CompareEntries, and make it static.
+
+ * dlls/msrle32/.cvsignore, dlls/msrle32/Makefile.in,
+ dlls/msrle32/msrle32.c, dlls/msrle32/msrle32.spec, dlls/Makefile.in,
+ dlls/avicap32/.cvsignore, dlls/avicap32/Makefile.in,
+ dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c,
+ configure, configure.in:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for msrle32.dll and implemented RLE8 decoder.
+ Added stub for avicap32.
+
+2001-11-05 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/font.c, graphics/x11drv/xfont.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert GetCharWidth to Unicode.
+
+ * dlls/user/message.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Move SPY_EnterMessage call after all possible exits so that there will
+ be a matching SPY_ExitMessage.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
+ dlls/shell32/shellstring.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Indicate that StrRetToStrN{A|W} and StrRetToBuf{A|W} are identical
+ code but duplicated deliberately.
+ - Implement StrRChrI{A|W}.
+
+ * windows/spy.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Add support for Wine internal messages.
+
+ * tools/winedump/main.c, tools/winedump/msmangle.c,
+ tools/winedump/output.c, tools/winedump/pe.c,
+ tools/winedump/winedump.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed and globalized some path and module name handling.
+ Tweaked the demangling of function pointers as function parameters.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed dst / src lines implementation.
+ Added mux/mixer control for master rec.
+ Added framework for multiple mixers.
+
+ * dlls/winsock/socket.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Test for ws_timeout=NULL in winsock select().
+
+ * configure.in, configure:
+ François Gouget <fgouget@codeweavers.com>
+ Tell Solaris users where to get XPM.
+
+ * library/port.c:
+ François Gouget <fgouget@codeweavers.com>
+ FALSE is not defined on Solaris.
+
+ * graphics/x11drv/dib.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fix line length calculation in X11DRV_DIB_Convert_any_asis.
+ Correctly initialize the color masks of 24bpp DIBs.
+
+ * windows/class.c:
+ Joshua Thielen <thielen@netprince.net>
+ For global classes, GetClassInfo now returns a handle to USER.
+
+ * msdos/interrupts.c, include/miscemu.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented a dynamic table of DOS interrupt handlers.
+
+2001-10-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winspool/info.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix RegSetValueEx calls and crash when DriverName="" in registry.
+
+ * dlls/ntdll/signal_i386.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Protect against an interrupt-pending signal recursion.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/asyncsrc.c,
+ dlls/quartz/avidec.c, dlls/quartz/basepin.c, dlls/quartz/devenum.c,
+ dlls/quartz/devenum.h, dlls/quartz/devmon.c, dlls/quartz/devmon.h,
+ dlls/quartz/fgpass.c, dlls/quartz/fmap.c, dlls/quartz/ifgraph.c,
+ dlls/quartz/iunk.c, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
+ dlls/quartz/parser.c, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
+ dlls/quartz/seekpass.c, dlls/quartz/vidren.c,
+ dlls/quartz/wavparse.c, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Implemented IPropertyBag.
+ Implemented some FilterMapper2 methods.
+ Implemented AddSourceFilter.
+ Implemented Render partially.
+ Implemented Connect partially.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added definitions of MERITs.
+
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stub for ICImageCompress.
+ Implemented ICImageDecompress.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Added stubs for _18,_21,_22 which seem to be used only by native
+ shdocvw.dll
+ - Implemented _26, _27, _28, _32, and _34 (more isw... functions).
+
+ * dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Stub UrlCombineA and initial implementation of UrlCombineW.
+
+ * dlls/shlwapi/reg.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement SHRegGetBoolUSValue{A|W}.
+
+ * dlls/user/resources/user32_icons.rc:
+ Jeremy Newman <jnewman@codeweavers.com>
+ Replaced Martini glass.
+
+2001-10-25 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c, scheduler/process.c, server/process.c:
+ Don't keep main exe and dlls handles open when the file is on
+ removable media.
+
+ * dlls/shell32/shlview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Add handling for LVN_GETDISPINFOW.
+
+2001-10-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/reg.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Correct implementation of HUSKEY internals, including functions:
+ SHRegOpenUSKey{A|W}, SHRegCloseUSKey, SHRegGetUSValue{A|W},
+ SHRegQueryInfoUSKey{A|W}
+ - Implement SHRegQueryUSValue{A|W}
+
+ * dlls/shlwapi/ordinal.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement:
+ SHLWAPI_2 - Identify internet protocols.
+ SHLWAPI_25 - iswalpha
+ SHLWAPI_33 - iswdigit
+
+ * windows/winpos.c:
+ Joshua Thielen <thielen@netprince.net>
+ Switch focus to activated window even if no window previously had the
+ focus.
+
+ * memory/virtual.c:
+ Try to use read instead of mmap for files on removable media, so that
+ we don't need to keep the mapping handle open.
+
+ * server/file.c, server/mapping.c, server/object.h,
+ server/protocol.def, server/trace.c, files/dos_fs.c, files/file.c,
+ include/file.h, include/wine/server_protocol.h, misc/registry.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Save a disk file's drive type in the server object.
+
+2001-10-23 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c: Cosmetic fixes.
+
+ * configure, configure.in, dlls/Makefile.in, dlls/devenum/.cvsignore,
+ dlls/devenum/Makefile.in, dlls/devenum/devenum.spec,
+ dlls/devenum/devenum_main.c, dlls/msdmo/.cvsignore,
+ dlls/msdmo/Makefile.in, dlls/msdmo/msdmo.spec,
+ dlls/msdmo/msdmo_main.c, dlls/qcap/.cvsignore,
+ dlls/qcap/Makefile.in, dlls/qcap/qcap.spec, dlls/qcap/qcap_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for msdmo.dll, qcap.dll and devenum.dll.
+
+ * configure.in, dlls/gdi/freetype.c, include/config.h.in,
+ include/font.h, objects/font.c, configure:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement GetFontData.
+
+ * dlls/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/propertyframe.c,
+ dlls/oleaut32/stubs.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented OleCreatePropertyFrame and
+ OleCreatePropertyFrameIndirect.
+
+ * include/winbase.h, include/wincon.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved/added some console definitions.
+
+ * misc/version.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Revert 16bit win95 version back to original value. Fixes InstallShield
+ installer version check.
+
+ * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c,
+ include/x11font.h, objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ ExtTextOutW with symbol fonts works with chars in the ranges
+ 0x0000 -- 0x00ff and 0xf000 -- 0xf0ff and not, for example, with
+ chars in the Unicode Greek range.
+
+ * dlls/ole32/compobj.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Better failure messages for CoCreateInstance.
+
+ * windows/dce.c:
+ Fixed window handle check in GetDCEx.
+
+ * windows/win.c: A couple of optimizations.
+
+ * win32/except.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Expand environment variables in "Debugger" setting.
+ Replace fixed-size buffers with dynamic ones.
+
+ * dlls/shell32/classes.c, dlls/shell32/shell32_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
+ flag is set. Corrects the given type and icon.
+
+2001-10-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/wnd.c, dlls/user/message.c, dlls/user/user_main.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec,
+ include/user.h, include/win.h, include/wine/server_protocol.h,
+ server/protocol.def, server/request.h, server/trace.c,
+ server/window.c, windows/defwnd.c, windows/win.c, windows/winpos.c,
+ controls/scroll.c:
+ Store in the server all the window information accessible with
+ Get/SetWindowLong.
+
+ * dlls/winmm/wineoss/midi.c, files/file.c, dlls/advapi32/service.c,
+ dlls/ntdll/om.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/stg_stream.c,
+ dlls/wininet/ftp.c, dlls/wininet/internet.c,
+ dlls/winmm/mciwave/mciwave.c:
+ Francois Gouget <fgouget@free.fr>
+ Spelling, grammar and a bit of comment formatting fixes.
+
+ * dlls/Makefile.in, dlls/quartz/Makefile.in, dlls/quartz/asyncsrc.c,
+ dlls/quartz/asyncsrc.h, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/avidec.c, dlls/quartz/aviparse.c,
+ dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/csconv.c, dlls/quartz/fgpass.c,
+ dlls/quartz/imfilter.c, dlls/quartz/main.c, dlls/quartz/memalloc.c,
+ dlls/quartz/mtype.c, dlls/quartz/mtype.h, dlls/quartz/parser.c,
+ dlls/quartz/parser.h, dlls/quartz/quartz.spec, dlls/quartz/sample.c,
+ dlls/quartz/seekpass.c, dlls/quartz/seekpass.h,
+ dlls/quartz/videoblt.c, dlls/quartz/videoblt.h,
+ dlls/quartz/vidren.c, dlls/quartz/vidren.h, dlls/quartz/wavparse.c,
+ dlls/quartz/xform.c, dlls/quartz/xform.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Implemented AVI Decompressor.
+ Started implementing Color Space Converter.
+ Started implementing seeking.
+
+ * debugger/winedbg.c: Added "--auto" option.
+
+ * dlls/wineps/init.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add support for environment variables in the printer settings.
+ Remove the fixed-size buffers.
+
+ * include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
+ include/msvcrt/conio.h, include/msvcrt/crtdbg.h,
+ include/msvcrt/ctype.h, include/msvcrt/direct.h,
+ include/msvcrt/dos.h, include/msvcrt/eh.h, include/msvcrt/fcntl.h,
+ include/msvcrt/io.h, include/msvcrt/locale.h,
+ include/msvcrt/malloc.h, include/msvcrt/process.h,
+ include/msvcrt/search.h, include/msvcrt/stddef.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h, include/msvcrt/time.h,
+ include/msvcrt/wchar.h, include/msvcrt/wctype.h:
+ Francois Gouget <fgouget@free.fr>
+ Added __WINE_USE_MSVCRT.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+ David Elliott <dfe@tgwbd.org>
+ Implemented the wcstoul function.
+
+2001-10-21 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c, dlls/oleaut32/ole2disp.c,
+ documentation/patches.sgml, documentation/samples/config,
+ files/dos_fs.c, files/profile.c, graphics/x11drv/oembitmap.c,
+ memory/instr.c, tools/winecheck, win32/except.c, windows/keyboard.c,
+ windows/win.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Cosmetics.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add stubs for _25, _33, _35
+ - Add/correct code for: _15, _29, _30, _31, _151, _152, _153, _154,
+ _158.
+
+ * dlls/shlwapi/reg.c, include/shlwapi.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement HUSKEY design.
+ - Implement functions: SHRegOpenUSKey{A|W}, SHRegCloseUSKey,
+ SHRegGetUSValue{A|W}, SHRegQueryInfoUSKey{A|W}
+
+ * dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
+ - Stub UrlGetLocation{A|W}.
+
+ * dlls/ntdll/debugtools.c:
+ Avoid crashing on non-initialized debug info.
+
+ * include/wine/obj_property.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed a typo.
+
+ * objects/font.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implemented GetCharacterPlacementW.
+
+ * dlls/x11drv/xvidmode.c:
+ Andrew Lewycky <andrew@transgaming.com>
+ XFree86 4.1 gamma ramp support.
+
+ * include/dsound.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed a typo.
+
+ * dlls/kernel/comm.c, dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Return TRUE on success in COMM_BuildOldCommDCB.
+ DCB16.BaudRate > 57600 means 115200.
+ OpenComm16 should use overlapped I/O.
+
+2001-10-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c,
+ dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/user_main.c,
+ dlls/x11drv/Makefile.in, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec, include/mouse.h, include/user.h,
+ include/x11drv.h, windows/input.c, windows/x11drv/Makefile.in,
+ windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/mouse.c:
+ Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT
+ hack. Moved mouse.c to dlls/x11drv.
+ Added KeymapNotify event handler, and fixed handling with multiple
+ alt/shift/control keys.
+ Removed dinput functions from USER driver.
+
+ * include/winuser.h: Added a few XBUTTON defines.
+
+ * windows/mdi.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.
+
+ * dlls/dinput/Makefile.in:
+ Make dinput a properly separated dll.
+
+ * dlls/dinput/mouse/main.c:
+ Use WH_MOUSE_LL hook instead of redirecting the mouse event handler.
+
+ * dlls/dinput/keyboard/main.c:
+ Fixed GetDeviceState and GetDeviceData to use only exported APIs.
+
+2001-10-17 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix tons of color conversion bugs.
+ Reorganize things more rationally and so that more code is shared.
+
+ * windows/input.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed mouse_event bug - cursor was moved before new position was
+ calculated.
+
+ * dlls/ntdll/debugtools.c:
+ Johan Gill <johane@lysator.liu.se>
+ Relay tracing would crash if it came upon a function call with an
+ invalid pointer as a parameter.
+
+ * windows/input.c: Jukka Heinonen <jhei@iki.fi>
+ Releasing a mouse button now clears an entry in table
+ InputKeyStateTable instead of AsyncKeyStateTable.
+
+ * windows/winpos.c:
+ Bill Medland <medbi01@accpac.com>
+ Only modify the ancestor if you find it.
+
+ * windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ include/wine/keyboard16.h, win32/console.c, windows/hook.c,
+ windows/input.c, windows/keyboard.c, windows/sysparams.c,
+ include/keyboard.h, include/queue.h, include/user.h,
+ include/winuser.h, include/x11drv.h, dlls/user/user_main.c,
+ dlls/user/keyboard.spec, dlls/user/lstr.c:
+ Added support for low-level mouse and keyboard hooks.
+ Misc keyboard handling cleanups.
+
+ * windows/message.c, dlls/user/message.c, include/message.h,
+ server/main.c, server/queue.c, server/request.c, server/request.h:
+ Make sure that GetMessagePos and GetMessageTime return sane values
+ for all messages.
+
+ * dlls/ddraw/dsurface/user.c:
+ Jukka Heinonen <jhei@iki.fi>
+ When a surface becomes primary surface, mark the whole surface damaged.
+
+ * graphics/x11drv/palette.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Use the same color conversion algorithm as the DIB code (and Windows),
+ i.e. shifts, not MulDivs.
+ Fix the grayscale formula.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Separate code to overlapped timeouts into FILE_GetTimeout.
+
+2001-10-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, dlls/user/user_main.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, include/queue.h, include/user.h,
+ include/win.h, include/winpos.h, windows/dce.c, windows/painting.c,
+ windows/queue.c, windows/win.c, windows/winpos.c,
+ windows/x11drv/event.c, controls/icontitle.c, dlls/ttydrv/wnd.c:
+ Added internal Wine messages to perform SetWindowPos, ShowWindow and
+ SetParent in the correct thread.
+ Replace QUEUE_IsExitingQueue by USER_IsExitingThread.
+ Store window rectangles in the server.
+ Prevent DestroyWindow on windows not belonging to the current thread.
+
+ * server/request.h, server/trace.c, server/window.c,
+ tools/make_requests, include/wine/server_protocol.h,
+ server/protocol.def:
+ Added requests to store window rectangles in the server.
+
+ * controls/menu.c, controls/scroll.c, dlls/user/controls.h,
+ include/nonclient.h, windows/defwnd.c, windows/nonclient.c:
+ Moved scrollbar tracking code to scroll.c.
+ Avoid unnecessary coordinates conversion in NC_HandleSysCommand.
+
+ * README, documentation/bugs.sgml, documentation/cvs-regression.sgml:
+ Gerard Patel <gerard.patel@nerim.net>
+ Misc doc updates.
+
+ * winedefault.reg:
+ Ove Kaaven <ovek@transgaming.com>
+ Registry entries for stdole32.tlb.
+
+ * tools/winedump/main.c, tools/winedump/output.c, tools/winedump/pe.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - eliminate different segmentation faults.
+ - when attempting to open a dll, append ".dll" to find it (was
+ stripped previously).
+ - identify named exports so that the ordinal number is "@" in .spec
+ file.
+ - setup output dll name prior to creating ordinal symbols.
+ - don't overlay the named exports with the ordinal exports.
+ - correct test for last symbol.
+ - fix generated install script to match current make files.
+
+2001-10-15 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/mdi.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix the case where child=0 (last child) in MDI_ChildActivate.
+
+ * controls/icontitle.c, controls/scroll.c, dlls/user/msg16.c,
+ dlls/x11drv/desktop.c, dlls/x11drv/scroll.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, include/win.h, windows/class.c, windows/dce.c,
+ windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c,
+ windows/message.c, windows/nonclient.c, windows/painting.c,
+ windows/spy.c, windows/timer.c, windows/win.c:
+ Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
+ WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
+ don't need to access windows of other processes.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * dlls/msvcrt/file.c, include/msvcrt/stdio.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ The _IOXXX macros conflict with system headers on Solaris. Prefix
+ them.
+
+ * dlls/shell32/shell.c:
+ Kai Morich <mail@kai-morich.de>
+ InternalExtractIcon16 forgot to close file handle.
+
+ * include/winbase.h, memory/atom.c:
+ Francois Gouget <fgouget@free.fr>
+ Add INVALID_ATOM and MAXINTATOM to winbase.h.
+ Replace MIN_STR_ATOM with MAXINTATOM.
+
+2001-10-14 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c, windows/dialog.c, loader/elf.c, loader/ne/module.c,
+ loader/ne/resource.c, memory/global.c, memory/virtual.c, misc/cpu.c,
+ msdos/dosmem.c, msdos/dpmi.c, scheduler/client.c,
+ scheduler/sysdeps.c, scheduler/thread.c, server/request.c,
+ tools/winebuild/spec16.c, win32/device.c, controls/menu.c,
+ dlls/dplayx/dplay.c, dlls/kernel/comm.c, dlls/odbc32/proxyodbc.c,
+ dlls/winsock/async.c, dlls/winsock/socket.c, files/drive.c,
+ library/port.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ When including 'wine/port.h', include it first.
+ Remove redundant 'config.h' includes.
+
+ * tools/winebuild/relay.c, tools/winebuild/spec32.c, tools/wmc/mcl.c,
+ tools/wmc/mcy.y, tools/wmc/wmc.c, windows/winproc.c,
+ windows/x11drv/wineclipsrv.c, dlls/user/exticon.c,
+ dlls/wineps/graphics.c, graphics/env.c, graphics/path.c,
+ loader/loadorder.c, loader/pe_resource.c, memory/heap.c,
+ memory/selector.c, msdos/int11.c, msdos/int16.c, relay32/relay386.c,
+ scheduler/critsection.c, server/mapping.c, server/trace.c,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, console/generic.c, console/interface.c,
+ console/ncurses.c, console/tty.c, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dtexture.c, dlls/ntdll/exception.c,
+ dlls/opengl32/wgl.c, dlls/shell32/systray.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ When including config.h, include it first.
+
+ * include/Makefile.in, include/rpcdce.h, include/rpcndr.h,
+ include/rpcproxy.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some RPC definitions.
+
+ * objects/font.c, windows/driver.c, dlls/shell32/shellord.c,
+ dlls/user/comm16.c, dlls/winmm/driver.c, dlls/winspool/info.c,
+ loader/module.c, dlls/shell32/pidl.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't print NULL strings (crashes on Solaris).
+ Small code maintainability tweak in ShellExecuteExA.
+ Two typo fixes in winmm.
+
+ * include/amvideo.h, include/control.h, include/strmif.h,
+ dlls/quartz/Makefile.in, dlls/quartz/asyncsrc.c,
+ dlls/quartz/asyncsrc.h, dlls/quartz/audioutl.c,
+ dlls/quartz/audioutl.h, dlls/quartz/audren.c,
+ dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basepin.c, dlls/quartz/complist.c,
+ dlls/quartz/complist.h, dlls/quartz/devenum.c, dlls/quartz/devmon.c,
+ dlls/quartz/enumunk.c, dlls/quartz/fgevent.c, dlls/quartz/fgidisp.c,
+ dlls/quartz/fgpass.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
+ dlls/quartz/fmap2.h, dlls/quartz/ifgraph.c, dlls/quartz/igconfig.c,
+ dlls/quartz/igrver.c, dlls/quartz/imcntl.c, dlls/quartz/imfilter.c,
+ dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
+ dlls/quartz/parser.c, dlls/quartz/parser.h,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/sample.c, dlls/quartz/seekpass.c,
+ dlls/quartz/sysclock.c, dlls/quartz/vidren.c,
+ dlls/quartz/wavparse.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Started implementing AVI splitter.
+ Implemented AsyncSource.
+ Merged some C sources.
+ Fixed some bugs.
+
+ * include/mmreg.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT.
+
+ * files/dos_fs.c, files/file.c, include/file.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Pass security attributes for DOSFS creation.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed bugs with propget methods with input arguments.
+ Improved variant debug dumps.
+
+ * dlls/oleaut32/safearray.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed bugs in safe arrays.
+ - enlarging a safe array didn't clear the new entries
+ - element access only validated the first dimension
+ - the validation always failed when the array contained 1 element
+
+ * dlls/oleaut32/olepicture.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fix a UINT16 redefinition problem.
+
+ * relay32/builtin32.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Recognize the Solaris dlopen equivalent of "cannot open".
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Fix handling of empty lists in install and uninstall targets.
+ Install the executables .so libraries in $bindir (not $libdir!).
+
+2001-10-12 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/Makefile.in, windows/property.c, windows/win.c,
+ dlls/user/Makefile.in, dlls/user/property.c, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/trace.c, server/window.c:
+ Store window properties in the server. Moved property.c to dlls/user.
+
+ * memory/atom.c, server/atom.c, server/object.h, server/protocol.def,
+ server/trace.c, tools/make_requests, include/wine/server_protocol.h:
+ Added atom_t type for atoms to make sure we use the same type
+ everywhere. Handle MIN_STR_ATOM offset in the server.
+
+ * dlls/user/controls.h, include/winbase.h, include/windef.h,
+ include/winuser.h:
+ Moved MAKEINTATOM to winbase.h and added Unicode version.
+
+ * windows/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle bad pointer arguments to LoadImageA() (and functions
+ callingLoadImageA) with an exception handler.
+
+ * windows/x11drv/clipboard.c:
+ Dominik Strasser <dominik.strasser@t-online.de>
+ Workaround X11 BadWindow error if no parent window is found.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Fix the Wine tools search path.
+ Add /usr/local/lib to the default ntdll search path.
+
+2001-10-11 Alexandre Julliard <julliard@winehq.com>
+
+ * include/queue.h, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/trace.c, windows/queue.c:
+ Removed the cleanup_window_queue request.
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/scroll.c, dlls/x11drv/winpos.c,
+ include/win.h, windows/property.c, windows/win.c, windows/winpos.c:
+ Removed next and child fields in the window structure and use
+ WIN_ListChildren instead.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the .spec.c rule.
+
+2001-10-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/win.h, windows/win.c, windows/winpos.c:
+ Store window parent as an HWND instead of a pointer.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Do overlapped reads if and only if the file was opened with
+ FILE_FLAG_OVERLAPPED.
+
+ * dlls/shell32/shell32_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Allocate the array and strings in one lump (bug found by Malte
+ Starostik).
+ Same thing for the lpCmdline="" case.
+ There is no NULL pointer at the end of the argv list.
+
+ * objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ GetTextCharsetInfo should return the charset that the driver is
+ actually using, rather than that specified in the LOGFONT.
+
+ * documentation/introduction.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Include information about XFree86 Windows server.
+
+ * dlls/kernel/format_msg.c, dlls/msvcrt/locale.c,
+ dlls/oleaut32/typelib.c, include/winbase.h, include/winuser.h:
+ Francois Gouget <fgouget@free.fr>
+ Move the RT_XXX macros to winuser.h.
+ winuser.h: Add support for NOGDI.
+ winuser.h: Modify to allow compilation without wingdi.h.
+
+ * include/shlobj.h, dlls/shell32/shellpath.c:
+ Chris Green <chris_e_green@yahoo.com>
+ Added names of the "missing" paths for SHGetSpecialFolderPathA.
+
+2001-10-09 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c: Fixed locking of class list.
+ Print ERR when accessing classes of other processes.
+
+ * include/win.h, include/wine/server_protocol.h, server/protocol.def,
+ server/trace.c, server/window.c, windows/win.c:
+ Store window class atom in the server.
+ Keep unlinked windows on a separate list.
+ Implemented inter-process FindWindow().
+
+ * include/winbase.h, include/wine/winuser16.h:
+ Francois Gouget <fgouget@free.fr>
+ Remove non windows macros.
+
+ * scheduler/pthread.c:
+ Silence the pthread_kill_other_threads_np FIXME.
+
+ * memory/virtual.c:
+ Fix MapViewOfFile to always return a 64K-aligned address.
+ Avoid converting pointers to UINT.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api,
+ tools/winapi_check/win16/winsock.api,
+ tools/winapi_check/win32/advapi32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/mapi32.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/sti.api, tools/winapi_check/win32/url.api,
+ tools/winapi_check/win32/ws2_32.api:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/advapi32/crypt.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * dlls/winsock/async.c, include/Makefile.in, include/ws2spi.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added new include file ws2spi.h for adding needed types.
+
+ * dlls/setupapi/setupapi.spec:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Fixed parameters of SetupOpenInfFileA.
+
+2001-10-08 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW out of the
+ RDW_Paint recursion.
+
+ * include/winuser.h:
+ Francois Gouget <fgouget@free.fr>
+ Add support for NOCOLOR.
+
+ * include/winbase.h, include/wine/winbase16.h, misc/version.c:
+ Francois Gouget <fgouget@free.fr>
+ Move WINDEBUGINFO from winbase.h to winbase16.h and rename to
+ WINDEBUGINFO16.
+ Move the related macros to version.c and ifdef them out (kept for
+ documentation only, they are not used).
+
+ * debugger/hash.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ WINELIB applications (like reaktivate) might have very long (C++)
+ symbols. Use a larger buffer.
+
+ * files/drive.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ GetDiskFreeSpaceEx should accept an input like "C:".
+
+ * files/file.c, server/file.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
+ - when getting the type of a handle, it has to be done even if no fd
+ is attached to it (console for example)
+
+ * dlls/quartz/asyncsrc.c, dlls/quartz/asyncsrc.h,
+ dlls/quartz/audren.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basefilt.h, dlls/quartz/basepin.c,
+ dlls/quartz/igconfig.c, dlls/quartz/main.c, dlls/quartz/memalloc.c,
+ dlls/quartz/mtype.c, dlls/quartz/mtype.h, dlls/quartz/parser.c,
+ dlls/quartz/parser.h, dlls/quartz/quartz.spec, dlls/quartz/sample.c,
+ dlls/quartz/sample.h, dlls/quartz/vidren.c, dlls/quartz/vidren.h,
+ dlls/quartz/wavparse.c, include/amvideo.h, dlls/quartz/Makefile.in,
+ winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Started Implementing Video Renderer.
+ Started Implementing WAVE/AU/AIFF Parser.
+ Started Implementing file source.
+ Fixed some bugs.
+
+ * dlls/user/user32.spec, dlls/user/user_main.c:
+ Renamed USER_Init into UserClientDllInitialize.
+
+ * files/dos_fs.c, files/file.c, include/file.h,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
+
+ * objects/text.c, documentation/fonts.sgml, graphics/x11drv/xfont.c,
+ dlls/commdlg/printdlg.c:
+ Francois Gouget <fgouget@free.fr>
+ Small typo fixes/updates.
+
+ * include/winbase.h, misc/error.c:
+ Francois Gouget <fgouget@free.fr>
+ Move the ERR_XXX macros from winbase.h to error.c.
+
+ * dlls/winsock/socket.c, include/winsock.h, include/wsipx.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix the SOCKADDR_IPX declaration.
+ Centralize all sockaddr_xxx conversions in ws_sockaddr_ws2u and
+ ws_sockaddr_u2ws.
+ Remove ugly casts in TRACEs.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Defer edit style correction until EDITSTATE is fully initialized.
+
+ * dlls/msvcrt/thread.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ _beginthread: Don't store the trampoline on the stack.
+
+ * include/windef.h, include/wingdi.h:
+ Francois Gouget <fgouget@free.fr>
+ Move COLORREF from wingdi.h to windef.h.
+ Add a prototype for GdiFlush.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Wrappers must always be compiled in STRICT mode.
+
+ * debugger/debug.l:
+ Provide help even when in the NOPROCESS state.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix infinite loop problem in wineclipsrv startup.
+ LaunchServer: Don't give up on the first message.
+ Added GetSelectionEvent: Limit CPU use and introduce timeout.
+
+ * windows/message.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Better handling of the timeout in WaitForInputIdle.
+ Use WAIT_FAILED rather than the corresponding literal.
+
+ * dlls/urlmon/umon.c, include/urlmon.h:
+ Malte Starostik <malte@kde.org>
+ CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
+
+2001-10-05 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ Process pending events before sending WM_PAINT on RDW_UPDATENOW.
+
+ * server/named_pipe.c, server/sock.c:
+ Added get_file_info support to named pipes and sockets to avoid
+ breaking the get_handle_fd request.
+
+ * dlls/kernel/format_msg.c, include/winbase.h:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added defines for resource types RT_MESSAGETABLE, RT_VERSION.
+
+ * dlls/user/message.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix sign extension problem in map_wparam_WtoA.
+
+ * include/urlmon.h, include/wine/obj_property.h:
+ Malte Starostik <malte@kde.org>
+ Added IPersistPropertyBag2 and IPropertyBag2 definitions, added
+ missing BINDINFO member.
+
+ * windows/cursoricon.c:
+ Johan Gill <johane@lysator.liu.se>
+ The LR_ defines do not reside in windows.h anymore.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Remove some unnecessary AddRef's.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add XK_Mode_switch to the list of ignored keysyms.
+
+ * tools/winelauncher.in:
+ Daniel Sabo <danielsabo@hotmail.com>
+ A 'fi' was needed in the last if statement.
+
+2001-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20011004.
+
+----------------------------------------------------------------
+2001-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Ignore RLE data that goes past the line end (found by Uwe Bonnes).
+ General cleanup of the RLE routines.
+
+ * dlls/wininet/http.c, dlls/wininet/utility.c:
+ Nikolas Zimmermann <wildfox@kde.org>
+ Skip port number before calling gethostbyname.
+ Fix non-absolute urls.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ The DISPPARAMS parameter array is a reverse-order array.
+
+ * files/file.c, include/wine/server_protocol.h, server/console.c,
+ server/device.c, server/file.c, server/mapping.c, server/object.c,
+ server/pipe.c, server/protocol.def, server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Fetch a handle type in FILE_GetUnixHandle.
- * [misc/winsock.c]
- hostent/servent/protoent should not use the same static buffers.
- (has broken nt3.15 finger.exe which does hp=gethostbyname(), then
- getservbyname("finger","tcp") and the references hp->h_addr_list[0]).
+ * debugger/winedbg.c:
+ Don't ignore first chance debug exceptions since it may be a
+ breakpoint that we set ourselves.
+
+ * documentation/fonts.sgml:
+ Bill Medland <medbi01@accpac.com>
+ A couple of minor points about converting Windows fonts.
+
+ * dlls/oleaut32/variant.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implement coercion to VT_UNKNOWN from VT_DISPATCH.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ ITypeInfo::Invoke should also search inherited interfaces for the
+ method to invoke.
+ ITypeInfo::GetIDsOfNames needs to do case-insensitive string
+ compares.
+
+2001-10-03 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/bitblt.c:
+ Skip BitBlt DIB optimization if source and dest DCs have different
+ depths.
+
+ * windows/win.c, dlls/user/user_main.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, include/user.h, windows/defwnd.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Map a window if it is shown by a direct style change.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix SHAddToRecentDocs code to properly handle native Comctl32 and
+ missing policies location.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Looks like the SLTG_ImplInfo struct isn't a fixed size.
+
+ * include/wine/obj_oleaut.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Corrected INVOKEKIND enumeration values.
+
+ * scheduler/process.c:
+ Aric Stewart <aric@codeweavers.com>
+ Make sure that newly allocated TLS indexes are cleared.
+
+ * scheduler/thread.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Better fake implementation of SetThreadExecutionState.
+
+2001-10-02 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/dc.c, windows/dce.c:
+ Free cache DCEs if the DC gets deleted.
+
+ * windows/input.c: Fixed typo in previous change.
+
+ * tools/winebuild/spec32.c:
+ Avoid including winbase.h in generated .spec.c files.
+
+ * dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h:
+ Bill Medland <medbi01@accpac.com>
+ Allow two connections by not releasing the wrapped library too early.
+ Also heavily protected and added additional trace information.
+ Make the Load functions static to reduce visiblity (enhance
+ simplicity).
+
+ * windows/input.c, windows/message.c, dlls/user/message.c,
+ include/input.h:
+ Merged mouse buttons states into the key state array.
+ Fixed confusion between queue state and async state.
+
+ * dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c:
+ Removed unnecessary includes/definitions.
+
+ * dlls/x11drv/window.c:
+ Ilya Konstantinov <wine-patches@future.shiny.co.il>
+ Added a _NET_WM_NAME(UTF8_STRING) property to every window.
+
+ * include/sysmetrics.h, windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added SYSMETRICS_Set.
+ Implemented SPI_SETSHOWSOUNDS action.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/variant.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Make OaBuildVersion() return the highest version value possible.
+ Some cleanups.
+
+ * tools/winelauncher.in, win32/device.c, configure, configure.in,
+ files/drive.c, files/profile.c, loader/module.c, loader/pe_image.c,
+ memory/environ.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Yet another documentation/message text patch.
+
+ * documentation/documentation.sgml,
+ documentation/winelib-bindlls.sgml,
+ documentation/winelib-intro.sgml:
+ Bill Medland <medbi01@accpac.com>
+ Additions to how to use Docbook under RedHat (to help beginners like
+ me).
+ Added content to the bindlls section of Winelib (based on
+ experience).
+
+ * documentation/winemaker.man:
+ Bill Medland <medbi01@accpac.com>
+ Upgrade winemaker man page for the two options added at version
+ 0.5.8.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added WSC*InstallProvider stubs.
+
+ * documentation/winelib-mfc.sgml:
+ Gracjan Polak <gracjan@acchsh.com>
+ Added some MFC documentation (with the help of Francois Gouget).
+
+ * files/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Check for NULL path argument in DeleteFile.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Long nameless args in SLTG apparently get denoted by 0xfffe.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shellord.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Implemented dummy stub for SHChangeNotifyUpdateEntryList and
+ functional CIDLData_CreateFromIDArray.
+
+ * library/port.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix implicit type declarations. Add required cast.
+
+ * windows/input.c, windows/x11drv/keyboard.c, include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove a hack for keyboard group switching.
+ Always save/restore correct keyboard group index.
+ Explicitly ignore the keyboard group switching events.
+
+2001-10-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/Makefile.in, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/fgevent.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/imfilter.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/quartz.spec,
+ dlls/quartz/sample.c, include/strmif.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented CLSID_AudioRender.
+
+ * dlls/oleaut32/dispatch.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented DispGetParam.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fix/document SHLWAPI ordinals 217 and 218.
+
+ * misc/version.c: Andreas Mohr <a.mohr@mailto.de>
+ Speed optimization.
+
+ * dlls/winsock/async.c, dlls/winsock/ws2_32.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for WSApSetPostRoutine.
+
+ * files/file.c: Ove Kaaven <ovek@transgaming.com>
+ Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
+ crashing) when the source file operand is NULL.
+
+ * dlls/shell32/shellole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Should initialize COM before calling it.
+
+2001-09-26 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/heap.c:
+ Fixed size check in HEAP_FindFreeBlock to make sure we also find
+ blocks that have the exact size needed.
+
+ * documentation/winelib-intro.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ winemaker documentation fix.
+
+ * dlls/ntdll/wcstring.c, dlls/oleaut32/typelib.c, include/ntddk.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Better handling of typelibs loaded with a trailing resource number.
+ The logic for determining whether an SLTG typelib has a function param
+ as a 'short' or 'long' type has been 'refined'.
+
+ * scheduler/pthread.c:
+ Bill Medland <medbi01@accpac.com>
+ Prevent calling null functions.
+
+ * dlls/msvcrt/file.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Renamed W_OK to MSVCRT_W_OK.
+
+ * documentation/Makefile.in, documentation/configuring.sgml,
+ documentation/fonts.sgml, documentation/getting.sgml,
+ documentation/installing.sgml, documentation/introduction.sgml,
+ documentation/make_winehq, documentation/print.dsl,
+ documentation/running.sgml, documentation/winehq.dsl:
+ Susan Farley <susan@codeweavers.com>
+ Better formatting for PDF output.
+
+2001-09-25 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/obj_channel.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed a couple of typos.
+
+ * include/wine/obj_base.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects
+ that expose multiple interfaces. Added prototypes for CoGetPSClsid and
+ IUnknown_*_Proxy.
+
+ * include/winbase.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some named pipe definitions.
+
+ * include/ole2.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added prototype for GetHGlobalFromStream.
+
+ * files/file.c: Ove Kaaven <ovek@transgaming.com>
+ A failure to open a pipe should return INVALID_HANDLE_VALUE.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/amerror.c,
+ dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/devenum.c, dlls/quartz/devmon.c,
+ dlls/quartz/devmon.h, dlls/quartz/enumunk.c, dlls/quartz/fgclsid.c,
+ dlls/quartz/fgevent.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
+ dlls/quartz/fgraph.h, dlls/quartz/fmap.c, dlls/quartz/fmap2.c,
+ dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
+ dlls/quartz/ifmap3.c, dlls/quartz/igconfig.c, dlls/quartz/imem.c,
+ dlls/quartz/imesink.c, dlls/quartz/imevent.c,
+ dlls/quartz/imfilter.c, dlls/quartz/imseek.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/ividwin.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/monprop.c,
+ dlls/quartz/monprop.h, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
+ dlls/quartz/ptimpl.c, dlls/quartz/ptimpl.h, dlls/quartz/ptmpos.c,
+ dlls/quartz/ptmseek.c, dlls/quartz/quartz_private.h,
+ dlls/quartz/sample.c, dlls/quartz/seekpass.c,
+ dlls/quartz/seekpass.h, dlls/quartz/sysclock.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Merged some C sources.
+ Fixed some bugs.
+ Started implementing some pass-through interfaces.
+
+2001-09-24 Alexandre Julliard <julliard@winehq.com>
+
+ * server/user.c, windows/message.c, windows/timer.c, windows/win.c,
+ windows/winpos.c, dlls/user/msg16.c, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def, server/trace.c:
+ A couple of optimizations to avoid some server calls in WIN_FindWndPtr
+ and related functions.
+
+ * server/window.c:
+ Avoid list corruption when linking window with HWND_BOTTOM (thanks to
+ Gerard Patel).
+
+ * objects/font.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ GetTextExtentExPointW: dump the string before modifying the pointer.
+
+ * tools/winemaker:
+ Bill Medland <medbi01@accpac.com>
+ Add support for making a build environment without editing the source
+ and spec files.
+
+2001-09-21 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/scroll.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement message loop on the client side of the scroll control.
+ - Move the mouse capture to after the SetFocus so that it stays
+ captured.
+
+ * dlls/winsock/socket.c:
+ David Hammerton <crazney@crazney.net>
+ Fixed typos.
+
+ * dlls/shell32/shellord.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Implement initial version of SHAddToRecentDocs.
+
+ * include/wine/server_protocol.h, include/winuser.h,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/trace.c, server/user.c, server/user.h, server/window.c,
+ windows/win.c:
+ Added proper support for storing window parents in the server.
+ Added a few requests to query the window hierarchy.
+
+ * dlls/x11drv/winpos.c:
+ Ignore ConfigueNotify size changes while the window is iconic.
+
+ * tools/winedump/debug.c, tools/winedump/main.c,
+ tools/winedump/msmangle.c, tools/winedump/pe.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Some dumb fixes.
+
+ * include/winbase.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Declare DeviceIoControl.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented SPI_GETSHOWSOUNDS.
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Variants and safe arrays is now able to copy BSTR swith embedded null
+ characters. Safe arrays now handle BSTRs and variants.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Register typelib marshaling for OLE Automation-compatible interfaces.
+
+2001-09-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/except.c:
+ Fixed a couple of bugs in _except_handler3.
+
+ * dlls/gdi/gdi.spec, objects/gdiobj.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for GdiInit2().
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Get more entry points from Comctl32 and save the addresses.
+
+ * include/shlwapi.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Define the SHQueryValueEx{A|W} entry points.
+
+ * dlls/user/wsprintf.c:
+ Aric Stewart <aric@codeweavers.com>
+ The behavior for wsprintfA is different that for wsprintf16 in how it
+ handles NULLs being passed as character parameters.
+
+ * memory/environ.c, scheduler/process.c, dlls/shell32/shell32_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the conversions of a command line to/from an argv array.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Implement most of the MRU related functions.
+
+ * tools/examine-relay:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Add support for the +snoop style output.
+
+ * objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix mapping of DEFAULT_CHARSET.
+
+2001-09-19 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/input.c, windows/x11drv/event.c, windows/x11drv/mouse.c:
+ Brad Campbell <brad@seme.com.au>
+ Fixed mouse position processing for use with a touchscreen.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/ptimpl.c, dlls/quartz/ptimpl.h,
+ dlls/quartz/ptmpos.c, dlls/quartz/ptmseek.c, dlls/quartz/seekpass.c,
+ dlls/quartz/seekpass.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented ISeekingPassThru.
+
+ * tools/winecheck, DEVELOPERS-HINTS, README,
+ documentation/architecture.sgml, documentation/configuring.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/wine.conf.man.in, files/dos_fs.c, libtest/volinfo.c,
+ msdos/int25.c, msdos/int26.c, winedefault.reg:
+ Andreas Mohr <a.mohr@mailto.de>
+ Updates and error message improvements.
+
+ * windows/mdi.c:
+ Joshua Thielen <thielen@netprince.net>
+ Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
+ windows.
-Sat Aug 8 13:21:24 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/win.c:
+ Fixed a couple of bugs in WIN_SetWindowLong caused by previous
+ change.
+
+ * dlls/imm32/imekl.c, include/winbase.h, include/winnls.h,
+ ole/ole2nls.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
+ Add, fix and move prototypes from winbase.h to winnls.h.
+
+ * dlls/shell32/shlfolder.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Fix problem comparing pidls and return correct code.
+
+ * windows/x11drv/keyboard.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added russian layout with phantom key.
+
+ * include/winuser.h, windows/spy.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove macros that should not be there (cause conflicts in WineLib).
+ Add corresponding comments in spy.c.
+
+ * include/tchar.h:
+ Francois Gouget <fgouget@free.fr>
+ Remove duplicate definition of _tmain.
+ Add definitions for __targv and _tenviron.
+
+ * controls/scroll.c, dlls/user/Makefile.in, dlls/user/controls.h,
+ dlls/user/msg16.c, dlls/user/thunk.c, dlls/user/user.spec,
+ dlls/user/wnd16.c, dlls/x11drv/winpos.c, include/win.h,
+ include/winproc.h, include/winuser.h, windows/caret.c,
+ windows/class.c, windows/clipboard.c, windows/dce.c,
+ windows/defdlg.c, windows/defwnd.c, windows/dialog.c,
+ windows/focus.c, windows/hook.c, windows/input.c, windows/mdi.c,
+ windows/msgbox.c, windows/nonclient.c, windows/painting.c,
+ windows/property.c, windows/queue.c, windows/scroll.c,
+ windows/spy.c, windows/struct32.c, windows/timer.c, windows/win.c,
+ windows/winhelp.c, windows/winpos.c, windows/winproc.c,
+ controls/button.c, controls/combo.c, controls/icontitle.c,
+ controls/menu.c:
+ Made all 16<->32 HWND conversions use explicit functions instead of
+ implicit type casts.
+ Moved a lot of 16-bit functions to the new wnd16.c file.
+ Changed DIALOGINFO structure handling to support 32-bit handles.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/shell32_main.c,
+ dlls/shlwapi/ordinal.c:
+ Fixed a couple of HWND type mismatches.
+
+ * include/font.h, objects/font.c, objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Use the font charset to obtain a codepage for A->W conversion in the
+ text functions.
+
+ * dlls/wininet/utility.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid
+ confusion).
+
+ * configure, configure.in:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Fixes for autoconf 2.52 or higher.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/main.c, include/Makefile.in,
+ include/msvcrt/locale.h, include/msvcrt/sys/stat.h,
+ include/msvcrt/wchar.h:
+ Francois Gouget <fgouget@free.fr>
+ Add msvcrt/locale.h.
+ Add missing include directives in msvcrt/wchar.h.
+ Fix prototype of _wstati64 in msvcrt/sys/stat.h.
+
+2001-09-17 Alexandre Julliard <julliard@winehq.com>
+
+ * files/drive.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Make relative paths of [Drive] sections relative to WINEPREFIX.
+
+ * dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Lots of rpcrt4.dll stubs.
+
+ * tools/winedump/main.c, tools/winedump/msmangle.c,
+ tools/winedump/pe.c, tools/winedump/symbol.c,
+ tools/winedump/winedump.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed demangling invocation.
+ Be a bit more verbose on implemented features.
+
+ * dlls/comctl32/header.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Ignore negative widths in HEADER_SetItemBounds.
+
+ * documentation/samples/config:
+ Francois Gouget <fgouget@free.fr>
+ Cosmetic changes.
+
+ * Make.rules.in, Makefile.in, configure, configure.in,
+ dlls/Makedll.rules.in, dlls/Makefile.in, dlls/make_dlls:
+ Improved make_dlls script. Moved dll list out of
+ Make.rules.in. Removed a few no longer used rules.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
+ dlls/quartz/devenum.c, dlls/quartz/enumunk.c, dlls/quartz/fgclsid.c,
+ dlls/quartz/fgidisp.c, dlls/quartz/fgraph.c, dlls/quartz/fmap.c,
+ dlls/quartz/fmap2.c, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c, dlls/quartz/ifmap3.c,
+ dlls/quartz/igrver.c, dlls/quartz/imcntl.c, dlls/quartz/imem.c,
+ dlls/quartz/imesink.c, dlls/quartz/imevent.c,
+ dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
+ dlls/quartz/irclock.c, dlls/quartz/ividwin.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/sample.c, dlls/quartz/sample.h, dlls/quartz/seekpass.c,
+ dlls/quartz/sysclock.c, include/Makefile.in, include/dsound.h,
+ include/strmif.h, include/wine/obj_ksproperty.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented IMemAllocator.
+
+ * documentation/status/internationalisation,
+ windows/x11drv/keyboard.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed references to old documentation location.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Francois Gouget <fgouget@codeweavers.com>
+ Implemented _mbsupr.
+
+ * controls/scroll.c:
+ Bobby Bingham <uhmmmm@ameritech.net>
+ When you hold the left mouse button inside the scrollbar, then move
+ the mouse off so it stops scrolling, and return the mouse, it should
+ continue scrolling.
+
+2001-09-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/quartz.spec, dlls/sti/.cvsignore, dlls/sti/Makefile.in,
+ dlls/sti/sti.spec, dlls/sti/sti_main.c, dlls/url/.cvsignore,
+ dlls/url/Makefile.in, dlls/url/url.spec, dlls/url/url_main.c,
+ Make.rules.in, configure, configure.in, dlls/Makefile.in,
+ dlls/mapi32/.cvsignore, dlls/mapi32/Makefile.in,
+ dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
+ dlls/msimg32/.cvsignore, dlls/msimg32/Makefile.in,
+ dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for mapi32, msimg32, sti and url.
+
+ * windows/nonclient.c:
+ Fixed HWND compare in NC_HandleSetCursor.
+
+ * graphics/path.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Avoid calling RestoreDC with gdi lock.
+
+ * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xrender.c, configure,
+ configure.in, include/config.h.in, include/ts_xrender.h,
+ tools/make_X11wrappers:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add config check and thread safe wrappers for the XRender library.
+
+ * dlls/gdi/driver.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not hold the GDI lock while 16-bit ExtDeviceMode is called.
+
+ * tools/winebuild/spec16.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add missing CALLBACK modifier.
+
+ * dlls/wsock32/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix recv prototype for WSARecvEx.
+
+ * files/dos_fs.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the error returned by GetLongPathNameA.
+
+ * dlls/user/comm16.c, dlls/user/dde/client.c, dlls/user/dde/misc.c,
+ dlls/user/dde/server.c, dlls/user/message.c, dlls/x11drv/scroll.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, windows/caret.c,
+ windows/clipboard.c, windows/defwnd.c, windows/dialog.c,
+ windows/mdi.c, windows/timer.c, windows/win.c, windows/winpos.c,
+ controls/combo.c, controls/menu.c, controls/scroll.c:
+ Make sure that HWND comparisons are always done with full 32-bit
+ handles.
- * [include/server.h] [tools/make_requests] [server/request.c]
- [server/trace.c]
- Automated part of the client/server request code generation.
- Added tracing of client/server communication.
+ * dlls/winsock/socket.c, include/winsock.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix the WSAStartup prototype.
+ Fix handling of timeout parameter in select.
+
+ * tools/winedump/pe.c:
+ Fixed dumping of dll export table.
+
+ * dlls/ddraw/ddraw/hal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Return the FOURCC codes set by the HAL driver.
+
+ * graphics/enhmetafiledrv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Release gdi lock before calling DeleteDC.
+
+ * tools/winelauncher.in:
+ Francois Gouget <fgouget@free.fr>
+ Place the log in $TMP if set and /tmp otherwise.
+
+ * include/wincon.h, win32/console.c:
+ Francois Gouget <fgouget@free.fr>
+ HANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
+
+ * dlls/x11drv/xvidmode.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Check for htotal=vtotal=0 (for xfree 4 vesa driver).
+
+2001-09-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/Makefile.in, dlls/gdi/freetype.c, dlls/ttydrv/objects.c,
+ dlls/wineps/font.c, graphics/enhmetafiledrv/objects.c,
+ graphics/metafiledrv/objects.c, graphics/win16drv/font.c,
+ graphics/x11drv/xfont.c, include/config.h.in, include/font.h,
+ include/gdi.h, objects/dc.c, objects/font.c, objects/gdiobj.c,
+ configure, configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Lay down the infrastructure for gdi font rendering.
+ Partial implementation of GetGylphOutline and GetOutlineTextMetrics
+ for gdi fonts.
+
+ * windows/winpos.c, dlls/user/message.c, include/win.h,
+ windows/clipboard.c, windows/dce.c, windows/dialog.c,
+ windows/focus.c, windows/input.c, windows/win.c:
+ Make sure that functions returning an HWND always return a full 32-bit
+ handle.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Created stubs for all cryptographic functions.
+
+ * server/queue.c, server/user.c, server/user.h:
+ Convert user handles received from client to full handles.
+
+2001-09-11 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in, include/process.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove not used include/process.h.
+
+ * objects/clipping.c, dlls/shell32/shpolicy.c,
+ dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/x11drv/dga2.c, dlls/x11drv/xvidmode.c,
+ graphics/painting.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/oembitmap.c, msdos/int10.c, dlls/comctl32/tab.c,
+ dlls/ddraw/ddraw/hal.c, dlls/imagehlp/modify.c,
+ dlls/msvcrt/locale.c, dlls/ntdll/exception.c, dlls/ole32/bindctx.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/quartz/amerror.c,
+ dlls/setupapi/setupx_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Cleanup code that is strange or difficult to parse.
+
+ * scheduler/client.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Better separate some system specific code.
+
+ * include/dshow.h, include/strmif.h, dlls/quartz/Makefile.in,
+ dlls/quartz/amundoc.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ifmap.c, dlls/quartz/ifmap3.c, dlls/quartz/imcntl.c,
+ dlls/quartz/imem.c, dlls/quartz/imfilter.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/main.c,
+ dlls/quartz/memalloc.h, dlls/quartz/seekpass.c,
+ dlls/quartz/seekpass.h, dlls/quartz/sysclock.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some broken macros.
+ Added some stubs.
+ Implemeted undocumented APIs.
+ Implemented many methods in IMediaFilter, IMediaControl and
+ IReferenceClock.
+ Started Implementing IMemoryAllocator.
+
+ * win32/newfns.c:
+ Guy Albertelli <galberte@codeweavers.com>
+ Quiet FlushInstructionCache for non-NT systems where it does nothing
+ per MSDN.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32_main.c,
+ dlls/ole32/ole32_main.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Synchronize access to the s_COMLockCount, firstRegisteredClass,
+ openDllList in compobj.
+
+2001-09-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Ignore size change on ConfigureNotify if window rect is empty and new
+ size is 1x1.
+
+ * windows/win.c:
+ Make sure that returned window belongs to correct thread when checking
+ siblings of transparent windows in WIN_FindWinToRepaint.
+
+ * documentation/printing.sgml:
+ Huw D M Davies <hdavies@codeweavers.com>
+ The [windows] section is in win.ini not in ~/.wine/config.
+
+ * dlls/msvideo/mciwnd.c, dlls/oleaut32/variant.c,
+ dlls/shell32/shellstring.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
+ tools/winapi/options.pm, tools/winapi/output.pm,
+ tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi/winapi_module_user.pm,
+ tools/winapi_check/win16/winsock.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - FreeBSD now supported.
+ - Much more work on the new C parser.
+ - API files update.
+
+ * windows/x11drv/keyboard.c:
+ Andy Rysin <arysin@yahoo.com>
+ Added Ukrainian keyboard layout.
+
+ * dlls/ole32/stg_stream.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ Basic implementation of IStream:Clone.
+
+ * dlls/commdlg/printdlg.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ More graceful exit on failure.
+
+ * libtest/vartest.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Use V_* macros.
+
+ * include/wine/obj_oleaut.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix typo.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Load some useful TYPEATTR elements from v1 typelibs.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ More debug output for InternetGetCookie, added stub for InternetSetCookie.
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/hal.c, dlls/ddraw/dsurface/hal.h,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h,
+ dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c,
+ dlls/ddraw/dsurface/user.h, include/ddrawi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added dwFlags to lock_update private functions so we can pass
+ WRITEONLY/READONLY.
+ Added those flags to the internal Lock() calls.
+ Only copy the surface from screen to surface if not writeonly.
+ Restrict blitting between display window and surface to the
+ locked/unlocked rectangle and the clipwindow section.
+ Added defines for DDHAL_UNLOCKDATA/DDHAL_LOCKDATA, added calls to HAL
+ implementation.
+
+ * windows/win.c: Patrik Stridvall <ps@leissner.se>
+ The message handler of WM_STYLECHANGING is supposed to be able to
+ modify the proposed style if it wishes.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/status.c:
+ Patrik Stridvall <ps@leissner.se>
+ Use the min/max in windef.h instead.
+
+ * dlls/kernel/time.c, include/winnls.h:
+ Marcus Meissner <marcus@wine.lst.de>
+ Enhanced GetCalendarInfo stub, added known CAL_* defines.
+
+ * dlls/dsound/dsound_main.c, include/dsound.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix buffering problems in HEL mode.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix compilation errors on FreeBSD.
+
+ * dlls/msvcrt/process.c:
+ Francois Gouget <fgouget@free.fr>
+ Rewrite msvcrt_{argvtos,valisttos} to be more efficient.
+ Warn about the ' ' and '"' handling of the exec and spawn functions.
+ Copy the command line in MSVCRT_system to make it writable.
+
+ * tsx11/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Link tsx11 with the X/GL libraries.
+
+ * dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c,
+ documentation/samples/config:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added an option to disable XVidMode support.
+
+ * tools/winelauncher.in:
+ Eric Lammerts <eric@lammerts.org>
+ Preserve wine return status.
+
+2001-09-07 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wmc/write.c:
+ Justin Santa Barbara <justinsb@hotmail.com>
+ Fixed problem with check for special characters.
+
+ * dlls/ntdll/string.c:
+ Johann Messner <johann.messner@zid.uni-linz.ac.at>
+ Fixed bug in _ultoa.
+
+ * dlls/msvcrt/data.c:
+ Francois Gouget <fgouget@free.fr>
+ Initialize argc/argv/wargv by calling ntdll.__wine_get_{w}main_args.
+
+ * graphics/x11drv/dib.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Changing DIB color table now updates the DIB visible state.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
+ dlls/quartz/complist.h, dlls/quartz/devenum.c,
+ dlls/quartz/devenum.h, dlls/quartz/devmon.c, dlls/quartz/devmon.h,
+ dlls/quartz/enumunk.c, dlls/quartz/enumunk.h, dlls/quartz/fgclsid.c,
+ dlls/quartz/fgidisp.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
+ dlls/quartz/fmap2.h, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
+ dlls/quartz/ifmap3.c, dlls/quartz/igrver.c, dlls/quartz/imcntl.c,
+ dlls/quartz/imem.c, dlls/quartz/imesink.c, dlls/quartz/imevent.c,
+ dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
+ dlls/quartz/irclock.c, dlls/quartz/iunk.h, dlls/quartz/ividwin.c,
+ dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/monprop.c, dlls/quartz/monprop.h,
+ dlls/quartz/quartz.spec, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
+ dlls/quartz/sysclock.c, dlls/quartz/sysclock.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+ Started implementing some interfaces in FilterGraph.
+
+ * library/port.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Emulate the behaviour of Linux mmap() on Solaris. Based on ideas and
+ sample code due to Erik Boasson <eboasson@signaal.nl> and John Wehle
+ <john@feith.com>.
+
+ * windows/spy.c, windows/winproc.c, controls/combo.c,
+ controls/listbox.c, dlls/user/message.c, include/spy.h,
+ windows/message.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Enhance SPY_GetMsgName to translate common control messages.
+
+ * dlls/shell32/shell32.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add SHGetSpecialFolderPathW to spec file.
+
+ * dlls/shlwapi/path.c:
+ Guy L. Albertelli <guy@codeweavers.com>
+ - Finish PathParseIconLocation{A|W}.
+ - Implement PathIsUNCServer{A|W|ShareA|ShareW}.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <guy@codeweavers.com>
+ Implemented stubs for SHRegEnumUSKey{A|W} and return end-of-list error
+ as result.
+
+ * dlls/winspool/info.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use a default DevMode if no DevMode information is available in
+ registry.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented mbsnbcnt, added stubs for _Gettnames and __lc_collate_cp.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Handle CCS_NODIVIDER both when present and when not.
+ - Handle some cases of CCS_TOP, CCS_BOTTOM, and CCS_NOPARENTALIGN.
+ - Handle values returned from the RBN_CHILDSIZE notification.
+ - Implement RBBS_CHILDEDGE.
+ - Fix some logic errors in REBAR_AdjustBands, and problems with CCS_VERT.
+
+ * configure.in, tools/Makefile.in, tools/winedump/.cvsignore,
+ tools/winedump/Makefile.in, tools/winedump/README,
+ tools/winedump/cvinclude.h, tools/winedump/debug.c,
+ tools/winedump/function_grep.pl, tools/winedump/main.c,
+ tools/winedump/misc.c, tools/winedump/msmangle.c,
+ tools/winedump/output.c, tools/winedump/pe.c, tools/winedump/pe.h,
+ tools/winedump/search.c, tools/winedump/symbol.c,
+ tools/winedump/winedump.h, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added PE dump capabilities to specmaker and renamed specmaker into
+ winedump.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix positioning of text in buttons.
+ - Fix nButtonHeight so that it is not zero in some cases
+ - Support TBSTYLE_TRANSPARENT.
+ - Fix handling in WM_ERASEBKGND so that the default erase occurs
+ between notifies.
+ - Fix WM_NCCREATE processing to issue proper WM_STYLECHANGING (via
+ SetWindowLong) and document the issues.
+
+ * objects/font.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Fixed behavior of GetTextExtentExPointW. It must always return the
+ extents of the entire string in size.
+
+ * graphics/x11drv/bitmap.c:
+ Guy L. Albertelli <guy@codeweavers.com>
+ Prevent bomb when GDI_ObjPtr returns null object.
+
+ * include/winerror.h, include/wingdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Move GDI_ERROR definition to wingdi.h.
+ Add HGDI_ERROR.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add reader for v1 (SLTG) typelibs.
+ Fix a few problems with v2 (MSFT) typelibs.
+ LoadTypeLibEx should do a SearchPath to locate typelib.
+
+ * dlls/winspool/info.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ OpenPrinter should fail if pPrinterName is "".
+
+ * include/wine/obj_oleaut.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add FUNCFLAGS and change TYPEFLAGS_* to an enum.
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Convert the socket type (necessary on Solaris).
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ include/rpcdce.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stub implementation for UuidHash().
+
+ * dlls/ntdll/ntdll.spec, dlls/msvcrt/msvcrt.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correct .spec file parameters for msvcrt._fullpath and ntdll._splitpath.
+
+ * winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added DirectShow filter categories.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * dlls/shell32/shellstring.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Replace calls to StrRetToBuf{A|W} with duplicate code to eliminate
+ problems between native and built-in DLLs.
+
+2001-08-29 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winproc.c, include/win.h, windows/win.c:
+ Make window handles 32-bit before calling window procedure.
+ Don't clear window parent field when unlinking it.
+
+2001-08-28 Alexandre Julliard <julliard@winehq.com>
+
+ * include/win.h, include/wine/server_protocol.h, server/Makefile.in,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/thread.c, server/trace.c, server/user.c, server/user.h,
+ server/window.c, tools/make_requests, windows/queue.c,
+ windows/win.c, dlls/ttydrv/wnd.c, dlls/x11drv/desktop.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c:
+ Added global management of user handles in the server.
+ Very preliminary support for shared window handles.
+
+ * ANNOUNCE:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Use the new development page URL in the announcement.
+
+ * files/profile.c:
+ Francois Gouget <fgouget@free.fr>
+ Reimplement PROFILE_GetSectionNames to match the NT & MSDN behavior.
+ The 32A version is now the reference implementation (instead of the
+ 16bit version).
+
+ * loader/task.c, dlls/icmp/icmp_main.c, dlls/wsock32/protocol.c:
+ Francois Gouget <fgouget@free.fr>
+ Only use winsock2.h in Wine.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
+
+ * tools/winebuild/relay.c:
+ Output correct assembly function headers for all functions.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/devenum.c,
+ dlls/quartz/devenum.h, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
+ dlls/quartz/fmap2.h, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
+ dlls/quartz/ifmap3.c, dlls/quartz/imcntl.c, dlls/quartz/imevent.c,
+ dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/iunk.c,
+ dlls/quartz/iunk.h, dlls/quartz/ividwin.c, dlls/quartz/main.c,
+ dlls/quartz/quartz.spec, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
+ winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
- * [scheduler/*.c] [server/process.c]
- Added support for server-side handles.
+2001-08-27 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/gdiobj.c:
+ Check for valid object in GDI_GetObjPtr even for MAGIC_DONTCARE.
+
+ * dlls/x11drv/x11ddraw.c:
+ Jukka Heinonen <jhei@iki.fi>
+ GrabPointer uses now SetWindowLong to change window procedure instead
+ of accessing directly WND structure.
+
+ * dlls/kernel/sync.c, include/wine/server_protocol.h,
+ server/named_pipe.c, server/protocol.def, server/request.h,
+ server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented GetNamedPipeInfo.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing interfaces.
+
+ * include/wine/obj_base.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
+
+2001-08-24 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010824.
+
+----------------------------------------------------------------
+2001-08-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winsock/socket.c, include/wine/winsock16.h:
+ Francois Gouget <fgouget@free.fr>
+ Added WSASTARTUP16 a 1 byte alignment version of WSASTARTUP for win16.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing CLSIDs.
+
+ * files/directory.c, include/file.h, include/module.h, loader/module.c,
+ loader/pe_image.c:
+ Bill Medland <medbi01@accpac.com>
+ Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
+
+ * controls/icontitle.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/win.h, windows/dialog.c, windows/mdi.c, windows/painting.c,
+ windows/user.c, windows/win.c, windows/winpos.c:
+ Added WIN_ListParents function and renamed WIN_BuildWinArray into
+ WIN_ListChildren. Made owner field in WND structure an HWND.
+
+ * dlls/comctl32/rebar.c:
+ Removed inclusion of win.h.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Add stubs for several named pipe functions.
+
+ * dlls/winsock/socket.c, include/winsock.h, server/sock.c:
+ Francois Gouget <fgouget@free.fr>
+ Rename the regular WS_FD_XXX macros to FD_XXX.
+ Rename the Wine specific WS_FD_XXX macros to FD_WINE_XXX.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/utility.c:
+ Francois Gouget <fgouget@free.fr>
+ Made independent from winsock.
+ Include the needed headers directly in internet.h.
+
+ * objects/font.c:
+ Bill Medland <medbi01@accpac.com>
+ Minor fixes involving handling NULL pointers.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c,
+ dlls/user/user32.spec, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/dce.h, include/win.h, include/winuser.h, include/x11drv.h,
+ windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/focus.c,
+ windows/mdi.c, windows/message.c, windows/nonclient.c,
+ windows/painting.c, windows/win.c, windows/winpos.c:
+ Implemented GetAncestor and removed WIN_GetTopParent.
+ Removed a few more accesses to the WND structure.
+
+2001-08-23 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/enhmetafile.c, objects/metafile.c:
+ Don't hold the GDI lock during accesses to the metafile data.
+
+ * dlls/kernel/sync.c, include/wine/server_protocol.h,
+ server/named_pipe.c, server/protocol.def, server/request.h,
+ server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement WaitNamedPipe and DisconnectNamedPipe.
+ Add a state for each pipe handle in the server.
+ Create a socket on when the pipe is opened, not before.
+
+ * dlls/winsock/socket.c, server/sock.c:
+ Daniel Walker <diwalker@earthlink.net>
+ - Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
+ Kaaven).
+ - Changed WSAEnumNetworkEvents() so it only returns events that the
+ application is looking for.
+ - Changed sock_poll_event() to interpret a POLLIN event with zero
+ bytes waiting to be read as a POLLHUP.
+
+2001-08-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/Makefile.in, dlls/quartz/amerror.c,
+ dlls/quartz/quartz.spec, include/Makefile.in, include/errors.h,
+ include/vfwmsgs.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added two missing headers.
+ Implemented AMGetErrorText.
+
+ * tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/oleaut32.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/x11drv.api, tools/winapi/c_function.pm,
+ tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
+ tools/winapi/output.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_editor.pm,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi/winapi_module_user.pm, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Continued on the new C parser.
+ - More reorganizations and fixes.
+ - API files update.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
+ dlls/quartz/complist.h, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c, dlls/quartz/ifgraph.c,
+ dlls/quartz/imcntl.c, dlls/quartz/imem.c, dlls/quartz/imevent.c,
+ dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/ividwin.c,
+ dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/sysclock.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs for CLSID_FilterGraph.
+
+ * dlls/x11drv/window.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed an incorrect (harmless) memory allocation.
+
+ * include/control.h, ole/uuid.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added missing IIDs.
+
+ * dlls/user/comm16.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replaced PROFILE_ functions by RegQueryValueExA.
+
+ * include/winbase.h, dlls/kernel/kernel32.spec, files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added stub for CancelIo.
+
+ * Make.rules.in: Francois Gouget <fgouget@free.fr>
+ Fixed man and doc-html rules.
+
+ * dlls/user/text.c:
+ Eugene Mayevski <mayevski@eldos.org>
+ Fixed DT_RTLREADING flag interpretation.
+
+2001-08-21 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c, windows/win.c, windows/winpos.c,
+ dlls/x11drv/winpos.c, include/win.h:
+ Removed WIN_GetDesktop().
+
+ * win32/console.c, windows/multimon.c, windows/x11drv/clipboard.c,
+ debugger/break.c, debugger/editline.c, debugger/msc.c,
+ dlls/msacm/msacm32_main.c, dlls/ole32/ole2.c, dlls/shell32/systray.c,
+ dlls/user/dde/server.c, dlls/winmm/driver.c, dlls/winmm/mci.c,
+ dlls/winmm/mmio.c, dlls/winmm/wineoss/mmaux.c,
+ documentation/debugger.sgml, msdos/int2f.c:
+ Francois Gouget <fgouget@free.fr>
+ Documentation updates (mainly thru vs. through).
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Rect returned by LISTVIEW_GetItemRect should be total size in report
+ mode.
+
+ * graphics/x11drv/bitmap.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Default bitmap is not subject to reference counting.
+
+ * dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/variant.c, include/oleauto.h, include/wine/obj_oleaut.h:
+ Francois Gouget <fgouget@free.fr>
+ Add the decVal field to VARIANT.
+ Fix the VARIANT C layout, i.e. the union/struct names/nesting.
+ Encapsulate all accesses to VARIANT types with the V_VT and V_UNION
+ macros.
- * [scheduler/thread.c]
- Added DLL_THREAD_ATTACH/DETACH notifications.
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Unconditionally set O_NONBLOCK when opening.
- * [configure.in]
- Added check for -lsocket.
+2001-08-20 Alexandre Julliard <julliard@winehq.com>
- * [windows/winproc.c]
- Return the thunk address in WINPROC_GetProc if the function types
- don't match.
+ * graphics/x11drv/bitmap.c:
+ Refuse to select a bitmap that is already selected in another DC.
-Sat Aug 8 02:44:04 1998 Douglas Ridgway <ridgway@winehq.com>
+ * objects/dc.c, objects/gdiobj.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added reference counting and delayed destruction of GDI objects.
- * [windows/winproc.c][windows/win.c][windows/message.c]
- Documentation for CallWindowProc, SetWindowLong, DispatchMessage,
- WaitMessage, GetMessage, and PeekMessage.
+ * include/winuser.h, windows/class.c, windows/nonclient.c:
+ Fixed GetClassLong to return full 32 bits for all items.
+ Removed GCW_* definitions that don't exist in Win32.
-Sat Aug 8 01:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ * objects/dib.c:
+ Create a color bitmap in CreateDIBitmap even with a black&white DC.
- * [controls/commctrl.c][controls/widgets.c][include/builtin32.h]
- [include/commctrl.h][relay32/builtin32.c][relay32/comctl32.spec]
- [tools/build.c] [relay32/shell32.spec]
- Added the functionality of the LibMain function. The common
- controls are properly initialized now.
+ * include/oleauto.h:
+ Nikolas Zimmermann <wildfox@kde.org>
+ Removed struct UDATE forward declaration.
- * [controls/treeview.c][memory/atom.c][scheduler/thread.c][windows/class.c]
- [windows/msgbox.c][windows/win.c]
- Put TRACE in, put SetLastError() in.
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Store the comm error value in the wineserver, not a global.
- * [include/interfaces.h]
- Added IClassFactory::LockServer.
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Read data immediately in overlapped ReadFile if possible.
- * [include/ole2.h]
- Added struct for LPOLEMENUGROUPWIDTHS32, HOLEMENU32.
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Do not keep the handle of a deleted item as the selectedItem..
+
+ * dlls/oleaut32/olepicture.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use GetDC(0) instead of CreateCompatibleDC(0).
+
+ * dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ We need to make a copy of the fontname and the HFONT handle in
+ IFont_Clone, otherwise we get memory corruption and bad GDI handles.
+
+2001-08-18 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c, windows/winproc.c:
+ Added proper support for 32-bit WM_NEXTMENU.
+
+ * dlls/ttydrv/user.c, dlls/user/msg16.c, dlls/x11drv/winpos.c,
+ include/user.h, include/win.h, windows/defdlg.c, windows/defwnd.c,
+ windows/mdi.c, windows/message.c, windows/painting.c, windows/user.c,
+ windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c,
+ dlls/ttydrv/ttydrv.spec:
+ Removed a number of direct accesses to the window structure.
+
+ * dlls/Makefile.in, dlls/msvideo/Makefile.in, dlls/msvideo/mciwnd.c,
+ dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started implementing the MCIWnd* functions.
+
+ * dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not pass the high level wFlags from VariantChangeType* down to low
+ level Variant conversion functions.
+
+ * dlls/user/dde/dde_private.h:
+ Fixed internal inline function that was declared extern.
+
+ * windows/defwnd.c:
+ Explicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Replaced memset by hand made equivalent to work around some buggy
+ memset implementations.
+
+ * dlls/Makefile.in, dlls/comctl32/animate.c,
+ dlls/comctl32/comctl32.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Because of circular dependencies between comctl32 and msvfw32, replace
+ in comctl32 delay loading of msvfw32 by manual loading.
+
+ * objects/gdiobj.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Test for invalid large handles in GDI_GetObjPtr and GDI_FreeObject.
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix FillRect calls in FILEDLG95_LOOKIN_DrawItem.
+
+ * dlls/gdi/printdrv.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not hold the GDI lock when the ABORTDOC procedure is called.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented oleaut32.VarBstrCat.
+
+2001-08-17 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winbase.h, scheduler/critsection.c:
+ Made the Interlocked*Pointer functions static inline since they aren't
+ exported by the Windows API.
+
+ * objects/dib.c:
+ Use the passed hdc in CreateDIBitmap instead of creating a new one.
+
+ * objects/dc.c, objects/gdiobj.c, windows/syscolor.c,
+ dlls/wineps/font.c, graphics/enhmetafiledrv/objects.c,
+ graphics/x11drv/xfont.c, include/gdi.h:
+ Create GDI stock objects as normal objects instead of using magic
+ handle values.
+
+2001-08-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/font.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/objects.c, graphics/x11drv/pen.c,
+ graphics/x11drv/xfont.c, include/x11drv.h, objects/gdiobj.c:
+ Specify sizes for stock fonts again; removed the FixStockFontSize
+ hack. Ignore mapping modes when selecting stock fonts into a DC.
+ Removed a few direct accesses to GDI structures from x11drv.
+
+ * objects/dc.c:
+ Release GDI lock before calling DeleteDC from RestoreDC.
+
+ * dlls/shell32/clipboard.c, dlls/shell32/dataobject.c,
+ dlls/shell32/dialogs.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/shellreg.c,
+ dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shlview.c, dlls/shell32/shpolicy.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+ dlls/shell32/undocshell.h, include/wine/shell16.h,
+ include/wine/undocshell.h, dlls/shell32/brsfolder.c,
+ dlls/shell32/changenotify.c:
+ Moved undocshell.h to dlls/shell32. Removed shell16.h.
+
+ * windows/dce.c, windows/user.c, windows/win.c, include/user.h,
+ include/win.h:
+ Moved user lock to user.c. Added USER_CheckNotLock function.
+
+ * graphics/x11drv/xfont.c, include/winbase.h, memory/virtual.c,
+ objects/gdiobj.c, scheduler/pthread.c, scheduler/syslevel.c,
+ windows/cursoricon.c, windows/timer.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/rtl.c, dlls/shell32/changenotify.c,
+ dlls/shell32/iconcache.c, dlls/user/dde/misc.c,
+ dlls/winaspi/winaspi32.c, dlls/winsock/async.c,
+ dlls/x11drv/x11drv_main.c, files/profile.c:
+ Added names to standard critical sections (suggested by Andreas
+ Mohr).
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Partially implement oleaut32.VarBstrCmp.
+
+2001-08-15 Alexandre Julliard <julliard@winehq.com>
+
+ * include/gdi.h, objects/dc.c, objects/dib.c, objects/gdiobj.c:
+ Make sure we don't hold the GDI lock when loading drivers.
+
+ * include/winbase.h, scheduler/syslevel.c:
+ Implemented _CheckNotSysLevel.
+
+ * include/win16drv.h, dlls/gdi/driver.c, graphics/win16drv/init.c:
+ Fixed win16drv initialisation.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, include/wine/undocshell.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ PathGetExtensionAW has three arguments.
+
+ * msdos/ioports.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Don't call Dosvm functions when Dosvm isn't initialized.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/imem.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/quartz.spec, dlls/quartz/quartz_private.h,
+ dlls/quartz/sysclock.c, dlls/quartz/sysclock.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs for quartz dll.
+
+ * graphics/x11drv/xfont.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Normalize the display name used to build the cached metric filename so
+ that ':0', ':0.0', and 'unix:0.0' all resolve to the same file.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
+ include/oleauto.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented VarParseNumFromStr, VarNumFromParseNum.
+
+ * dlls/wineps/afm.c, dlls/wineps/afm2c.c,
+ dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/COPYRIGHTS,
+ dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c, dlls/wineps/data/Palatino_Roman.c,
+ dlls/wineps/data/Symbol.c, dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c, dlls/wineps/data/Times_Italic.c,
+ dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, dlls/wineps/type1afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Eliminate glyph bounding boxes & other unused font metrics.
+
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h,
+ debugger/expr.c, debugger/hash.c, debugger/module.c,
+ debugger/winedbg.c, documentation/debugger.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed the parsing of id1.id2 which could be either access to field id2
+ of struct id1, or the identifier id2 in dll id1.
+ Enhanced some error reporting as well as 'info local' display layout.
+ Minor cosmetic changes.
+
+ * dlls/winmm/mci.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed error message and return value in case of bogus 'open all' mci
+ string command. Minor 32/16 optimizations and cosmetic fixes.
+
+ * dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DateTimeStringToTm and DateToTm must use dwFlags instead of lcid.
+
+ * ole/uuid.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Include GUIDs in strmif.h and uuids.h.
+
+ * include/Makefile.in, include/audevcod.h, include/dshow.h,
+ include/evcode.h, include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some dshow headers.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added IGraphBuilder, IFilterGraph2, IMediaSeeking interfaces.
+
+ * win32/except.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Modified the debugger launching code so that only one instance of the
+ debugger is created per process.
+
+2001-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, include/winproc.h, windows/winproc.c:
+ Added mappings for a few messages.
+ Added unicode messages bit set to shortcut message mapping when
+ possible.
- * [include/shell.h][include/shlobj.h][misc/shell.c][ole/folders.c]
- Reorganized and many structs and classes (IShellBrowser,IShellView)
- added. shell32.dll should work in many cases now.
- Started SHGetFileInfoA implementeation, rewrote SHGetPathFromIDList32A.
- New Shell32LibMain started ShellIconCache Implementation.
+ * windows/spy.c: Fixed some message names.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implemented RB_MAXIMIZEBAND for the "ideal=TRUE" case.
+ - Implemented NM_CUSTOMDRAW notifications for the ITEMPREPAINT and
+ ITEMPOSTPAINT only. (Used by IE4 - go figure.)
+ - Invalidate window rectangles after certain RB_ messages like the
+ native. Fixed some painting problems.
+ - Added UpdateWindow call in _MoveChildWindows to fix other painting
+ problems.
+ - Set the Caption Font as the default font for all bands.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement TBSTYLE_FLAT as "transparent" toolbar and buttons. (Skip
+ FillRect and BF_MIDDLE on _FLAT toolbars.)
+ - Issue FIXMEs for unsupported styles.
+ - If the "hidden" state has changed then recalc the buttons.
+ - Support TBSTYLE_CUSTOMERASE (used by IE4) ans issue some of the
+ necessary NM_CUSTOMDRAW notifies.
+ - Pass the WM_ERASEBKGND to parent if the toolbar is "transparent".
+ - Invalidate the area 1 bigger than the button rect on a WM_MOUSELEAVE
+ so that the edge is "erased" by the parent.
+ - Support the PGN_CALCSIZE notify since a toolbar can be a child of the
+ Pager control.
+
+ * dlls/comctl32/treeview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add support to respond to the PGN_CALCSIZE version of the WM_NOTIFY
+ message.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Make all WM_NOTIFY messages go to the parent.
+ - Allow WM_WINDOWPOSCHANGING when the control is size 0 to set initial
+ size.
+ - Combine multiple SetWindowPos calls in same processing line and make
+ the flags like native.
+ - Redo WM_NCCALCSIZE to match native.
+ - Since Pager is a "transparent" control (except for its own buttons),
+ the WM_ERASEBKGND needs to be passed to the parent. Also do the window
+ offset like the native control does.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
+ include/oleauto.h:
+ Daniel Walker <diwalker@earthlink.net>
+ - implemented SystemTimetoVariantTime/VariantTimetoSystemTime
+ There was another implementation of SystemTimetoVariantTime
+ submitted that didn't work for dates prior to 1900.
+ - implemented VarDateFromUDate/VarUdateFromDate
+ - implemented VariantTimeToDosDateTime
+
+ * dlls/msvcrt/math.c: Jukka Heinonen <jhei@iki.fi>
+ Fixed _control87 return value, use of wrong assembler command to get
+ fp control word and a bug that inverted _IC_AFFINE flag.
+ Made _controlfp work as specified in MSDN.
+
+2001-08-11 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/ne/segment.c:
+ Josh Thielen <thielen@netprince.net>
+ Wrong handle was being closed.
+
+ * dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
+ dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c, dlls/wineps/data/Palatino_Roman.c,
+ dlls/wineps/data/Symbol.c, dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c, dlls/wineps/data/Times_Italic.c,
+ dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Remove unused character width array.
+
+ * dlls/wineps/font.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make EnumFonts and SelectObject use common font scaling.
+
+2001-08-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/controls.h, dlls/x11drv/winpos.c, include/nonclient.h,
+ include/winpos.h, include/x11drv.h, windows/defwnd.c, windows/mdi.c,
+ windows/nonclient.c, windows/win.c, windows/winpos.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:
+ Removed a number of direct accesses to the WND structure, replacing
+ them by API calls.
+
+ * graphics/dispdib.c, loader/ne/resource.c, dlls/comctl32/comboex.c,
+ dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ntdll/sync.c:
+ Jörg Mayer <jmayer@loplof.de>
+ Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
+
+ * dlls/wineps/font.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/text.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Removed ANSI encoding stuff.
+
+ * dlls/shell32/shelllink.c:
+ Dusan Lacko <dlacko@codeweavers.com>
+ Fix ExtractFromEXEDLL for nIndex != 0.
+ Prefer 8bit icons.
+
+ * include/config.h.in, loader/loadorder.c, configure, configure.in,
+ debugger/stabs.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixes for Solaris X86.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented msvcrt._mbspbrk.
+
+2001-08-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/Makefile.in, dlls/user/dde/.cvsignore,
+ dlls/user/dde/client.c, dlls/user/dde/dde_private.h,
+ dlls/user/dde/ddeml16.c, dlls/user/dde/misc.c, dlls/user/dde/server.c,
+ dlls/user/user32.spec, dlls/user/user_main.c, include/ddeml.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - implemented correctly the HSZ as local atoms and added the needed
+ conversions to global atoms
+ - enhanced internal handle <=> pointer conversions, as well as
+ validity of such objects (life time, destruction, mutual access...)
+ - fixed a few ANSI/Unicode issues, stores most of the data as Unicode
+ - started having both Ansi/Unicode DDE window procs for message A/W
+ transformation
+ - fixed a few segmented pointer issues (mainly in DdeInitialize &
+ DdeGetData)
+ - added most of the CBF_ flags handling
+ - implemented the conversation announcement (XTYP_CONNECT_CONFIRM) on
+ server side
+ - enhanced DdeQueryConfig and implemented DdeReconnect
+ - implemented conversation termination (including XTYP_UNREGISTER)
+ - several others code clean up
+ - added transaction support on server side too
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented multibyte string reverse.
+
+ * dlls/wineps/font.c, dlls/wineps/ps.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Remove previously disabled code.
+
+ * dlls/wineps/escape.c, dlls/x11drv/xvidmode.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * dlls/oleaut32/olepicture.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * tools/winapi/c_parser.pm, tools/winapi/function.pm,
+ tools/winapi/make_filter, tools/winapi/make_parser.pm,
+ tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_documentation.pm,
+ tools/winapi/winapi_fixup_editor.pm,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/wineps.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Begun implementation of a C statements parser.
+ - More reorganizations and fixes.
+
+ * scheduler/client.c, server/request.c:
+ Don't create the WINEPREFIX directory if it doesn't exist.
+
+ * dlls/ddraw/dsurface/main.c, dlls/ntdll/critsection.c,
+ dlls/winsock/socket.c, dlls/x11drv/x11drv_main.c, include/winbase.h,
+ scheduler/critsection.c, scheduler/pthread.c:
+ Added Interlocked*Pointer functions.
+ Fixed InterlockedCompareExchange prototype.
+
+ * dlls/advapi32/security.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmio.c,
+ documentation/.cvsignore, documentation/wine.man.in,
+ loader/pe_image.c, misc/version.c, ole/ole2nls.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * tools/winecheck: Andreas Mohr <a.mohr@mailto.de>
+ Small winecheck update (DGA check is bogus).
+
+ * include/winnt.h: Andreas Mohr <a.mohr@mailto.de>
+ Added more STATUS_ codes.
+
+2001-08-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/nonclient.h, windows/clipboard.c, windows/defdlg.c,
+ windows/dialog.c, windows/mdi.c, windows/nonclient.c, windows/user.c,
+ windows/win.c, windows/winpos.c:
+ Replace SendMessage16 by SendMessageW where possible.
+
+ * dlls/user/thunk.c, dlls/user/user.spec, windows/painting.c:
+ Fixed DrawState16 callback support.
+
+ * dlls/shell32/shellpath.c:
+ Fixed loop termination check in PathIsExeW.
+
+ * graphics/escape.c:
+ Fixed in_data/out_data mixup in Escape16 (thanks to Ladislav Sladecek).
+
+ * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, dlls/wineps/type1afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Rewrite and separate AFM parsing code (no more [afmfiles]).
+
+ * configure.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Change libGLU check to look for gluLookAt instead of glBegin.
+
+2001-08-07 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now tries to print the symbol name of a crst when it times out.
+
+ * server/thread.c: Andreas Mohr <a.mohr@mailto.de>
+ Don't crash if send_thread_wakeup() fails.
+
+ * winedefault.reg:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some registry entries related to COM interface marshaling.
+
+ * windows/input.c, windows/message.c, windows/queue.c,
+ dlls/user/Makefile.in, dlls/user/message.c, dlls/user/msg16.c,
+ dlls/user/user.spec, include/message.h, include/queue.h,
+ include/wine/server_protocol.h, include/wine/winuser16.h,
+ server/protocol.def, server/queue.c, server/request.h, server/trace.c:
+ Rewrote most of SendMessage/PeekMessage.
+ Implemented inter-process messaging.
+ Moved most message routines to dlls/user, and split off 16-bit
+ routines to a separate file.
+
+2001-08-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/config.h.in, include/olectl.h, include/wine/obj_picture.h,
+ configure, configure.in, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/olepicture.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented OleLoadPicture.
+ Added support for loading JPEG, Bitmap and Icons from persistant
+ streams.
+ Implemented JPEG support using libjpeg, added necessary configure.in
+ options.
+ Added IConnectionPoint style notifications to the IPicture iface.
+ Implemented several of the stubs already there, added some more.
+
+ * dlls/x11drv/x11ddraw.c:
+ Jukka Heinonen <jhei@iki.fi>
+ XGrabPointer is now called from the correct thread context and it is
+ made sure that we have keyboard focus when using DirectX.
+
+ * dlls/x11drv/winpos.c, windows/dialog.c, windows/nonclient.c,
+ controls/menu.c:
+ Replaced MSG_InternalGetMessage calls by equivalent exported APIs.
+
+ * windows/winproc.c:
+ Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings.
+
+ * include/winuser.h: Added SMTO_* defines.
+
+ * debugger/winedbg.c, documentation/debugger.sgml, debugger/dbg.y,
+ debugger/debugger.h, debugger/info.c, debugger/stack.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Extended bt command to display backtrace of another thread.
+ Enhanced process & thread display with process name.
+
+ * dlls/comctl32/propsheet.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed tab control index handling.
+
+ * dlls/kernel/comm.c, dlls/kernel/kernel32.spec, include/winbase.h:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ SetCommConfig has 3 arguments, not 2.
+
+ * documentation/wine.conf.man.in, documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Reconciled the wine man pages to the absence of wine.conf.
- * [misc/shellord.c]
- Rewrote ILCombine, ILGetSize
- New stubs SHFind_InitMenuPopup, FileMenu_Create, ShellExecuteEx,
- SHSetInstanceExplorer, SHGetInstanceExplorer, SHFreeUnusedLibraries.
+ * scheduler/process.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed image name value sent to server upon process creation.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ First (partial) implementation of ITypeInfo::Invoke.
+ Fixed buffer len passing to snprintf().
+
+2001-08-03 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ Marco Bizzarri <m.bizzarri@icube.it>
+ GetControlBrush16: avoid potentially releasing the same pointer
+ twice.
- * [include/winerror.h]
- Class and window related error codes added.
+ * dlls/oleaut32/typelib.c:
+ Malte Starostik <malte@kde.org>
+ Implemented RegisterTypeLib.
- * [memory/heap.c]
- Changed lstrlen32A to strlen to get rid of milions of TRACE lines.
+ * library/ldt.c:
+ Pierre Beyssac <pb@fasterix.freenix.org>
+ Force DPL 3 when setting entries on BSD.
- * [misc/ddeml.c]
- First lines for DdeCreateStringHandle32A / DdeFreeStringHandle32.
+ * dlls/commdlg/filedlg95.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Only add "." separator in case a default file name extension does
+ exist.
- * [misc/network.c][relay32/mpr.spec]
- Fixed some bugs, changed ordinals.
+ * objects/dib.c: Andreas Mohr <a.mohr@mailto.de>
+ DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER.
+
+ * debugger/msc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for -1 as the undefined value for handles before CloseHandle.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add debugging dumps of bar and buttons, and trace entry for each
+ message.
+ - Organize WM_NOTIFY processing in preparation for Unicode
+ - Implement TBN_GETDISPINFO and I_IMAGECALLBACK for bitmaps.
+ - Implement drawing of separator for TBSTYLE_DROPDOWN similar to native.
+ - Change drawing of buttons to support TBSTYLE_LIST and make match
+ native pixel layout (with and without bitmaps).
+ - Change TOOLBAR_MeasureString to measure with DrawText like native.
+ This eliminates extra space due to prefix char ("&").
+ - Speed up TOOLBAR_CalcStrings by doing the HDC and FONT selection once.
+ - Change calc of buttons to match drawing for TBSTYLE_LIST and
+ separators.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add support to dump memory at lParam location on common control
+ messages.
+ - Fixed remaining Toolbar and Pager notify dump amounts.
+ - Separate memory dump code for easy use.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add TBNF_* flags for the NMTBDISPINFO structure.
+
+2001-07-31 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010731.
+
+----------------------------------------------------------------
+2001-07-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/driver.c: Jukka Heinonen <jhei@iki.fi>
+ Include device name in call to CreateIC.
+
+ * dlls/x11drv/window.c:
+ Fixed desktop window structure initialization.
+
+ * dlls/ddraw/dsurface/user.c, windows/dce.c:
+ Fixed a few problems with DCX_* flags handling.
+
+ * dlls/comctl32/toolbar.c:
+ Nog <nog@sdf.lonestar.org>
+ Don't enable the 'hot' state of a toolbar button when it's not
+ enabled.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added support for the SGIS multitexture extension.
+ - misc. other fixes
+
+ * windows/defwnd.c:
+ Erase only client area on WM_ERASEBKGND.
+
+2001-07-30 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winapi/.cvsignore, tools/winapi/Makefile.in,
+ tools/winapi/trampoline, tools/winapi/winapi_check, configure,
+ configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Made it possible to install the winapi tools.
+
+ * include/winnls.h, include/winuser.h:
+ Force STRICT checking of callback function types when compiling Wine.
+
+ * windows/property.c:
+ Implement EnumProps on top of EnumPropsEx to avoid function pointer
+ type mismatches.
+
+ * loader/ne/module.c, loader/task.c, include/task.h:
+ Fixed HTASK/HTASK16 handle mismatch.
+
+ * include/mmsystem.h, include/msacm.h, include/windef.h:
+ Moved some handle declarations to the right headers.
+
+ * tools/winapi/config.pm, tools/winapi/make_parser.pm,
+ tools/winapi/options.pm, tools/winapi_check/modules.dat,
+ tools/winapi_check/modules.pm, tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/wineps.api,
+ tools/winapi_check/win32/x11drv.api, 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>
+ A few bug fixes.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix handling of the '--with-wine-xxx' options: only look in the
+ specified path.
+ Libraries and wine dlls are separate notions that need separate paths
+ -> add WINE_DLL_{ROOT,PATH}, --with-wine-dlls and a '-P' option.
+ Small fixes to the search order.
+
+2001-07-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/init.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
+ graphics/enhmetafiledrv/init.c, graphics/escape.c,
+ graphics/metafiledrv/init.c, graphics/win16drv/init.c,
+ graphics/x11drv/init.c, include/gdi.h, include/wine/wingdi16.h,
+ include/x11drv.h, dlls/gdi/driver.c, dlls/gdi/gdi.spec,
+ dlls/gdi/printdrv.c, dlls/wineps/escape.c:
+ Rewrote Escape to avoid calling down to Escape16.
+ Replaced Escape by ExtEscape in the DC function table.
+
+ * Make.rules.in: Patrik Stridvall <ps@leissner.se>
+ Added a filter rule for filtering make output with
+ tools/winapi/make_filter.
+
+ * dlls/ole32/clipboard.c, dlls/ole32/ole2.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * tools/winapi/config.pm, tools/winapi/make_filter,
+ tools/winapi/make_filter_options.pm, tools/winapi/make_parser.pm,
+ tools/winapi/options.pm, tools/winapi/setup.pm:
+ Patrik Stridvall <ps@leissner.se>
+ A few bug fixes.
+
+ * include/dplay.h:
+ Patrik Stridvall <ps@leissner.se>
+ Cleanup/removal of unnessary things that would have made winapi_*
+ parsing more complicated.
+
+2001-07-28 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/init.c, graphics/x11drv/palette.c,
+ graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
+ include/x11drv.h, objects/dc.c, objects/palette.c,
+ graphics/win16drv/init.c, graphics/win16drv/text.c,
+ dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/init.c,
+ dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/enhmetafiledrv/init.c,
+ graphics/mapping.c, graphics/metafiledrv/init.c, dlls/gdi/driver.c,
+ dlls/ttydrv/dc.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c:
+ Added GetDeviceCaps to the DC driver interface. Removed devCaps
+ pointer in the generic DC structure.
+
+ * dlls/ddraw/ddraw_private.h:
+ Removed unused DC_FUNCS pointers.
+
+2001-07-27 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/version.c:
+ Bob Goodwin <goodie1@pacbell.net>
+ Fix the 16bit win95 version.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Put the per project paths before the wine paths.
+ Remove unnecessary libraries from the wine link test.
+ Move DLL_LINK from configure.in to the Make.rules file.
+
+ * dlls/commdlg/printdlg.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Don't crash if DeviceCapabilities(DC_PAPERNAMES) fails.
+
+ * dlls/Makefile.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec,
+ dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec:
+ Added missing ntdll imports.
+
+ * dlls/wineps/init.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/Makefile.in, graphics/driver.c,
+ graphics/win16drv/init.c, graphics/x11drv/bitmap.c,
+ graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/gdi.h,
+ include/x11drv.h, objects/dc.c, dlls/gdi/Makefile.in,
+ dlls/gdi/driver.c, dlls/gdi/gdi_main.c, dlls/ttydrv/bitmap.c,
+ dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.spec:
+ Build the DC function table by using GetProcAddress on the graphics
+ driver module. Moved driver support to dlls/gdi.
+
+2001-07-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
+ Removed import of x11drv from ddraw.
+
+ * dlls/dinput/dinput_main.c, dlls/dsound/dsound_main.c,
+ loader/dos/dosmod.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * dlls/oleaut32/oleaut.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * include/commctrl.h:
+ Patrik Stridvall <ps@leissner.se>
+ Cleanup/removal of unnessary things that would have made winapi_*
+ parsing more complicated.
+
+ * dlls/kernel/comm.c, include/winbase.h, include/winuser.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Moved comm related protoypes to the correct .h file.
+ - Cleaned up the include section.
+
+ * include/wine/port.h:
+ Patrik Stridvall <ps@leissner.se>
+ Removed inclusion of winnt.h because the porting layer shouldn't
+ include Windows specific stuff.
+
+ * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Rewrite TrueType font metric parsing code.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_parser.pm, tools/winapi/config.pm,
+ tools/winapi/make_filter, tools/winapi/make_filter_options.pm,
+ tools/winapi/make_parser.pm, tools/winapi/options.pm,
+ tools/winapi/output.pm, tools/winapi/type.pm,
+ tools/winapi/winapi_check_options.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ - A few more bug fixes
+ - Reorganization continues
+ - New tool (make_filter) for filtering make output added
+
+ * dlls/ntdll/misc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a typo.
- * [windows/class.c]
- Workarounds for incorrect hInstance handling. Fixes parts of
- MSWord95/Excel95 and Money95.
+ * graphics/x11drv/bitblt.c:
+ Bill Medland <medbi01@accpac.com>
+ Don't inline perfect_graphics().
+
+ * include/callback.h, include/hook.h, loader/module.c, loader/task.c,
+ scheduler/process.c, dlls/user/user_main.c, if1632/thunk.c:
+ Removed a few unnecessary Callouts.
+
+ * include/queue.h, include/wine/winuser16.h, windows/clipboard.c,
+ windows/focus.c, windows/hook.c, windows/input.c,
+ windows/message.c, windows/queue.c, windows/timer.c,
+ windows/user.c, windows/win.c, windows/winpos.c,
+ dlls/x11drv/desktop.c:
+ Avoid using GetFastQueue16 from USER.
+
+ * dlls/user/text.c, include/winuser.h:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Fully implement DrawTextEx* functions.
+
+ * dlls/comctl32/propsheet.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Be a bit more graceful on NULL property sheet titles.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - On TB_SETIMAGELIST retrieve new values of the bitmap width and
+ height (fixes overlap of image and text in IE4).
+ - Handle return codes from TBN_DROPDOWN (allows a "dropdown" to be
+ treated like a regular button).
+ - Implement TBN_BEGINDRAG and TBN_ENDDRAG in WM_LBUTTON{DOWN|UP} (not
+ necessary but done by native).
+ - Implement NM_RELEASEDCAPTURE and NM_CLICK.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.
+
+ * Make.rules.in:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Correct man page spec directory.
+
+2001-07-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winpos.c, windows/x11drv/event.c, loader/ne/module.c,
+ memory/global.c, memory/local.c, memory/registry.c,
+ msdos/dosaspi.c, objects/bitmap.c, objects/region.c,
+ objects/text.c, relay32/builtin32.c, scheduler/critsection.c,
+ scheduler/thread.c, win32/device.c, windows/driver.c,
+ windows/input.c, windows/keyboard.c, windows/painting.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, graphics/win16drv/graphics.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/codepage.c, graphics/x11drv/oembitmap.c,
+ graphics/x11drv/text.c, if1632/builtin.c, if1632/relay.c,
+ if1632/thunk.c, dlls/winsock/async.c, dlls/wsock32/protocol.c,
+ graphics/painting.c, dlls/user/network.c, dlls/winaspi/winaspi16.c,
+ dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/wineoss/audio.c,
+ dlls/winmm/wineoss/midi.c, dlls/msacm/driver.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/bindctx.c,
+ dlls/ole32/errorinfo.c, dlls/ole32/moniker.c, dlls/ole32/ole2nls.c,
+ dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/stubs.c, dlls/richedit/richedit.c,
+ dlls/setupapi/devinst.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/virtcopy.c, dlls/shell32/memorystream.c,
+ dlls/shell32/shellstring.c, dlls/shell32/systray.c,
+ dlls/shlwapi/regstream.c, dlls/ttydrv/graphics.c,
+ controls/desktop.c, controls/icontitle.c, controls/static.c,
+ dlls/comctl32/ipaddress.c, dlls/commdlg/filedlg95.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/helper.c, dlls/dplayx/dplaysp.c,
+ dlls/dplayx/dplayx_global.c, dlls/kernel/toolhelp.c,
+ dlls/kernel/wowthunk.c, dlls/mpr/mpr_main.c, controls/combo.c:
+ Removed unnecessary inclusion of heap.h.
+
+2001-07-24 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/enhmetafiledrv/init.c, include/enhmetafile.h,
+ include/gdi.h, objects/enhmetafile.c:
+ Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit.
+
+ * include/heap.h, include/module.h, loader/elf.c, loader/loadorder.c,
+ loader/module.c, msdos/int21.c, relay32/snoop.c,
+ windows/clipboard.c, dlls/user/lstr.c, dlls/wineps/afm.c,
+ dlls/wineps/escape.c, dlls/wineps/init.c, dlls/wineps/ppd.c,
+ dlls/wineps/truetype.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c,
+ files/dos_fs.c, files/drive.c, files/profile.c, graphics/driver.c,
+ graphics/env.c, graphics/win16drv/prtdrv.c,
+ graphics/x11drv/xfont.c, if1632/snoop.c, dlls/comctl32/propsheet.c,
+ dlls/gdi/printdrv.c, dlls/kernel/format_msg.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/iconcache.c,
+ dlls/shell32/shelllink.c:
+ Removed HEAP_strdupA.
+
+ * dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c, dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
+ dlls/wineps/data/agl.h, dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
+ dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c, dlls/wineps/mkagl.c,
+ dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make built-in font data read-only.
+
+ * objects/dcvalues.c:
+ Got rid of all the ugly macros.
+
+ * dlls/wineps/afm.c, dlls/wineps/font.c, dlls/wineps/glyphlist.c,
+ dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Modify init code to handle const data types.
+
+ * dlls/kernel/comm.c, dlls/kernel/kernel_main.c,
+ dlls/user/Makefile.in, dlls/user/comm16.c, dlls/user/user_main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Move 16-bit COMM code to USER dll.
+
+ * controls/button.c, controls/combo.c, controls/edit.c,
+ controls/icontitle.c, controls/listbox.c, controls/scroll.c,
+ controls/static.c:
+ Jukka Heinonen <jhei@iki.fi>
+ WNDPROC handlers now check whether HWND argument is valid.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ OLEAUT32.DllGetClassObject and support for the Ole StdFont added (just
+ giving back a 8 point System font for now).
+
+ * objects/dcvalues.c, scheduler/critsection.c, scheduler/sysdeps.c,
+ scheduler/thread.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+2001-07-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c,
+ dlls/ole32/ifs.h, dlls/ole32/ole2.c, dlls/oleaut32/ole2disp.c,
+ dlls/oleaut32/ole2disp.h, dlls/oleaut32/typelib.c,
+ dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c,
+ dlls/shell32/shlmenu.c, include/ole.h,
+ dlls/lzexpand/lzexpand_main.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/exit.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Made sure that the files that contains the declarations
+ of the implementated functions are included.
+ - Corrected mismatching prototypes.
+ - Cleaned up the include section.
+
+ * dlls/wineps/font.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use Windows metrics for font scaling.
+
+ * tools/winapi/config.pm, tools/winapi/options.pm,
+ tools/winapi/output.pm, tools/winapi/winapi_check_options.pm,
+ tools/winapi/winapi_extract,
+ tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ 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>
+ Yet another major reorganization and a few new features.
+
+ * files/file.c, server/file.c:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Set executable permissions when creating .exe/.com files.
+
+ * dlls/msvcrt/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Pass handle to GetFileType, not MSVCRT fd.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite BuildCommDCB16 to depend on BuildCommDCB, not vice-versa.
+
+ * dlls/wineps/afm.c, dlls/wineps/data/agl.c, dlls/wineps/glyphlist.c, dlls/wineps/mkagl.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Only index glyph names when necessary.
+
+ * include/loadorder.h, include/metafile.h, include/module.h,
+ include/options.h, loader/loadorder.c, loader/main.c,
+ loader/module.c, loader/ne/module.c, misc/options.c,
+ objects/font.c, objects/metafile.c, windows/class.c,
+ windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c,
+ dlls/wineps/bitmap.c, dlls/x11drv/x11drv_main.c,
+ graphics/win16drv/prtdrv.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c,
+ graphics/x11drv/palette.c, debugger/debugger.h, debugger/info.c,
+ debugger/memory.c, debugger/module.c, debugger/msc.c,
+ debugger/winedbg.c, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/direct3d/main.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c,
+ dlls/gdi/printdrv.c, dlls/setupapi/virtcopy.c:
+ Removed some unnecessary includes.
+
+2001-07-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/afm.c, dlls/wineps/data/agl.c, dlls/wineps/data/agl.h,
+ dlls/wineps/mkagl.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Eliminate UNICODEVECTOR data type.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h,
+ include/wine_gl.h:
+ Commented out references to x11drv internals from MESA code.
+
+ * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c,
+ graphics/win16drv/brush.c, graphics/win16drv/font.c,
+ graphics/win16drv/objects.c, graphics/win16drv/pen.c,
+ include/win16drv.h, dlls/ttydrv/objects.c, dlls/wineps/brush.c,
+ dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/pen.c,
+ dlls/wineps/psdrv.h:
+ Removed some direct accesses to GDI internal pen/brush/font
+ structures.
-Thu Aug 6 21:05:35 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - If the class of the window is a known standard, then format the name
+ of the WM_USER+nnn messages if possible.
+ - Fix case where the classname returned was truncated and not printed
+ at all.
+ - Issue errors if either the Notify or common control messasge lists
+ are out of order.
+ - Prepare to dump out control block structures pointed to by lparam
+ for messages.
+
+ * dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h,
+ dlls/wineps/init.c, graphics/enhmetafiledrv/init.c,
+ graphics/metafiledrv/init.c, graphics/win16drv/init.c,
+ graphics/x11drv/dib.c, graphics/x11drv/init.c, include/bitmap.h,
+ include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/dib.c,
+ dlls/gdi/wing.c:
+ Moved the 16-bit pointer to the DIB bits out of the driver-specific
+ structure and into the main bitmap structure. Removed
+ CreateDIBSection16 from the driver interface.
+
+ * controls/menu.c, dlls/shell32/shell32_main.c, include/heap.h, windows/mdi.c:
+ Got rid of HEAP_strdupW.
+
+ * dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
+ dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c, dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, dlls/wineps/afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Remove redundant data structure from font metrics.
+
+ * dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ OleFont::IDispatch::Invoke stub can just return S_OK.
+
+2001-07-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c:
+ Use AdjustWindowRect to translate X to window rectangle instead of
+ duplicating what's done in nonclient.c.
+
+ * windows/nonclient.c:
+ Bill Medland <medbi01@accpac.com>
+ Corrections to the Win95 and later frame drawing code.
+
+ * windows/win.c: Bill Medland <medbi01@accpac.com>
+ Additional modifications to the window styles during window creation.
+
+ * include/wine/shell16.h, memory/atom.c, dlls/winmm/winemm.h,
+ dlls/ntdll/signal_sparc.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c,
+ dlls/ole32/ole2nls.c, dlls/oleaut32/dispatch.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellreg.c,
+ dlls/shell32/shpolicy.c, dlls/kernel/sync.c, dlls/msvideo/vfw16.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Made sure that the files that contains the declarations
+ of the implementated functions are included.
+ - Corrected mismatching prototypes.
+ - Cleaned up the include section.
+
+ * include/Makefile.in:
+ Added a few more files to the install list.
+
+ * windows/winpos.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Trace rectangles returned by GetClientRect and GetWindowRect.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Recalc the toolbar size on TB_SETBUTTONSIZE in certain conditions.
+ - Add trace to show the paint rectangle prior to refreshing.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix handling of text color.
+ - Correct implementation of WM_SETREDRAW to be closer to native.
+ - Do more implementation of RBS_AUTOSIZE in the WM_SIZE processor.
+ - Implement RBBS_VARIABLEHEIGHT. Used by IE4.
+ - Do more testing in WM_SIZE to handle strange cases like native.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Display rectangle from WM_NCCALCSIZE on entry and exit.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix conversion of W structure to A structure during notify.
+
+ * README:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Update information concerning FreeBSD.
+ Refer to Wine instead of wine as the package name.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Replace service thread with ReadFileEx/WriteFileEx.
+
+ * files/profile.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix 'undocumented' behaviour of GetPrivateProfileString.
+
+2001-07-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shpolicy.h:
+ Patrik Stridvall <ps@leissner.se>
+ Removed unused file.
+
+ * tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/winapi_check, tools/winapi/winapi_extract:
+ Patrik Stridvall <ps@leissner.se>
+ Minor reorganisation and a few bug fixes.
+
+ * dlls/ddraw/dsurface/wndproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix out of the source tree build (again).
+
+ * misc/registry.c, relay32/builtin32.c, scheduler/client.c,
+ scheduler/handle.c, scheduler/pipe.c, scheduler/process.c,
+ scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c,
+ scheduler/timer.c, win32/console.c, win32/device.c, win32/except.c,
+ windows/input.c, windows/message.c, windows/painting.c,
+ windows/queue.c, windows/timer.c, dlls/winsock/socket.c,
+ files/change.c, files/dos_fs.c, files/file.c, files/profile.c,
+ graphics/x11drv/xfont.c, include/server.h, include/wine/server.h,
+ include/wine/server_protocol.h, loader/main.c, loader/module.c,
+ loader/pe_image.c, loader/task.c, memory/atom.c, memory/registry.c,
+ memory/selector.c, memory/virtual.c, dlls/advapi32/registry.c,
+ dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c,
+ dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c,
+ dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c:
+ Moved server.h to include/wine.
+
+ * server/Makefile.in, server/handle.h, server/object.h,
+ server/process.h, server/protocol.def, server/request.c,
+ server/request.h, server/thread.h, server/unicode.h,
+ tools/make_requests:
+ Use the new protocol.def file to build the request structures.
+ Define protocol structures in a separate server_protocol.h file.
+ Removed __WINE_SERVER__ checks now that all includes are in the right
+ directory.
- * [windows/nonclient.c][misc/tweak.c][include/tweak.h]
- [documentation/win95look]
- Removed some tweak variables. They are no longer needed.
+ * dlls/wineps/afm.c, dlls/wineps/font.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Read/calculate average character width for all fonts.
+ Work directly with 16-bit WCHARs; don't convert to CP1252.
+
+ * dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make Helvetica Narrow a separate font family.
+
+2001-07-18 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/environ.c, misc/registry.c, msdos/dosconf.c, msdos/int29.c,
+ msdos/ppdev.c, objects/brush.c, objects/metafile.c, objects/pen.c,
+ win32/file.c, dlls/version/resource.c, dlls/winmm/joystick.c,
+ dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/time.c, files/dos_fs.c, graphics/win16drv/objects.c,
+ graphics/x11drv/objects.c, include/msvcrt/string.h,
+ include/wine/winuser16.h, include/winuser.h, loader/task.c,
+ dlls/comctl32/comctl32undoc.c, dlls/ddraw/dclipper/main.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/wndproc.c,
+ dlls/ddraw/helper.c, dlls/kernel/comm.c, dlls/kernel/kernel_main.c,
+ dlls/msacm/pcmconverter.c, dlls/msvcrt/errno.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/msvcrt.h, dlls/user/lstr.c, dlls/user/wsprintf.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Made sure that the files that contains the declarations
+ of implementated functions are included.
+ - Corrected mismatching prototypes.
+ - Cleaned up the include section.
+
+ * memory/atom.c: Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/modules.pm, tools/winapi_check/output.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_options.pm,
+ tools/winapi_check/winapi_parser.pm, tools/winapi/config.pm,
+ tools/winapi/output.pm, tools/winapi/setup.pm,
+ tools/winapi/winapi_extract:
+ Patrik Stridvall <ps@leissner.se>
+ Several additions and bug fixes.
+
+ * windows/message.c, include/winuser.h:
+ Reject pointer messages in SendNotifyMessage[AW] and
+ SendMessageCallback[AW]. Fixed prototypes.
+
+ * include/comcat.h, include/docobj.h, include/oaidl.h,
+ include/objidl.h, include/ocidl.h, include/oleidl.h, include/rpc.h,
+ include/servprov.h, include/strmif.h, include/unknwn.h,
+ include/urlmon.h:
+ Francois Gouget <fgouget@free.fr>
+ Include rpc*.h/windows.h/ole2.h just like windows.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use GetCommState16 to save state in OpenComm16.
+ Merge comm16 globals into one structure.
+
+ * tools/fnt2bdf.c:
+ Bill Medland <medbi01@accpac.com>
+ Make the font name and size settings reflect the data in the font file
+ rather than arbitrary values.
+
+ * relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_DoReturn: remove redundant printing of tid.
+
+2001-07-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in: Updated dependencies.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite SetCommState16 to use SetCommState.
+
+ * dlls/ntdll/debugtools.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ More descriptive error on buffer overflow.
+
+ * controls/listbox.c:
+ Bill Medland <medbi01@accpac.com>
+ As for the edit control, the style of the borders on the list control
+ is modified in the dialog loading code, not in the control itself.
+
+ * ole/ole2nls.c, dlls/user/text.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed some more overflowing string traces.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Draw MenuBar in proper place (some cases).
+
+ * dlls/opengl32/opengl32.spec:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Make sure user32 is always loaded before x11drv.
+
+ * tools/winelauncher.in:
+ Francois Gouget <fgouget@free.fr>
+ Handle spaces properly when restarting winelauncher for debug.
+
+ * dlls/comctl32/datetime.c:
+ Francois Gouget <fgouget@free.fr>
+ Some 'calendar' typos...
+
+ * dlls/shell32/shell32_main.c, include/shellapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Added missing CommandLineToArgvW prototype.
+
+ * dlls/comctl32/toolbar.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Refresh bitmap count to take in account imagelist changes after
+ TB_SETIMAGELIST.
+
+ * dlls/user/dde/misc.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fixed unicode warning.
+
+ * include/winnt.h, server/named_pipe.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
+ when opening a named pipe if the pipe exists but no instances of it are
+ currently waiting for a connection.
+
+2001-07-14 Alexandre Julliard <julliard@winehq.com>
+
+ * server/debugger.c, server/file.c, server/process.c,
+ server/process.h, server/ptrace.c:
+ Backed out the suspend_process_for_ptrace change.
+ Fixed a couple of races in ptrace code.
+
+ * configure, configure.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Remove the -rpath option from the link command.
+
+ * dlls/ntdll/ntdll.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm,
+ tools/winapi_check/win32/msvcrt.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_parser.pm, tools/winapi/output.pm,
+ tools/winapi/winapi_extract, tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ Several additions and bug fixes.
+
+ * windows/dce.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Better LockWindowUpdate debug.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made some FIXME()s print the respective strings passed.
+ Changed StgSetTimes() to correct type.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added Quality Box (readonly currently) for 16bit templated dialogs.
+ Added [Printer] button support in 16bit templated dialogs.
+ Try sending orientation icon to stc10 too.
+
+ * dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Replaced most of the numbers with the symbolic constants of the dialog
+ items.
- * [files/dos_fs.c]
- Added check for null pointer in DOSFS_GetDevice().
+ * msdos/ppdev.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Don't claim the parport for exclusive access and release the port
+ after every access.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite GetCommState16 using GetCommState.
+
+ * relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_GetProcAddress: don't touch already initialized fun-entries.
+
+2001-07-12 Alexandre Julliard <julliard@winehq.com>
+
+ * server/thread.c, server/thread.h:
+ Removed unused functions suspend/remove_all_threads.
+
+ * dlls/winsock/socket.c, files/dos_fs.c, graphics/fontengine.c,
+ memory/string.c, objects/dc.c, objects/gdiobj.c, objects/pen.c,
+ objects/region.c, windows/input.c, windows/mdi.c,
+ windows/message.c, windows/syscolor.c, windows/winpos.c,
+ dlls/kernel/thunk.c, dlls/ole32/storage32.c,
+ dlls/rasapi32/rasapi.c, dlls/shell32/shellole.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * files/file.c, include/file.h, scheduler/synchro.c,
+ dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement overlapped completion routines.
+ Don't use lpOverlapped->OffsetHigh to store bytes to transfer.
+
+ * dlls/x11drv/window.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix X crash when running in managed mode.
+
+ * unicode/casemap.c, unicode/wctype.c, unicode/c_042.c,
+ unicode/c_10006.c, unicode/c_1253.c, unicode/c_28597.c,
+ unicode/c_437.c, unicode/c_737.c, unicode/c_860.c, unicode/c_861.c,
+ unicode/c_862.c, unicode/c_863.c, unicode/c_865.c, unicode/c_869.c,
+ unicode/c_875.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c,
+ unicode/c_950.c:
+ Regenerated codepage files with Unicode 3.1 data.
+
+ * dlls/rpcrt4/rpcrt4_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win32/rasapi32.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/win32/ws2_32.api, tools/winapi/winapi_fixup,
+ tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several additions and bug fixes.
+
+ * tools/winemaker:
+ Bill Medland <medbi01@accpac.com>
+ Get winemaker to drop the trailing CtrlZ that is still to be found on
+ quite a lot of DOS files.
+
+ * dlls/x11drv/window.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/graphics.c:
+ Fixed a few issues with tsx11 locking.
+ Always map the client window when moving out of iconic state.
+
+ * loader/pe_image.c:
+ Don't call SNOOP_RegisterDLL on builtins.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h,
+ include/config.h.in, configure, configure.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - removed unused OSMesa linking
+ - removed OSMesa code
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement COMM_MSRUpdate with GetCommModemStatus.
+
+2001-07-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ include/Makefile.in, include/rpc.h, include/rpcdce.h,
+ include/rpcnterr.h:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Added a bunch of entry points.
+ Added some stubs and header information.
+ Fixed some return codes.
+
+ * windows/sysmetrics.c:
+ Bill Medland <medbi01@accpac.com>
+ Modify some system metrics to agree with Win95 and reflect the desktop
+ registry entries.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn.
+
+ * windows/message.c, windows/syscolor.c, windows/winpos.c,
+ msdos/int21.c, msdos/int5c.c, objects/bitmap.c, objects/clipping.c,
+ objects/dc.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
+ objects/palette.c, objects/pen.c, objects/region.c, objects/text.c,
+ ole/ole2nls.c, scheduler/handle.c, scheduler/process.c,
+ scheduler/thread.c, windows/cursoricon.c, windows/input.c,
+ windows/mdi.c, graphics/metafiledrv/init.c, loader/module.c,
+ loader/ne/convert.c, loader/ne/module.c, loader/ne/segment.c,
+ loader/resource.c, loader/task.c, memory/atom.c, memory/codepage.c,
+ memory/environ.c, memory/global.c, memory/heap.c,
+ memory/selector.c, memory/string.c, misc/main.c, misc/registry.c,
+ dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c,
+ dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c,
+ dlls/winmm/wineoss/oss.c, dlls/winsock/socket.c,
+ dlls/wsock32/protocol.c, dlls/wsock32/socket.c, files/dos_fs.c,
+ files/profile.c, graphics/bitblt.c, dlls/winmm/driver.c,
+ dlls/winmm/joystick/joystick.c, dlls/winmm/mci.c,
+ dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c,
+ dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c,
+ dlls/winmm/wavemap/wavemap.c, dlls/oledlg/oledlg_main.c,
+ dlls/opengl32/opengl_norm.c, dlls/richedit/richedit.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/brsfolder.c,
+ dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shellreg.c, dlls/shlwapi/regstream.c,
+ dlls/user/lstr.c, dlls/user/mouse.c, dlls/version/install.c,
+ dlls/win32s/w32sys.c, dlls/wineps/driver.c, dlls/kernel/debugger.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ dlls/msacm/pcmconverter.c, dlls/msvcrt/main.c,
+ dlls/msvcrt/string.c, dlls/msvideo/msvideo_main.c,
+ dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/nt.c,
+ dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtlstr.c,
+ dlls/ntdll/sync.c, dlls/ntdll/time.c, dlls/ole32/compobj.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/ole32/ole2impl.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/ole2disp.c,
+ dlls/oleaut32/oleaut.c, dlls/dplayx/dplay.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * debugger/db_disasm.c:
+ Added disassembly for 0x0f 0x5x opcodes.
+
+ * debugger/dbg.y, debugger/winedbg.c:
+ Better error reporting on DebugActiveProcess failure.
+
+ * server/context_i386.c, server/debugger.c, server/process.c,
+ server/process.h:
+ Small fixes to the debugger support.
+
+ * server/queue.c: Merge WM_MOUSEMOVE messages.
+
+ * tools/winapi_check/win32/wow32.api, tools/winapi/config.pm,
+ tools/winapi/function.pm, tools/winapi/options.pm,
+ tools/winapi/util.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Major reorganization and cleanup.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement FlushComm16 with PurgeComm.
+
+ * controls/edit.c, windows/dialog.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct the location of the style patching for the edit control.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Stub some rasapi functions.
+
+ * dlls/wininet/internet.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Have InternetGetConnectedState always return 'LAN connection'.
+
+2001-07-10 Alexandre Julliard <julliard@winehq.com>
+
+ * server/Makefile.in, server/named_pipe.c, server/request.h,
+ server/trace.c, dlls/kernel/kernel32.spec, dlls/kernel/sync.c,
+ files/file.c, include/server.h, include/winbase.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Start implementing named pipes.
+
+ * include/shlwapi.h, dlls/shlwapi/shlwapi.spec:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Add shlwapi.wvnsprintf[AW], header info and comments.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec,
+ include/winsock2.h:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Implemented a stub for WSARecvFrom.
+
+ * controls/menu.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ GetMenuItemID: return -1 for invalid menu items, not zero.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite EscapeCommFunction16 to use EscapeCommFunction.
+
+ * dlls/msvcrt/file.c:
+ Peter Hunnisett <hunnise@yahoo.com>
+ CreateFile should be called with security attributes in _open.
+
+ * dlls/ddraw/dclipper/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Make (G|S)etClipList not abort, but return DDERR_NOCLIPLIST.
+ Do not scroll FIXME()s too much.
+
+2001-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, dlls/ole32/compobj.spec,
+ dlls/oledlg/oledlg.spec, dlls/opengl32/make_opengl:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * dlls/oleaut32/parsedt.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Added comment that code is broken.
+ - Silenced annoying long term winapi_check message.
+
+ * dlls/rpcrt4/rpcrt4_main.c, include/config.h.in, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Add proper check for existance of struct sockaddr member sa_len.
+
+ * documentation/printing.sgml:
+ Andreas Mohr <a.mohr@mailto.de>
+ Updated printing documentation a bit.
+
+ * tools/winapi/config.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup, tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/gdi.api,
+ tools/winapi_check/win32/oledlg.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/winmm.api,
+ tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Fix some ordinal forwarding.
+
+ * controls/menu.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Add some argument validation to SetMenuItemInfoA, so QT5 does not
+ corrupt its menus.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Move creation process to the WM_NCCREATE message like native and force
+ styles WS_VISIBLE and CCS_TOP.
+ - Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
+ RB_MINIMIZEBAND.
+ - Improve preformance by removing calls to GetWindowLong for GWL_STYLE
+ (by saving state and handling WM_STYLECHANGED).
+ - Cleanup and remove dead and test code.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.
+
+ * controls/uitools.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct more colours so that DrawEdge works for more cases.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added missing IIDs.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
+ is not supported yet...)
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use HANDLEs instead of unix fds.
+
+ * programs/uninstaller/main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Add --list facility to list installed programs.
+ Add --remove xxx facility to remove a specific program.
+
+2001-07-02 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c, windows/input.c, windows/keyboard.c,
+ windows/message.c, windows/queue.c, memory/atom.c, memory/global.c,
+ memory/heap.c, memory/local.c, memory/selector.c, memory/string.c,
+ misc/error.c, misc/registry.c, misc/system.c, misc/version.c,
+ objects/bitmap.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
+ objects/palette.c, objects/text.c, scheduler/synchro.c,
+ scheduler/syslevel.c, files/directory.c, files/dos_fs.c,
+ files/drive.c, files/file.c, files/profile.c, graphics/bitblt.c,
+ graphics/escape.c, graphics/fontengine.c, graphics/mapping.c,
+ graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c,
+ graphics/x11drv/oembitmap.c, loader/main.c, loader/module.c,
+ loader/ne/module.c, loader/ne/resource.c, loader/resource.c,
+ loader/task.c, dlls/winmm/midimap/midimap.c,
+ dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/oss.c,
+ dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winspool/info.c,
+ dlls/wsock32/socket.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv_main.c, dlls/winmm/mcicda/mcicda.c,
+ dlls/version/resource.c, dlls/version/ver16.c,
+ dlls/win32s/w32skernel.c, dlls/win32s/w32sys.c,
+ dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c,
+ dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/wineps/driver.c,
+ dlls/wininet/wininet_main.c, dlls/winmm/driver.c,
+ dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c,
+ dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/sound16.c, dlls/winmm/time.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/shellreg.c,
+ dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/ttydrv/user.c, dlls/urlmon/urlmon_main.c, dlls/user/bidi16.c,
+ dlls/user/dde/ddeml16.c, dlls/user/display.c, dlls/user/lstr.c,
+ dlls/user/misc.c, dlls/user/mouse.c, dlls/user/network.c,
+ dlls/user/resource.c, dlls/user/text.c, dlls/user/thunk.c,
+ dlls/user/wsprintf.c, dlls/version/install.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/sec.c, dlls/ntdll/wcstring.c, dlls/ole32/compobj.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2.c,
+ dlls/ole32/ole2nls.c, dlls/ole32/storage.c,
+ dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c,
+ dlls/olepro32/olepro32stubs.c, dlls/olesvr/olesvr_main.c,
+ dlls/serialui/confdlg.c, dlls/setupapi/infparse.c,
+ dlls/shell32/changenotify.c, dlls/shell32/iconcache.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/generic.c, dlls/commdlg/printdlg.c,
+ dlls/dplayx/dpclassfactory.c, dlls/gdi/bidi16.c,
+ dlls/gdi/printdrv.c, dlls/gdi/thunk.c, dlls/gdi/wing.c,
+ dlls/kernel/comm.c, dlls/kernel/debugger.c,
+ dlls/kernel/kernel_main.c, dlls/kernel/string.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/toolhelp.c,
+ dlls/kernel/utthunk.c, dlls/kernel/win87em.c,
+ dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c,
+ dlls/mpr/mpr_main.c, dlls/msacm/pcmconverter.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/heap.c, controls/menu.c, dlls/avifil32/api.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/imagelist.c,
+ dlls/commdlg/colordlg.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in,
+ dlls/quartz/.cvsignore, dlls/quartz/Makefile.in,
+ dlls/quartz/main.c, dlls/quartz/quartz.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for quartz.dll.
+
+ * win32/file.c, dlls/kernel/kernel32.spec, files/file.c,
+ include/winbase.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Declare stubs for ReadFileEx, WriteFileEx.
+
+ * include/Makefile.in, include/amaudio.h, include/amvideo.h,
+ include/control.h, include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some dshow headers.
+
+ * dlls/wineps/wineps.spec, dlls/x11drv/x11drv.spec, dlls/Makefile.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix some inter dll dependencies.
+
+ * dlls/wsock32/protocol.c, dlls/wsock32/wsock32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add stdcall->cdecl thunks for inet_network and getnetbyname.
+
+ * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/truetype.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace PROFILE_* functions by Reg*.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
+ in WinZip).
+
+ * dlls/comctl32/toolbar.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Fix button text placement for disabled buttons (see Winzip 8.0).
+
+ * include/urlmon.h:
+ Nikolas Zimmermann <wildfox@kde.org>
+ Added IBindHost, IWinInetInfo, IWinInetHttpInfo class definitions,
+ BINDF, BINDSTATUS structs.
+
+ * dlls/gdi/dispdib.spec, dlls/gdi/wing.spec, dlls/kernel/stress.spec,
+ dlls/msvideo/msvideo.spec, dlls/ntdll/signal_i386.c,
+ dlls/ole32/compobj.spec, dlls/winmm/mmsystem.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/winapi_extract, tools/winapi/winapi_fixup,
+ tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm,
+ tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * dlls/msvideo/msvideo_main.c, objects/clipping.c, objects/palette.c,
+ windows/clipboard.c, windows/mdi.c, controls/menu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace some 16-bit calls by their 32-bit equivalents.
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Remember response from LVN_GETDISPINFO if user sets LVIF_DI_SETITEM.
+
+ * dlls/win32s/win32s16.c, dlls/win32s/win32s16.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Finish win32s separation.
+
+2001-06-29 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010629.
+
+----------------------------------------------------------------
+2001-06-29 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, dlls/user/dde/client.c, dlls/user/dde/misc.c,
+ dlls/user/dde/server.c, configure:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix 'make depend' for out of the source tree build.
+
+ * dlls/msvcrt/except.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add missing config.h include.
+
+ * dlls/x11drv/winpos.c:
+ Removed unnecessary SetWindowPos call in SetWindowRgn.
+
+ * README: Andreas Mohr <a.mohr@mailto.de>
+ Documentation update.
+
+ * windows/x11drv/Makefile.in, windows/x11drv/wnd.c,
+ dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv_main.c,
+ dlls/ttydrv/wnd.c, dlls/user/user_main.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
+ include/user.h, include/win.h, include/x11drv.h, windows/win.c,
+ windows/winpos.c:
+ Moved ForceWindowRaise to the USER driver and removed the WND driver.
+
+ * windows/message.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Fixed handling of WM_MOUSEWHEEL messages in non-client space.
+
+2001-06-28 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c, windows/message.c, windows/win.c,
+ controls/menu.c, dlls/ntdll/debugtools.c, dlls/ntdll/nt.c,
+ dlls/ntdll/rtl.c, msdos/ioports.c, objects/bitmap.c,
+ objects/brush.c, objects/clipping.c, objects/dc.c,
+ objects/dcvalues.c, objects/dib.c, objects/font.c,
+ objects/gdiobj.c, objects/metafile.c, objects/palette.c,
+ objects/pen.c, objects/region.c, objects/text.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation name fixes.
+
+ * configure, configure.in, include/config.h.in:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed subtle configure bug concerning OpenGL.
+ Found on FreeBSD (which has OpenGL in /usr/X11R6/lib).
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/winapi_fixup, tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * controls/edit.c:
+ Bill Medland <medbi01@accpac.com>
+ Improved handling of styles in the edit control, including detecting
+ changes of style and correcting handling of inconsistant styles.
+
+ * include/winnls.h, dlls/ole32/compobj.c, dlls/ole32/compobj.spec,
+ dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Finish ole32 separation.
+
+ * include/queue.h, include/server.h, server/queue.c,
+ windows/input.c, windows/message.c, windows/queue.c:
+ - Remove cooked hardware messages when they are dropped (reported by
+ Gerard Patel).
+ - Convert all posted 32-bit messages to Unicode before storing them in
+ the queue.
+ - Faster implementation of MSG_IsPointerMessage.
+ - Moved a couple of functions from queue.c to message.c.
+
+2001-06-27 Alexandre Julliard <julliard@winehq.com>
+
+ * include/acconfig.h, include/config.h.in, include/wine/port.h,
+ library/port.c, loader/elf.c, Makefile.in, configure,
+ configure.in:
+ Put AC_DEFINE symbols definitions directly in the configure script so
+ that we no longer need an acconfig.h. Cleaned up dlopen() tests a bit.
+
+ * misc/cpu.c: Andreas Mohr <a.mohr@mailto.de>
+ Fix misleading P4 warning message appearing even in case of match.
+
+2001-06-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/opengl32/wgl.c, dlls/x11drv/window.c, include/x11drv.h:
+ Added window properties to make some x11drv-specific information
+ available to higher level code.
+
+ * documentation/samples/config, include/config.h.in,
+ include/miscemu.h, msdos/Makefile.in, msdos/ioports.c,
+ msdos/ppdev.c, configure, configure.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added /dev/parport support for direct port access.
+
+ * dlls/x11drv/winpos.c:
+ Make the visible region empty for non-visible windows.
+
+ * windows/x11drv/event.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace one more PROFILE_ function by RegQueryValueExA.
+
+ * dlls/wineps/objects.c, graphics/metafiledrv/objects.c,
+ graphics/win16drv/objects.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace some 16-bit calls by their 32-bit equivalents.
+
+2001-06-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c:
+ Don't compile vm86-specific code on platforms that don't support it.
+
+ * dlls/commdlg/cdlg_Zh.rc, dlls/commdlg/rsrc.rc,
+ dlls/kernel/nls/cht.nls, dlls/shell32/shell32_Zh.rc,
+ dlls/shell32/shres.rc, dlls/user/resources/user32_Zh.rc,
+ graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
+ Jau-Horng Chen <b6502002@ee.ntu.edu.tw>
+ Added Traditional Chinese Support
+ Fixed sublang font size error when not using fixed-size font.
+
+ * graphics/x11drv/brush.c, graphics/x11drv/objects.c,
+ objects/clipping.c, objects/dc.c, windows/x11drv/event.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace some 16-bit calls by their 32-bit equivalents.
+
+ * include/winuser.h, include/x11drv.h, windows/input.c,
+ windows/x11drv/event.c, windows/x11drv/mouse.c,
+ dlls/user/user.spec, dlls/user/user32.spec:
+ Implemented SendInput().
+
+ * graphics/x11drv/dib.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Better separate the XShm using code.
+
+2001-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wrc/parser.y:
+ Bang Jun-Young <bjy@mogua.org>
+ Add a workaround for a bug in byacc (again).
+
+ * tools/examine-relay:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed for new relay format. added thread knowledge.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
+ notify formats.
+ - Move the drawing of the band backgrounds and band separators to the
+ WM_ERASEBKGND processing just the way the native controls do.
+ - Implement WM_SETREDRAW.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix memory leaks.
+ - Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
+ notify formats.
+ - Fix some drawing issues with COMBOEX_DrawItem.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fixed test so 0xffffffff is properly recognized.
+
+2001-06-22 Alexandre Julliard <julliard@winehq.com>
+
+ * winedefault.reg:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add RegisteredOwner and RegisteredOrganization.
+
+ * include/winnt.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added some defines for process security tokens.
+
+ * controls/scroll.c, dlls/comctl32/comctl32undoc.c, misc/registry.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * misc/cpu.c: Andreas Mohr <a.mohr@mailto.de>
+ GetSystemInfo() Pentium 4 support.
+
+ * server/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Remove truncate debug message printed on successful truncates.
+
+ * include/dde.h, include/ddeml.h, dlls/user/dde/client.c,
+ dlls/user/dde/dde_private.h, dlls/user/dde/ddeml16.c,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c,
+ dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml16.h,
+ dlls/user/user32.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Merge from Corel tree. Contributors are:
+ - Corel (Sean Langley, Michael Abd-El-Malek, Rick Mutzke, Bill Xing)
+ - Macadamian on behalf of Corel (Louis-Philippe Gagnon, Jean-Claude Batista)
+ Also added a few bits:
+ - Complete window model for several instances and conversations.
+ - Support for asynchronous transactions.
+ - Fixed some code (WM_DDE_REQUEST, WM_DDE_ADVISE, WM_DDE_REQUEST) handling.
+ - Support for wild connections.
+
+ * windows/x11drv/event.c, dlls/x11drv/winpos.c:
+ Don't rely on X to expose windows covered by a sibling, do it
+ manually.
+
+2001-06-21 Alexandre Julliard <julliard@winehq.com>
+
+ * include/user.h, windows/cursoricon.c, windows/input.c,
+ windows/x11drv/mouse.c, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/user.c, dlls/user/display.c, dlls/user/user_main.c,
+ dlls/x11drv/x11drv.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Make GetCursorPos call XQueryPointer.
+
+ * dlls/ntdll/signal_i386.c, include/thread.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Extended __wine_enter_vm86 to handle pending interrupts.
+
+2001-06-20 Alexandre Julliard <julliard@winehq.com>
+
+ * include/queue.h, include/winpos.h, windows/defwnd.c,
+ windows/input.c, windows/message.c, windows/queue.c,
+ windows/winpos.c, windows/winproc.c:
+ Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
+ Removed a few no longer used routines.
+
+ * msdos/dpmi.c, msdos/int10.c, msdos/int11.c, msdos/int12.c,
+ msdos/int13.c, msdos/int15.c, msdos/int1a.c, msdos/int20.c,
+ msdos/int25.c, msdos/int26.c, msdos/int2a.c, msdos/int2f.c,
+ msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/interrupts.c,
+ msdos/vxd.c, objects/font.c, objects/region.c,
+ scheduler/critsection.c, scheduler/thread.c,
+ dlls/winmm/mmsystem.c, dlls/winsock/socket.c,
+ dlls/winspool/info.c, files/directory.c, files/dos_fs.c,
+ files/file.c, files/profile.c, loader/module.c,
+ memory/codepage.c, memory/global.c, memory/selector.c,
+ misc/options.c, dlls/ole32/compobj.c, dlls/ole32/moniker.c,
+ dlls/ole32/ole2stubs.c, dlls/ole32/ole32_main.c,
+ dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/setupapi/virtcopy.c, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/changenotify.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellreg.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/wininet/http.c,
+ dlls/dsound/dsound_main.c, dlls/kernel/thunk.c,
+ dlls/msacm/msacm_main.c, dlls/msvideo/drawdib.c,
+ dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c,
+ dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/string.c,
+ dlls/ntdll/time.c, dlls/ntdll/wcstring.c, controls/menu.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/ddraw/main.c, dlls/dplayx/dplayx_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * windows/message.c, windows/painting.c, windows/queue.c,
+ windows/win.c, dlls/user/user_main.c, include/server.h,
+ include/win.h, server/queue.c, server/request.h, server/trace.c:
+ Moved queue paint count to the server. Removed a few no longer used
+ routines.
+
+ * dlls/commdlg/comdlg32.spec, dlls/setupapi/setupx.spec,
+ dlls/user/user.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/config.pm, tools/winapi/winapi_fixup,
+ tools/winapi_check/modules.pm,
+ tools/winapi_check/win16/setupx.api,
+ tools/winapi_check/win32/winmm.api,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * programs/wcmd/directory.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ - Fix uninitialised variable problem in DIR command.
+ - Correct some comments.
+
+ * dlls/x11drv/winpos.c:
+ Clip parent client area when using the drawable from a higher level
+ parent.
+
+ * dlls/x11drv/scroll.c: Fixed region leak.
+
+ * graphics/x11drv/clipping.c:
+ Subtract DC origin from graphics exposure event coordinates.
+
+2001-06-19 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c, server/trace.c, tools/make_requests,
+ windows/input.c, windows/message.c, windows/queue.c,
+ dlls/user/user_main.c, dlls/x11drv/window.c, include/queue.h,
+ include/server.h:
+ Moved hardware message queue handling to the server.
+
+ * server/request.c:
+ Ignore EAGAIN errors in read_request.
+
+ * dlls/version/info.c, dlls/version/install.c,
+ dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c,
+ dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c,
+ dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/winmm/driver.c, dlls/winmm/joystick.c, dlls/winmm/mci.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/time.c,
+ dlls/winsock/socket.c, dlls/winspool/info.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv_main.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/setupx_main.c, dlls/setupapi/stubs.c,
+ dlls/shdocvw/shdocvw_main.c, dlls/shell32/brsfolder.c,
+ dlls/shell32/changenotify.c, dlls/shell32/control.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shellole.c,
+ dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/systray.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/ttydrv/user.c,
+ dlls/urlmon/umon.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, dlls/ole32/antimoniker.c,
+ dlls/ole32/bindctx.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/errorinfo.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/hash.c,
+ dlls/oleaut32/oleaut.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/stubs.c,
+ dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c,
+ dlls/opengl32/wgl.c, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c,
+ dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c,
+ dlls/lzexpand/lzexpand_main.c, dlls/mpr/auth.c,
+ dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c,
+ dlls/mpr/wnet.c, dlls/msacm/msacm_main.c, dlls/msvcrt/mbcs.c,
+ dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c,
+ dlls/ntdll/error.c, dlls/ntdll/exception.c, dlls/ntdll/file.c,
+ dlls/ntdll/nt.c, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/commctrl.c, dlls/ddraw/main.c,
+ dlls/dinput/dinput_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * dlls/winmm/midimap/midimap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fails mapper opening when no midi out devices are present.
+
+ * dlls/winmm/mmio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bugs in output functions (ascend, createChunk).
+ Cleaned up trace messages.
+ Fixed some mmioOpen file name parsing.
+
+ * include/urlmon.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ BSCF enum defines flags, not an enumeration.
+
+ * msdos/vga.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made DOS VGA display again with last months DDRAW updates.
+
+ * graphics/x11drv/xfont.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add System font to the set of default sans serif fonts.
+
+ * dlls/x11drv/winpos.c:
+ Fixed one more bug in clip_children.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/thread.c,
+ include/msvcrt/process.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
+ - _lfind and _ltow are implemented (not stubs).
+
+ * dlls/msvcrt/wcs.c:
+ Patrik Stridvall <ps@leissner.se>
+ Removed implementation of _ultow since it is forwarded to NTDLL in the
+ .spec file.
+
+ * dlls/kernel/comm.c, dlls/kernel/kernel32.spec, include/winbase.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed GetCommConfig number of arguments.
+
+ * Makefile.in: Patrik Stridvall <ps@leissner.se>
+ wine needs to be built before winedbg.
+
+ * if1632/relay.c, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/kernel/debugger.c,
+ dlls/kernel/kernel.spec, dlls/kernel/time.c,
+ dlls/user/user32.spec, dlls/wininet/internet.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/nativeapi.dat,
+ tools/winapi_check/preprocessor.pm,
+ tools/winapi_check/win32/avifil32.api,
+ tools/winapi_check/win32/crtdll.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/w32skrnl.api,
+ tools/winapi_check/win32/wow32.api,
+ tools/winapi_check/win32/wsock32.api,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.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>
+ - Slightly better handling of external/internal names.
+ - Minor bug fixes.
+ - Minor API files update.
+
+ * tools/winapi/config.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/imagelist.c, dlls/comctl32/propsheet.c,
+ dlls/commdlg/cdlg32.c, dlls/commdlg/colordlg.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c,
+ dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/generic.c, dlls/commdlg/printdlg.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * dlls/x11drv/window.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/palette.c, graphics/x11drv/xfont.c,
+ windows/x11drv/clipboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace PROFILE_ functions by RegQueryValueExA in x11drv.
+
+ * server/file.c: Bill Medland <medbi01@accpac.com>
+ SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the
+ 64 bit file access enhancement).
+
+ * configure.in, tools/config.guess, tools/config.sub, configure:
+ Patrik Stridvall <ps@leissner.se>
+ Added support for autoconf 2.50.
+
+2001-06-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ clip_children: don't crash if child is not in list (can happen on
+ WM_NCCREATE).
+
+ * scheduler/sysdeps.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Use clone() if HAVE_CLONE is defined.
+
+ * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_sparc.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Block SIGINT and SIGALRM in signal handlers.
+
+2001-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c:
+ Added direct system call for unaligned mmap support on Linux.
+ Support 64-bit file offsets in MapViewOfFileEx.
+
+ * ole/ole2nls.c, misc/lstr.c, misc/Makefile.in, dlls/user/lstr.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move IsCharAlphaA and IsCharAlphaNumericA to user32.
+ Better implement some of user32 *Char* functions regarding locale.
+ Remove kernel32 dependency on user32.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Stub for InternetGetCookieA.
+
+ * windows/nonclient.c, windows/spy.c, windows/sysmetrics.c,
+ windows/win.c, windows/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace more PROFILE_ functions by RegQueryValueExA.
+
+ * objects/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Multiple *ptr++ constructs in one expression have undefined behaviour,
+ moved them out of the expression.
+
+2001-06-13 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/device.c, win32/kernel32.c, win32/newfns.c,
+ scheduler/critsection.c, scheduler/handle.c, scheduler/pipe.c,
+ scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c,
+ scheduler/thread.c, scheduler/timer.c, win32/console.c,
+ loader/ne/module.c, loader/ne/resource.c, memory/atom.c,
+ memory/environ.c, memory/global.c, memory/heap.c,
+ memory/local.c, memory/registry.c, memory/selector.c,
+ memory/string.c, memory/virtual.c, misc/cpu.c, misc/lstr.c,
+ misc/main.c, misc/registry.c, misc/version.c, ole/ole2nls.c,
+ dlls/user/ddeml.c, dlls/user/lstr.c, dlls/winspool/info.c,
+ files/change.c, files/directory.c, files/dos_fs.c,
+ files/drive.c, files/file.c, files/profile.c, files/tape.c,
+ loader/module.c, loader/pe_resource.c, loader/resource.c,
+ loader/task.c, dlls/gdi/wing.c, dlls/kernel/comm.c,
+ dlls/kernel/debugger.c, dlls/kernel/format_msg.c,
+ dlls/kernel/string.c, dlls/kernel/sync.c, dlls/kernel/thunk.c,
+ dlls/kernel/time.c, dlls/kernel/toolhelp.c,
+ dlls/kernel/utthunk.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes (using winapi_fixup).
+
+ * dlls/x11drv/winpos.c:
+ Use the topmost parent that isn't clipping children as drawable,
+ to make sure parent siblings are not clipped.
+
+ * dlls/commdlg/fontdlg.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make ChooseFontW use ChooseFontA.
+
+ * windows/x11drv/event.c:
+ Force invalidating of siblings children on expose event.
+
+ * tools/winapi/config.pm, tools/winapi/options.pm,
+ tools/winapi/output.pm, tools/winapi/setup.pm,
+ tools/winapi/util.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ - New common code for the winapi tools.
+ - New tool for extracting source code information.
+ - New tool for automatically modifying (fixing) the source code.
+
+ * dlls/gdi/printdrv.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace PROFILE_GetWineIniString by RegQueryValueExA.
+
+ * dlls/dsound/dsound_main.c, include/dsound.h, include/winerror.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added definitions for IKsPropertySet, small stub implementation for
+ IDirectSound3DBuffer. Fixed one pointer reference.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ _tzset just forwards to libc tzset().
+
+ * dlls/msacm/driver.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect against a driver misconfiguration.
+
+2001-06-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c:
+ Fixed handling of zero-sized client window.
+ Create the X windows before sending WM_NCCREATE.
+
+2001-06-11 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, include/x11drv.h:
+ Added counter for operations generating graphics exposures to the DC
+ struct, to avoid waiting for expose events when none were generated.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvideo/msvideo_main.c,
+ dlls/ole32/antimoniker.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c,
+ dlls/wineps/afm.c, dlls/wineps/init.c, dlls/winmm/mmsystem.c,
+ graphics/driver.c, misc/cpu.c, dlls/gdi/printdrv.c,
+ dlls/glu32/glu.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/msacm32_main.c, dlls/msacm/stream.c,
+ dlls/ddraw/dclipper/main.c, dlls/ddraw/main.c,
+ dlls/kernel/debugger.c, dlls/kernel/thunk.c,
+ dlls/kernel/wowthunk.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes (using winapi_fixup).
+
+ * scheduler/sysdeps.c: Warning fix.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/avifile.api,
+ tools/winapi_check/win32/avifil32.api,
+ tools/winapi_check/win32/glu32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/midimap.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/wnaspi32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update.
+ - Minor bug fixes.
+
+ * dlls/winmm/mci.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Alias and Device Type are case insensitive.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - correct rebar window borders and handling of RBS_BORDERS, now
+ matches native.
+ - major redesign of band layout, now comes a lot closer to native for
+ the test programs.
+ - support RBS_VARHEIGHT for both on and off.
+ - better debug info, and performance improvement
+
+2001-06-08 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/relay.c:
+ Bob Goodwin <goodie1@pacbell.net>
+ Mask out garbage in the upper half of stack pointer.
+
+ * dlls/ntdll/debugtools.c, dlls/user/text.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Limit output for certain text functions.
+
+ * configure.in, include/acconfig.h, include/config.h.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added check for broken mmap64.
+
+ * dlls/make_dlls:
+ Added script to update dlls dependencies.
+
+ * configure.in, dlls/Makefile.in, dlls/glu32/.cvsignore,
+ dlls/glu32/Makefile.in, dlls/glu32/glu.c, dlls/glu32/glu32.spec,
+ tools/winebuild/build.h, Make.rules.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented glu32.dll as libGLU.so forwarder.
+
+ * include/win.h, windows/dce.c, dlls/x11drv/window.c:
+ Removed WIN_NATIVE flag.
+
+ * programs/wcmd/directory.c:
+ Francois Gouget <fgouget@free.fr>
+ ULARGE_INTEGER may have a dummy struct name.
+
+ * dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Upgrade OpenGL thunks with latest informations from OpenGL spec file.
+
+2001-06-07 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/task.c, windows/clipboard.c, windows/dialog.c,
+ windows/nonclient.c, windows/timer.c, windows/user.c:
+ Removed unneeded inclusion of queue.h.
+
+ * scheduler/process.c, tools/winebuild/README,
+ tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Support for specifying stack size of Winelib apps.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/comentry.c,
+ dlls/avifil32/iafile.c, dlls/avifil32/iastream.c,
+ dlls/avifil32/igframe.c, dlls/avifil32/main.c,
+ dlls/avifil32/string.c, include/vfw.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some part of AVIFIL32.
+
+ * tools/wineconf:
+ Donn Miller <dmmiller@cvzoom.net>
+ Case insensitive search for win.ini.
+
+ * dlls/kernel/kernel32.spec, win32/newfns.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for GetQueuedCompletionStatus.
+
+ * dlls/commdlg/cdlg_Fr.rc:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fixes to French translation of common dialog messages.
+
+2001-06-06 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/uitools.c:
+ Susan Farley <susan@codeweavers.com>
+ Changed the outer color of a push button frame from gray to white,
+ matching the Windows look; modified the paint routine for the
+ close button of a tool window to improve scalability.
+
+ * dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c,
+ dlls/x11drv/window.c, dlls/x11drv/x11drv.spec, include/user.h,
+ windows/win.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Use a flag to test if create structure is unicode.
+
+ * configure.in, configure:
+ Bang Jun-Young <bjy@mogua.org>
+ Replace "Linux dll" with "GNU style ELF dll".
+ Remove support for NetBSD a.out dll.
+
+ * BUGS, include/winnt.h, objects/region.c,
+ programs/regapi/regapi.c, win32/file.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Documentation updates.
+
+ * dlls/version/info.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Remove unneeded WINAPI.
+
+ * configure, configure.in, dlls/wineps/truetype.c, include/config.h.in:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use autoconf checks to check for various FreeType headers.
+
+ * tools/wrc/parser.y, tools/wrc/preproc.c, tools/wrc/parser.h,
+ tools/wrc/parser.l:
+ Francois Gouget <fgouget@free.fr>
+ Wrc no longer needs to parse C code. Remove c-junk handling code.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for enough buffer space in PROFILE_GetSection().
+
+ * dlls/comctl32/propsheet.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented page skipping on PSN_SETACTIVE -1 return.
+
+ * scheduler/process.c, include/module.h, loader/module.c,
+ loader/pe_resource.c:
+ Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
+ Cleaned up a few HMODULE/HMODULE16 mismatches.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c,
+ dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c,
+ dlls/wineps/data/Helvetica.c, dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Condensed.c,
+ dlls/wineps/data/Helvetica_Condensed_Bold.c,
+ dlls/wineps/data/Helvetica_Condensed_BoldObl.c,
+ dlls/wineps/data/Helvetica_Condensed_Oblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Updated built-in metrics for core PostScript fonts.
+
+ * include/gdi.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Fixed typo in INTERNAL_YWSTODS.
+
+ * dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Removed incorrect string length calculation.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/winpos.c:
+ Bobby Bingham <uhmmmm@ameritech.net>
+ Stub implementation of AnimateWindow().
+
+ * include/wnaspi32.h, dlls/winaspi/winaspi32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning sucess, ASPI
+ buffer allocation/free implemented.
+
+2001-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c, windows/scroll.c, windows/win.c,
+ windows/winpos.c, windows/x11drv/clipboard.c,
+ windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/mouse.c, windows/x11drv/wnd.c,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c,
+ dlls/user/user_main.c, dlls/x11drv/Makefile.in,
+ dlls/x11drv/desktop.c, dlls/x11drv/scroll.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c,
+ graphics/x11drv/clipping.c, include/user.h, include/win.h,
+ include/winpos.h, include/x11drv.h, windows/dce.c,
+ windows/defwnd.c, windows/nonclient.c:
+ Create an X window for every window, including children.
+ Fixed non-client rectangle calculations in managed mode.
+ Added support for icon window in managed mode.
+
+ * tools/wrc/ppl.l, tools/wrc/ppy.y:
+ Maciek Kaliszewski <kenon@go2.pl>
+ Added support for RCINCLUDE directive. Now wrc ignores everything
+ except preprocessor directives from included *.h *.c files.
+
+ * tools/wrc/ppy.y:
+ Francois Gouget <fgouget@free.fr>
+ Fix the conversion of MS style '#line' directives to gcc style.
+
+ * programs/wcmd/ChangeLog, programs/wcmd/README,
+ programs/wcmd/builtins.c, programs/wcmd/directory.c,
+ programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ - Report file and directory sizes using 64-bit arithmetic (like NT).
+ - Handle pipes in commands.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ INSTALL_LIBRARY does not exist, use INSTALL_PROGRAM. Fix handling of
+ the INSTALL* variables.
+ Winelib applications don't need to link with X, i386, ossaudio, xpg4,
+ mmap, util, dl or curses. Only wine does (normally).
+ Remove YACC & LEX variables (Make.rules.in).
+ Winemaker's makefiles don't use ldconfig.
+
+ * windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove optimization in NC_HandleNCActivate.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}.
+
+2001-05-31 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c:
+ Susan Farley <susan@codeweavers.com>
+ Disable the edit box when created with WS_DISABLED.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.h:
+ Malte Starostik <Malte.Starostik@t-online.de>
+ Implemented some very basic functionality.
+
+ * Make.rules.in, dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/user/Makefile.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ List 16-bit resources separately as RC_SRCS16.
+
+ * configure, configure.in:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ If you have freetype1 and freetype2 coexisting, freetype-config should
+ be freetype2-config.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Fixed font metric rounding error.
+
+ * dlls/comctl32/toolbar.c:
+ Francois Gouget <fgouget@free.fr>
+ TOOLBAR_InsertButtonA: If iString==-1 then don't use it as a pointer.
+
+ * dlls/msvcrt/file.c:
+ Francois Gouget <fgouget@free.fr>
+ fclose should return EOF (-1) if an error condition exists.
+
+ * dlls/msvcrt/data.c:
+ Francois Gouget <fgouget@free.fr>
+ Call FreeEnvironmentStrings when msvcrt is unloaded.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/msvcrt.spec, include/msvcrt/eh.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added msvcrt/eh.h.
+ Implemented unexpected, terminate and set_unexpected/terminate.
+
+ * dlls/oleaut32/variant.c, include/oleauto.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the VarXxxFromCy conversions.
+ Remove (commented-out) references to inexistent VarXxxFrom32 functions.
+ Remove obsolete '32' suffixes.
+
+ * dlls/ddraw/ddraw/main.c:
+ Jason McMullan <jmcmullan@linuxcare.com>
+ More accurate stub of DDRAW:GetFourCCCodes.
+
+ * controls/scroll.c:
+ Bobby Bingham <uhmmmm@ameritech.net>
+ Fixed scrollbars return value to the SBM_SETRANGE and
+ SBM_SETRANGEREDRAW messages.
+
+2001-05-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
+ dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/afm2c.c,
+ dlls/wineps/agl.c, dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c,
+ dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c,
+ dlls/wineps/data/Helvetica.c, dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Condensed.c,
+ dlls/wineps/data/Helvetica_Condensed_Bold.c,
+ dlls/wineps/data/Helvetica_Condensed_BoldObl.c,
+ dlls/wineps/data/Helvetica_Condensed_Oblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c, dlls/wineps/mkagl.c,
+ dlls/wineps/psdrv.h, configure, configure.in:
+ Ian Pilcher <ian.pilcher@home.com>
+ Build AFM data for core PostScript fonts into WINEPS.
+
+ * include/acconfig.h, include/config.h.in, include/wine/port.h,
+ library/port.c, server/file.c, win32/file.c, configure,
+ configure.in, files/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop any file64 functions, try to use system supplied 64-bit mode by
+ using proper defines.
+
+ * ole/ole2nls.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ When reading resources in NLS_LoadStringExW we should map
+ SUBLANG_NEUTRAL to SUBLANG_DEFAULT.
+
+ * dlls/winmm/wineoss/audio.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Attempt to write fragments and check whether we can notify the client
+ after every message.
+
+ * dlls/shlwapi/path.c, include/shlwapi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ First try at implementing PathGetCharType().
+
+ * tools/wrc/ppy.y:
+ Maciek Kaliszewski <kenon@go2.pl>
+ Added better GCC-style #line directive handling.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ configure.in: Remove unnecessary AC_PROG_RANLIB check
+ Make.rules.in: Add missing CXX variable
+ Cosmetic changes
+
+ * library/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Link libwine.so with $(LIBS).
+
+ * dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use macros for FreeType includes.
+
+2001-05-25 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't just assume everything is a Dos Device, or mirc will not get any
+ DCC sends.
+
+ * dlls/comctl32/datetime.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Implemented DTM_GET/SETRANGE.
+
+2001-05-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/kernel/kernel_main.c, dlls/kernel/string.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove kernel32 dependency on user32 by implementing family of k32
+ functions as callouts to user32.
+
+ * include/winerror.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added an unknown VxD error code.
+
+ * documentation/installation-und-konfiguration.german:
+ Andreas Mohr <a.mohr@mailto.de>
+ Updated German documentation.
+
+ * dlls/dsound/dsound_main.c, dlls/winmm/joystick/joystick.c,
+ dlls/winmm/time.c, loader/task.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * dlls/user/user.spec, windows/message.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Get rid of GetCurrentTime16().
+
+ * include/snoop.h, loader/elf.c, loader/pe_image.c, relay32/snoop.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Make snoop code take ordinal base into account.
+
+ * dlls/kernel/comm.c, include/wine/winuser16.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ - BuildCommDCB16() uses int instead of BOOL
+ - OpenComm16() should return IE_BADID for *all* invalid strings
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
+ dlls/shlwapi/url.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - add stubs SHLWAPI_294, UrlApplySchemeW
+ - correct SHLWAPI_151 parameters
+ - implemented StrTrimA
+
+ * dlls/setupapi/virtcopy.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ VcpQueueDelete() does not have a LPEXPANDVTBL parameter.
+
+ * win32/device.c: Andreas Mohr <a.mohr@mailto.de>
+ - add handler for VCD VxD ("virtual comm device" ?)
+ - SetLastError( ERROR_INVALID_FUNCTION ); for unimplemented functions
+ - spelling fixes
+
+ * dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Added AvgCharWidth member to font metrics.
+
+ * dlls/wineps/agl.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Updated PostScript glyph name data.
+
+ * misc/version.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Only fail with ERROR_INSUFFICIENT_BUFFER if the structure size is
+ actually too small.
+
+2001-05-22 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some issues.
+
+ * include/winpos.h, windows/message.c, windows/winpos.c:
+ Make WIN_WindowFromPoint take a POINT instead of a POINT16.
+ Small bug fix in scope window handling.
+ Always check for message when QS_SENDMESSAGE is set.
+
+ * documentation/configuring.sgml, documentation/multimedia.sgml,
+ documentation/status/multimedia, documentation/wine-doc.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Updated multimedia documentation.
+
+ * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
+ dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
+ dlls/msacm/wineacm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Mimic more closely Windows' behavior (a MSACM driver is always opened
+ twice: first time for info gathering, subsequent openings for
+ conversions).
+ Added format suggestion for PCM.
+ Cleaned up internal structures.
+
+ * dlls/winmm/midimap/midimap.c,
+ dlls/winmm/midimap/midimap.drv.spec, winedefault.reg:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Made midi mapper more robust.
+ Added channel to device/channel mapping.
+ Removed midiIn mapping (it doesn't exist on Windows).
+
+ * dlls/winmm/lolvldrv.c, documentation/samples/config:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now loading the default setting for low level drivers from registry.
+
+ * misc/cdrom.c: Francois Gouget <fgouget@free.fr>
+ Use memset rather than bzero.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+ Mike Bond <mbond@cox.rr.com>
+ Fixed spawnlp and added exec variants.
+
+ * dlls/kernel/comm.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Small clean up.
+
+ * graphics/win16drv/init.c, objects/gdiobj.c, objects/metafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some dll separation issues.
+
+ * dlls/msvcrt/data.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Correctly generate the environment global variables.
+
+2001-05-21 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Take message filters into account for WM_PAINT too.
+
+ * debugger/break.c, debugger/debugger.h, debugger/info.c,
+ debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the notion of delayed breakpoint (when a function is not loaded
+ yet, the name will be tried again for each new loaded module).
+
+ * dlls/commdlg/cdlg_Fr.rc:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Some French translations.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed open requests in case of error (if the physical device failed to
+ open, the ACM stream was left opened).
+ Added mapping search for waveIn devices.
+
+ * windows/sysparams.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added basic support for SPI_GETSCREENREADER.
+
+2001-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed reply_message when there is no received message.
+
+ * windows/timer.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed SetTimer for hwnd == 0.
+
+ * debugger/hash.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Accept responses from 1..n when choosing from multiple symbols to
+ match the input labels.
+
+2001-05-18 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c:
+ Fixed typo in message filter check.
+
+ * include/thread.h, loader/task.c, scheduler/thread.c:
+ Removed THREAD_IsWin16.
+
+ * controls/menu.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Fix menu behaviour when escape is pressed.
+
+ * win32/file.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Do not return FALSE on SetFileAttributes() failure (in readonly
+ directory setups).
+
+ * server/queue.c, server/request.h, server/thread.c,
+ server/trace.c, windows/clipboard.c, windows/message.c,
+ windows/queue.c, windows/timer.c, windows/win.c,
+ windows/x11drv/event.c, dlls/user/user32.spec,
+ dlls/user/user_main.c, dlls/x11drv/x11drv.spec,
+ include/message.h, include/queue.h, include/server.h,
+ include/user.h, include/winuser.h:
+ Moved the major part of message queue and window timer handling into
+ the server.
+ Implemented MsgWaitForMultipleObjectsEx.
+
+ * windows/x11drv/clipboard.c, windows/defwnd.c,
+ documentation/winelib-porting.sgml, dlls/oleaut32/variant.c,
+ dlls/dplayx/dplaysp.c, dlls/comctl32/monthcal.c:
+ Francois Gouget <fgouget@free.fr>
+ Spelling typos.
+
+ * dlls/x11drv/xvidmode.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed compile if we do not have the xf86vidmode extension.
+
+ * dlls/shell32/shellpath.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ The shell special folder path creation did not mkdir the last
+ component of the path if it did not end with \.
+
+ * scheduler/thread.c, include/winnt.h:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Enhanced SetThreadExecutionState stub.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+ Mike Bond <mbond@cox.rr.com>
+ Implementation of spawnl and spawnlp.
+
+ * dlls/winspool/info.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use older cupsGetPrinters() API so we support CUPS 1.0.x too (as found
+ in Debian Potato).
+ Only set the default printer if there is no entry yet or it is not
+ WINEPS driven.
+
+ * windows/input.c: Jukka Heinonen <jhei@iki.fi>
+ Keyboard events did not update AsyncKeyStateTable, now they do.
+
+ * controls/edit.c, dlls/imm32/imm.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Make sure we set dwOSVersionInfoSize before calling GetVersionInfo().
+
+2001-05-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/dga2.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Adopted to new threaded displays.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, include/acconfig.h, include/config.h.in,
+ configure, configure.in:
+ Ian Pilcher <ian.pilcher@home.com>
+ Read metrics from TrueType fonts.
+
+ * windows/mdi.c: Bill Medland <medbi01@accpac.com>
+ Only measure child rectangles of visible children when deciding about
+ scroll bars.
+
+ * dlls/winspool/info.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Disable /etc/printcap parsing if no PPD file specified.
+
+ * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Guesstimate Windows font metrics for Type 1 fonts.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c,
+ windows/x11drv/keyboard.c, windows/x11drv/mouse.c,
+ windows/x11drv/wnd.c, windows/message.c, windows/queue.c,
+ windows/user.c, windows/win.c, windows/winpos.c,
+ dlls/user/display.c, dlls/user/user_main.c,
+ dlls/x11drv/Makefile.in, dlls/x11drv/desktop.c,
+ dlls/x11drv/dga2.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c, include/thread.h, include/user.h,
+ include/x11drv.h, controls/desktop.c, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/user.c:
+ Create an X connection for each thread, and process X events in the
+ thread that created the corresponding X window.
+ Spawn a separate thread to run the desktop message loop in desktop
+ mode.
+
+ * include/wine/port.h, library/port.c:
+ Warnings fixes.
+
+2001-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * library/port.c, loader/dos/dosmod.c, loader/ne/resource.c,
+ loader/ne/segment.c, msdos/int13.c, msdos/int21.c,
+ server/console.c, server/file.c, server/pipe.c, server/serial.c,
+ server/sock.c, win32/device.c, win32/file.c,
+ windows/clipboard.c, dlls/winaspi/aspi.c,
+ dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c,
+ dlls/winedos/dosvm.c, dlls/wineps/afm.c, dlls/wininet/ftp.c,
+ files/file.c, graphics/x11drv/xfont.c, include/acconfig.h,
+ include/config.h.in, include/wine/port.h, library/loader.c,
+ configure, configure.in, dlls/shell32/shelllink.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented 64bit file size handling.
+ Removed several unneeded sys/stat.h includes.
+
+ * windows/queue.c:
+ Clear owner of system message queue to avoid freeing it when the first
+ task exits.
+
+ * documentation/printing.sgml:
+ Ian Pilcher <ian.pilcher@home.com>
+ Add closing tags.
+
+ * include/winsock.h:
+ Bang Jun-Young <bjy@mogua.org>
+ Define HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Test if the menu is destroyed before displaying a menu item.
+
+2001-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c, dlls/user/controls.h, windows/user.c, windows/win.c:
+ Create a new window for the top popup menu on every new menu tracking,
+ so that the window belongs to the right thread.
+
+ * dlls/wineps/font.c, files/drive.c,
+ graphics/enhmetafiledrv/init.c, graphics/win16drv/font.c,
+ graphics/x11drv/xfont.c, objects/font.c, controls/listbox.c,
+ dlls/avifil32/avifile.c, dlls/comctl32/status.c,
+ dlls/comctl32/tab.c, dlls/commdlg/filedlg.c, dlls/msvcrt/data.c,
+ dlls/msvcrt/dir.c, dlls/oleaut32/typelib.c,
+ dlls/shell32/shellord.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove unnecessary single quoting of debugstr_xxx strings.
+
+ * documentation/configuring.sgml, documentation/running.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Add a warning saying that the x11drv section is getting outdated.
+ Add templates for missing configuration options to the x11drv section.
+ Remove obsolete command-line options.
+
+ * include/imagehlp.h, include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Removed some more obsolete 32 suffixes.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Eliminate __compar_fn_t.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/opengl32/wgl.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c,
+ dlls/x11drv/xvidmode.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/oembitmap.c, graphics/x11drv/opengl.c,
+ graphics/x11drv/palette.c, graphics/x11drv/text.c,
+ graphics/x11drv/xfont.c, include/x11drv.h,
+ windows/x11drv/clipboard.c, windows/x11drv/wnd.c:
+ Renamed display to gdi_display where it is used for GDI operations, to
+ allow supporting multiple X connections.
+
+2001-05-10 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010510.
+
+----------------------------------------------------------------
+2001-05-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c, windows/win.c:
+ Fixed reparenting to desktop (found by Gerard Patel).
+
+ * loader/module.c:
+ Really free the memory on dll unload.
+
+ * dlls/user/user_main.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec, include/user.h, include/win.h,
+ windows/scroll.c, windows/x11drv/wnd.c, dlls/ttydrv/wnd.c:
+ Moved ScrollWindowEx implementation to the graphics driver.
+
+ * tools/winelauncher.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't start applications in the background to avoid breaking console
+ applications.
+
+ * include/wine/obj_oleaut.h:
+ Francois Gouget <fgouget@free.fr>
+ The declaration of DECIMAL in VARIANT happens in the wrong place.
+ Comment out for now.
+
+ * documentation/printing.sgml:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed the printing documentation to include CUPS and LPR support,
+ also give some hints on AFM files in system and generic.ppd.
+
+ * documentation/samples/generic.ppd:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added a generic level 3 color postscript PPD (for /etc/printcap based
+ printers).
+
+ * winedefault.reg:
+ Ove Kaaven <ovek@transgaming.com>
+ Added version entry for DirectX 7.0a.
+
+2001-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c:
+ Removed XShmCompletion event support (no longer used).
+
+ * programs/winetest/Makefile.PL, programs/winetest/Makefile.in,
+ programs/winetest/wine.xs:
+ Got rid of MakeMaker so we can build outside the source tree.
+
+ * scheduler/client.c:
+ Allow WINESERVER to specify a relative path.
+
+ * dlls/wsock32/socket.c:
+ Bang Jun-Young <bjy@mogua.org>
+ On NetBSD if_type is defined as a macro in /usr/include/net/if.h.
+ Undefine it to avoid a conflict.
+
+ * dlls/ntdll/signal_i386.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Do not use internal exception codes defined by Wine with NetBSD,
+ rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
+ is not supported by NetBSD.
+
+ * server/context_i386.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Added support for NetBSD.
+
+ * include/ddraw.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed the IDirectDrawSurface4 interface declaration to conform a bit
+ more with the DirectX SDK headers' idea of what the interface looks
+ like.
+
+ * dlls/kernel/format_msg.c:
+ Duane Clark <dclark@akamail.com>
+ Add tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS, and act
+ accordingly.
- * [controls/tooltips.c][include/commctrl.h]
- Improved tooltips.
+ * windows/focus.c, windows/message.c, windows/win.c,
+ windows/winpos.c:
+ Use 32-bit hook functions where possible. Cleaned up a couple of
+ 16-bit type uses.
+
+ * windows/clipboard.c, windows/defwnd.c, windows/scroll.c,
+ windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/wineclipsrv.c, memory/global.c, msdos/int10.c,
+ msdos/int21.c, msdos/ioports.c, objects/palette.c,
+ dlls/user/resource.c, dlls/version/install.c,
+ dlls/winaspi/aspi.c, dlls/wininet/internet.c,
+ dlls/winmm/driver.c, dlls/winmm/mci.c,
+ dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/wnd.c,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/wineoss/audio.c,
+ files/profile.c, graphics/win16drv/init.c,
+ graphics/x11drv/palette.c, dlls/odbc32/proxyodbc.c,
+ dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/filemoniker.c, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/typelib.c, dlls/psapi/psapi_main.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlview.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/ttydrv/palette.c, dlls/comctl32/treeview.c,
+ dlls/commdlg/filedlg.c, dlls/ddraw/ddraw/main.c,
+ dlls/dinput/mouse/main.c, dlls/dsound/dsound_main.c,
+ dlls/imm32/imc.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c,
+ dlls/imm32/memory.c, dlls/kernel/utthunk.c, dlls/msvcrt/file.c,
+ dlls/msvcrt/locale.c, dlls/msvcrt/math.c, controls/menu.c,
+ dlls/comctl32/commctrl.c, dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@free.fr>
+ Add '\n' at the end of traces.
+
+ * include/nonclient.h, include/user.h, include/win.h,
+ include/x11drv.h, windows/nonclient.c, windows/x11drv/wnd.c,
+ dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user_main.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec:
+ Moved window move/resize syscommand handling to the graphics driver.
+
+ * controls/combo.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Only draw the padding area of the combo box, don't erase the combo
+ selection text.
+
+ * tools/specmaker/msmangle.c:
+ Francois Gouget <fgouget@free.fr>
+ Renamed 'operator_compliment' to 'operator_complement'.
+
+ * controls/edit.c:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Fixed a paint problem reported by Mike McCormack.
+
+ * dlls/wineps/afm.c, dlls/wineps/agl.c, dlls/wineps/glyphlist.c,
+ dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Unicode encodings for PostScript fonts.
+
+ * dlls/gdi/printdrv.c, dlls/wineps/init.c, dlls/winspool/info.c,
+ dlls/winspool/wspool.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented /etc/printcap based printing support.
+ Changed 'CUPS:printername' to 'LPR:printername'.
+ Some fixes in AddPrinterW().
+
+ * misc/version.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add missing newline to WARN messages.
+
+2001-05-08 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c, relay32/relay386.c, relay32/snoop.c,
+ scheduler/process.c, scheduler/thread.c, windows/winproc.c,
+ dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, if1632/relay.c:
+ Francois Gouget <fgouget@free.fr>
+ Print the tid in the first column when +tid is specified.
+
+ * dlls/wineps/escape.c, graphics/escape.c, include/wingdi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ PS passthrough was sending 2 bytes too many.
+ Added GETSETPRINTORIENT stub.
+ Implemented EPSPRINTING mode changer.
+
+2001-05-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/escape.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make PSDRV_Escape(GETPHYSPAGESIZE) return physical size.
+
+ * dlls/wineps/init.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Fixed rounding error in page size calculation.
+
+ * dlls/commdlg/printdlg.c:
+ Duane Clark <dclark@akamail.com>
+ Swap portrait/landscape icon when button clicked.
+
+ * documentation/samples/config:
+ Duane Clark <dclark@akamail.com>
+ Added entry for printing to a file.
+
+ * graphics/x11drv/codepage.c, include/Makefile.in,
+ include/minmax.h, include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added the minmax.h header (VC6).
+ Added support for NOMINMAX.
+ Remove __min/__max from windef.h, they belong to (msvcrt/)stdlib.h.
+
+ * dlls/Makedll.rules.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Sanity check for Makedll.rules.in -> Makedll.rules on whether to rerun
+ configure.
+
+ * configure.in, configure:
+ Bang Jun-Young <bjy@mogua.org>
+ Add the NetBSD style errno location.
+ Modify a message to give a bit more info when building Wine on NetBSD.
+
+ * include/guiddef.h, include/objbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Added missing include directives.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Remove the anonymous function parameter from generate_list calls when
+ it is unnecessary.
+ Modify the .spec.c rule to allow compilation out of $(TOPSRCDIR).
+
+ * include/msvcrt/stdio.h, include/windows.h:
+ Francois Gouget <fgouget@free.fr>
+ RC_INVOKED (&NOWINRES) special cases.
+
+ * tools/wrc/wrc.c:
+ Francois Gouget <fgouget@free.fr>
+ -l/-L were not renamed to -t/-T in the usage messages.
+
+ * dlls/setupapi/virtcopy.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Fix duplicate directories being concatenated to buffer in
+ VcpExplain16(). Added a few useful TRACE lines. Enabled a ifdef'ed
+ out call to CopyFile() inside of VCP_CopyFiles() so files are copied
+ to a users directories during an install.
+
+ * dlls/winmm/wineoss/oss.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Call OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Include missing errno.h.
+
+ * dlls/commdlg/fontdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop flags during font enumeration for font chooser if we get no
+ matches.
+
+ * dlls/gdi/gdi.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed some ptr into str.
+
+ * include/wine/obj_base.h, include/wine/obj_oleaut.h,
+ include/wtypes.h, include/oleauto.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added support for the DECIMAL type.
+ Names are no longer suffixed with 32! Removed it.
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
+
+ * include/winerror.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added IS_ERROR.
+
+ * dlls/wineps/init.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Report that we have 2^16 colors, so PowerPoint97 prints colored
+ slides.
+
+ * dlls/wineps/text.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ For underlining and striking out text we need to send a 'newpath' or
+ have the whole page filled with black.
+
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Paper dialog translated to German.
+
+ * files/profile.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Potential buffer overflow in PROFILE_CopyEntry.
+
+2001-05-05 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/user.c, dlls/user/user_main.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
+ include/keyboard.h, include/user.h, windows/keyboard.c,
+ windows/sysparams.c:
+ Remove Get/SetBeepActive from USER driver and manage it locally inside
+ SystemParametersInfo.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed WM_COMMAND notification codes for 16 bit PrintDlg.
+
+ * debugger/winedbg.c, debugger/winedbg.spec:
+ Delay import of user32 to allow debugging crashes in user init code.
+
+ * dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented large parts of PageSetupDlgA.
+
+ * dlls/commdlg/fontdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Debug output for flags, select first available height and weight when
+ selecting a font.
+
+2001-05-03 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dce.c:
+ Make sure we recompute the visible region in DC hook.
+
+ * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Misc. error checking in PostScript driver.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Implement autorepeat scrolling when button is held down.
+ Improvements to size and appearance of buttons.
+
+ * documentation/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Clean should also delete the pdf, ps and .out(?) files.
+
+ * documentation/make_winehq:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the www.winehq.com directory handling.
+
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/hash.c, debugger/module.c, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started handling of several symbols with the same name.
+ Fixed trampoline identification.
+
+ * documentation/debugger.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a small section about expressions in winedbg.
+
+2001-05-02 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/module.c:
+ Uncommented the VirtualFree call on dll unload.
+
+ * configure, configure.in:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed the OSMesa configure check so that OSMesa won't be linked in if it's
+ incompatible with the GLX implementation (e.g. nvidia).
+ Removed the old "OSMesa not found" warning.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed PrintDlg so the devnames struct contains the correct driver
+ printer and port names.
+
+ * documentation/debugging.sgml:
+ Simeon Pilgrim <simeon.pilgrim@alliedtelesyn.co.nz>
+ Typo in stub-reporting style description
+
+ * dlls/msvcrt/msvcrt.spec:
+ Francois Gouget <fgouget@free.fr>
+ ntdll._iswctype should be ntdll.iswctype.
+
+ * controls/combo.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not HeapFree() memory not allocated by us in COMBO_GetText.
+ Convert return value from LB_GETTEXT into COMBO_GetText.
+
+2001-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added check for cups/cups.h header file and a warning if we find only
+ runtime libraries, but no headers.
+
+ * controls/combo.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Draw the padding area of a combo box.
+
+ * dlls/wineps/init.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Check for errors in PSDRV_Init.
+
+ * windows/x11drv/event.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree
+ XErrors.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/comctl32.spec:
+ Chris Morgan <cmorgan@wpi.edu>
+ Implement COMCTL32_StrToIntW() using NTDLL's _wtoi.
+
+2001-04-27 Alexandre Julliard <julliard@winehq.com>
+
+ * server/context_i386.c, server/context_sparc.c, server/ptrace.c,
+ server/thread.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
+
+ * controls/desktop.c, controls/edit.c, controls/menu.c,
+ controls/scroll.c, controls/uitools.c, dlls/kernel/kernel.spec,
+ dlls/win32s/win32s16.spec, scheduler/process.c,
+ scheduler/syslevel.c, win32/file.c, windows/mdi.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation name fixes.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/module.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added documentation.
+
+ * include/acconfig.h, include/config.h.in, configure,
+ configure.in, dlls/commdlg/printdlg.c, dlls/gdi/printdrv.c,
+ dlls/wineps/Makefile.in, dlls/wineps/init.c,
+ dlls/winspool/Makefile.in, dlls/winspool/info.c,
+ dlls/winspool/wspool.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added CUPS printing support.
+
+ * dlls/ddraw/ddraw_private.h:
+ Francois Gouget <fgouget@free.fr>
+ DDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
+
+ * dlls/x11drv/dga2.c, dlls/x11drv/x11ddraw.c,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Reimplemented DXGrab with improvements; it no longer depends on
+ XVidMode, and it releases the grab if the app exits full-screen
+ DirectDraw. Also made the UseDGA option available for AppDefaults
+ configuration.
+
+2001-04-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/cursoricon.c, windows/syscolor.c,
+ dlls/msvcrt/msvcrt.spec, dlls/ole32/storage32.c,
+ dlls/setupapi/virtcopy.c, dlls/wintrust/wintrust_main.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * windows/x11drv/wnd.c:
+ Avoid crash on deleted windows.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/compobj.api,
+ tools/winapi_check/win16/setupx.api,
+ tools/winapi_check/win16/user.api,
+ tools/winapi_check/win32/crtdll.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/version.api,
+ tools/winapi_check/win32/wintrust.api,
+ tools/winapi_check/win32/ws2_32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update
+ - Minor bug fixes
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c:
+ Gael de Chalendar <Gael.de.Chalendar@limsi.fr>
+ Corrected a typo in spec file and added some stubs.
+
+ * dlls/winmm/mmsystem.c:
+ James Hatheway <james@macadamian.com>
+ PlaySoundA should return TRUE when it stops playing sound.
+
+2001-04-24 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/wnd.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c,
+ dlls/user/user_main.c, dlls/x11drv/Makefile.in,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, include/dce.h, include/message.h,
+ include/user.h, include/win.h, include/winpos.h,
+ include/x11drv.h, windows/Makefile.in, windows/dce.c,
+ windows/defwnd.c, windows/event.c, windows/focus.c,
+ windows/message.c, windows/painting.c, windows/scroll.c,
+ windows/win.c, windows/winpos.c:
+ Moved most of the implementation of SetWindowPos and SetDrawable into
+ the user driver, and the corresponding code into the dlls/x11drv
+ directory. Moved a few functions out of the window driver into the
+ user driver. Plus a few related cleanups.
+
+ * dlls/ddraw/d3dviewport.c, dlls/dinput/keyboard/main.c,
+ dlls/opengl32/wgl.c:
+ Small cleanups.
+
+ * relay32/relay386.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop SYSLEVEL checks from relay debugging, since they break debugging
+ builtin GDI dlls.
+
+ * include/msvcrt/stdlib.h:
+ Francois Gouget <fgouget@free.fr>
+ Don't use Windows types like LONGLONG in msvcrt headers.
+
+ * debugger/db_disasm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some more disassembly instructions (notably rdtsc, which is used
+ by several programs) and more MMX.
+
+2001-04-23 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c:
+ Francois Gouget <fgouget@free.fr>
+ Use snprintf to prevent buffer overflows in format_exception_msg.
+
+ * include/tchar.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Prevent use by Wine's source.
+ Added missing 'function' definitions (macros really).
+
+ * dlls/msvcrt/time.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must not free the pointer returned by localtime (especially not
+ with MSVCRT_free!).
+ We no longer need to include stdlib.h.
+
+ * include/msvcrt/stddef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added offsetof (for the MFC).
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/heap.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/string.c,
+ include/msvcrt/malloc.h, include/msvcrt/search.h,
+ include/msvcrt/stdlib.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add msvcrt/malloc.h (for the MFC).
+ Add msvcrt/search.h.
+ Move duplicated definitions to the new headers.
+ Use malloc.h instead of stdlib.h when sensible.
+
+ * include/msvcrt/crtdbg.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Provide limited support for the msvcrt debug API.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Files with special characters may not have been renamed. Try to match
+ both forms.
+
+ * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
+ dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
+ dlls/msacm/wineacm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added cache for drivers information.
+ Fixed a few bugs (memory handling, version info...)
+ Enhanced validity checks.
+
+ * dlls/wineps/glyphlist.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use typecasts to suppress compiler warnings.
+
+ * objects/font.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented GetCharABCWidths with GetCharWidth.
+
+ * objects/region.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2
+ compiler bug.
+
+ * debugger/db_disasm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some MMX disassembly to the debugger.
+
+ * debugger/expr.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed getting a variable address.
+
+ * debugger/types.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed float variables display.
+
+2001-04-20 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c:
+ Dominik Strasser <dominik.strasser@mchp.siemens.de>
+ Allow illegal handles in FindClose.
+
+ * dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ files/drive.c, objects/dib.c, tools/wineconf,
+ debugger/ext_debugger.c, dlls/comctl32/animate.c,
+ dlls/ole32/antimoniker.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * windows/property.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - make sure that we really use the correct amount of parameters each
+ time for the callback function
+ - always pass strings instead of atoms to Win32 enum proc
+ - fix trace crash due to string format displaying of atom (LOWORD
+ only) handle
+
+ * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/agl.c,
+ dlls/wineps/glyphlist.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Store each glyph name only once in PostScript driver.
+
+ * objects/brush.c: Andreas Mohr <a.mohr@mailto.de>
+ Take a stab at implementing SetSolidBrush16.
+
+ * dlls/comctl32/imagelist.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed off by one error in ImageList_DrawIndirect().
+ Fixed some missing NULL HIMAGELIST check (fixes Microsoft Works
+ startup).
+
+ * dlls/winmm/wineoss/mixer.c:
+ James Hatheway <james@macadamian.com>
+ Make sure to return our variable with the correct return value.
+
+ * memory/virtual.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ VirtualProtect should return correct old protection flags.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Notify parent of child size changes when changes are from WM_SIZE
+ messages.
+ - If more than one band exists, then first band may have a gripper.
+ - Fix the band layout algorithm to handle some issues from WinARA.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
+ - Implement WM_NCCREATE to remove unwanted window styles (as native does).
+ - Clean up some traces.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Fix file lossage in subdirectories of an 'include' directory (closes #163).
+ When case fixing #includes, take into account that the file may have
+ been renamed (closes #161).
+ Better support of $(SRCDIR) in -I directives.
+ RTF was not recognised in rc files because it was in the wrong place.
+ Escape weird characters when putting the rc filename in the spec file.
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Added WINEPRELOAD to man wine.
+
+ * dlls/kernel/comm.c:
+ Dominik Strasser <dominik.strasser@t-online.de>
+ Don't use RTSCTS if Str handshake is enabled.
+ Use appropriate Unix timeout values in SetCommTimeouts.
+
+2001-04-18 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20010418.
+
+----------------------------------------------------------------
+2001-04-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in: Fixed setupapi dependencies.
+
+ * windows/input.c: Jukka Heinonen <jhei@iki.fi>
+ GetAsyncKeyState now clears "has been pressed" information of only the
+ requested key instead of all keys.
+
+ * windows/dce.c, dlls/user/user_main.c:
+ No need to preallocate DCEs since they are allocated on demand
+ anyway.
- * [controls/status.c][include/commctrl.h]
- Cleaned up code and added tooltip support.
+ * include/wingdi.h, include/winuser.h, include/dce.h:
+ Moved DCX_* constants to winuser.h.
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga2.c,
+ dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/xvidmode.c,
+ dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/dsurface/dga2.c,
+ dlls/ddraw/dsurface/dga2.h:
+ Removed a few obsolete files.
+
+ * dlls/ddraw/dsurface/hal.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix DGA so it works properly again.
+
+ * dlls/msacm/msacm32_main.c:
+ James Hatheway <james@macadamian.com>
+ Add \n to FIXME call in acmGetVersion to prevent overflowing buffer in
+ wine_dbg_vprintf.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Eliminate unitialized garbage being returned from LISTVIEW_GetItemA.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Enhanced the pragma pack handling.
+ Enhanced the 'afxres.h' handling (the indentation).
+ Start issuing winemaker's warnings in the source files themselves.
+
+2001-04-17 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/listbox.c, windows/message.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Do not send WM_MOUSEACTIVATE for children of desktop.
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/hal.h, dlls/ddraw/dpalette/hal.c,
+ dlls/ddraw/dpalette/hal.h, dlls/ddraw/dsurface/hal.c,
+ dlls/ddraw/dsurface/hal.h, dlls/ddraw/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
+ Disabled DirectDraw's old XVidMode and DGA2 drivers, it now depends on the
+ display driver (x11drv) HAL implementations of these features.
+
+ * dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in,
+ dlls/setupapi/infparse.c, dlls/setupapi/setupapi.rc,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/setupapi_private.h,
+ dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h,
+ dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h,
+ dlls/setupapi/virtcopy.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - implement some more virtcopy (VCP) stuff
+ - add some setupx resources
+ - implement VHSTR functionality
+ - large parts of VCP callback handling
+ - merge setupapi and setupx stuff, especially resource handling
+ gets rid of setupx debug channel; setupapi is the only one that remains
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/dsurface/dibtexture.c,
+ dlls/ddraw/dsurface/dibtexture.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed the obsolete DIBTexture surface class.
+
+ * dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h,
+ dlls/ddraw/dsurface/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fill in some more HAL fields. Flip some of them when appropriate.
+ Allow SetSurfaceDesc to change client memory surface address.
+ Propagate DIB color table updates to backbuffers too (thanks to
+ Stephen Clouse).
+
+ * dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fill in some DirectDrawPalette HAL fields.
+
+ * dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h,
+ dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h,
+ dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed User_DirectDraw_GetCaps. Using Main_DirectDraw_GetCaps instead,
+ and the User constructor filling in the main capability bits.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fill in some of the ddraw HAL fields.
+ Call the set_exclusive_mode callback when necessary.
+ Added a Main_DirectDraw_GetCaps method.
+ Removed references to obsolete DIBTexture surface class.
+
+ * dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented gamma control on the DirectDraw primary window.
+ Ensured that the primary window is created before the constructor returns.
+ Flag the primary window as transparent so mouse clicks pass through it.
+ Put the primary window handle into a reserved field for x11drv HAL use.
+
+ * dlls/Makefile.in:
+ Francois Gouget <fgouget@free.fr>
+ Fix typo so that wintrust is built.
+
+ * documentation/configuring.sgml:
+ Joerg Mayer <jmayer@loplof.de>
+ Add a missing </sect3>.
+
+ * dlls/wsock32/socket.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Use of proper test gets rid of a signed/unsigned warning.
+
+ * graphics/x11drv/init.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the ddraw HAL access escape (DCICOMMAND) in x11drv.
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant sending of WM_DRAWITEM message to ownerdrawn
+ combobox.
+
+2001-04-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/lstr.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fix some crash on bad parameter conditions.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented _wtoi and _wtol.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/dga2.c, dlls/x11drv/dga2.h,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the XF86DGA2 driver for the ddraw HAL.
+ Entered some basic HAL device capabilities data.
+ Added a GetDriverInfo handler.
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in,
+ dlls/wintrust/.cvsignore, dlls/wintrust/Makefile.in,
+ dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Added new dll wintrust.dll with a stub for WinVerifyTrust().
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/dsurface/gamma.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the IDirectDrawGammaControl interface.
+
+ * dlls/wineps/init.c, dlls/wineps/ppd.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make paper size and bin type handling more like Windows drivers.
+
+ * objects/font.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add NULL check for lpnFit in GetTextExtentExPointW.
+
+ * graphics/x11drv/palette.c, include/ts_xlib.h, tsx11/X11_calls,
+ tsx11/ts_xlib.c:
+ Gavriel State <gav@transgaming.com>
+ Copy the first 128 colors from the default colormap to Wine's private
+ colormap when using 'shared' colors.
+
+ * loader/module.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
+ DLL failed, so that winesetuptk's fake-windows installation work.
+
+ * controls/listbox.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Slightly improve keyboard tracking in combobox.
+
+ * controls/edit.c:
+ Dan Engel <dengel@sourceharvest.com>
+ Set the backgound mode to opaque to paint highlighted text.
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dga2.c,
+ dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c,
+ dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added ddraw HAL and gamma ramp stuff to implementation structures.
+ Added a parameter and return value to flip_data and flip_update.
+
+ * graphics/x11drv/dib.c, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed CoerceDIBSection's AuxMod handling. Added CoerceDIBSection2.
+
+ * ole/uuid.c: Ove Kaaven <ovek@transgaming.com>
+ Include the GUIDs in ddrawi.h in the libwine_uuid.a library.
+
+ * include/ddrawi.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Yet more stuff for ddrawi.h, including some GetDriverInfo GUIDs.
+
+ * dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in,
+ dlls/ddraw/ddraw.spec, dlls/ddraw/version.rc:
+ Ove Kaaven <ovek@transgaming.com>
+ Add version resource to ddraw.dll, versioned to DirectX 7.0.
+
+ * dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@free.fr>
+ GetItemSpacing(true): Return the default item spacing if the view is
+ LVS_ICON, and the current 'item size' otherwise.
+
+ * relay32/snoop.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Display thread id instead of %fs in snoop trace.
+
+ * dlls/dinput/keyboard/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Don't restore the saved keyboard autorepeat config, since the config
+ save code itself was disabled a while ago...
+
+ * include/d3dtypes.h, include/d3dvec.inl, include/d3d.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Direct3D header update.
+
+ * include/d3dhal.h:
+ Ove Kaaven <ovek@transgaming.com>
+ New header d3dhal.h, the Direct3D HAL device driver interface.
+
+ * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle the %f case in wsprintf.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Changed the spec definition of *s*printf from *str to ptr, since that
+ parameter is a destination buffer that may only contain garbage on entry.
+
+ * dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dplayx/version.rc, dlls/dplayx/.cvsignore:
+ Ove Kaaven <ovek@transgaming.com>
+ Add version resource to dplayx.dll, versioned to DirectX 7.0.
+
+ * include/wine/wine_common_ver.rc:
+ Ove Kaaven <ovek@transgaming.com>
+ Generalize the Wine version resource template a bit.
+
+ * dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc,
+ dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_Eo.rc, dlls/shell32/shell32_Es.rc,
+ dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+ dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Ko.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_Sk.rc,
+ dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace "System" font by "Helv" in shell32 "About" dialog.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implementation of OLE32.IsAccelerator.
+
+ * dlls/ole32/storage32.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Return STG_E_FILEALREADYEXISTS in ole32.StgOpenStorage if the file is
+ not a storage object.
+
+ * objects/dc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move implementation of CreateDC16 to CreateDCA.
+
+ * objects/gdiobj.c:
+ Gavriel State <gav@transgaming.com>
+ Allocate bitmap objects in the large heap area.
+
+ * dlls/wineps/text.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed 0 count handling in PSDRV_Text.
+
+ * graphics/x11drv/xfont.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add MS Shell Dlg font to the set of default sans serif fonts.
+
+ * dlls/msvcrt/time.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed MSVCRT_clock return type.
+
+2001-04-13 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/printing.sgml:
+ Added missing <listitem>.
+
+ * server/file.c, server/mapping.c, server/object.h:
+ Repaired shared PE data sections.
+
+ * documentation/debugger.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added note on using shell scripts as AeDebug setup, added
+ BreakOnDllLoad variable.
+
+ * dlls/msacm/pcmconverter.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ A few fixes.
+
+ * dlls/msacm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed opening of some drivers.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed callback parameters (bogus hWave); added acm conversion for
+ waveIn.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Allow MCI_SET to change waveFormat for recording.
+ Fixed buffer handling on recording end.
+ Fixed size of recorded data in mmio file.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some buffers issue in recording.
+ Zeroed unnecessary second parameter for WIM_DATA notification.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Enhanced robustness at startup.
+
+ * windows/msgbox.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Preliminary support for MB_*MODAL styles.
+
+ * dlls/comctl32/status.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - *don't* MoveWindow() the status bar if CCS_NORESIZE is specified,
+ and use SetWindowPos instead for one of the MoveWindow()s
+ - call STATUSBAR_GetInfoPtr *once* like Windows does, not twice (used to be
+ in every sub function, too)
+ - remember hwndParent from create struct to use in at least WM_CREATE and
+ WM_SIZE instead of GetParent() like in Windows
+ - added DefWindowProc call to WM_SIZE like in Windows
+ - added InvalidateRect, UpdateWindow to WM_CREATE like in Windows
+ - much more verbose +statusbar output
+ - rename part_num to nPart for consistency
+ - added nclm.cbSize to SystemParametersInfoA call
+ - added FIXME to STATUSBAR_SetParts
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Set the custom dialog box to the bottom of the Z-order.
+
+2001-04-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dplayx/Makefile.in, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c,
+ dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c,
+ dlls/dplayx/dplayx_messages.h, dlls/dplayx/lobbysp.c,
+ dlls/dplayx/lobbysp.h, dlls/dplayx/name_server.c,
+ dlls/dplayx/name_server.h, include/dplay.h, include/objbase.h,
+ include/winerror.h, ole/uuid.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Provide lobby provider COM object header file and stub implementation
+ - Break out dpl and dp service provider intialization
+ - Add missing definition of E_PENDING
+ - Resolve a few fixmes
+ - Fix includes for dplay.h
+
+ * controls/menu.c, include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c:
+ Added first/last message filters to MSG_InternalGetMessage to avoid
+ busy waits.
+
+ * debugger/editline.c, dlls/kernel/kernel32.spec, include/wincon.h,
+ win32/console.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - added stubs for three console functions
+ - updated wincon.h
+
+ * ole/ole2nls.c:
+ James Hatheway <james@macadamian.com>
+ Small typo fix.
+
+ * windows/winpos.c:
+ James Hatheway <james@macadamian.com>
+ SetWindowRgn shouldn't activate the window.
+
+2001-04-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/crtdll/crtdll_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the signature of __GetMainArgs and __getmainargs (from msvcrt).
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+ dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c,
+ dlls/msvcrt/time.c, dlls/msvcrt/wcs.c:
+ Francois Gouget <fgouget@free.fr>
+ Include the msvcrt headers, remove duplicate definitions.
+ Fixed the signature of a few functions.
+ Don't use wcs* functions, use *W (from unicode.h) instead.
+
+ * include/tchar.h, include/windef.h, include/winnt.h:
+ Francois Gouget <fgouget@free.fr>
+ Prevent multiple definitions caused by MSVCRT headers.
+
+ * dlls/Makedll.rules.in:
+ Francois Gouget <fgouget@free.fr>
+ Allow the Makefile.in to define EXTRADEFS and add it to DEFS.
+
+ * include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
+ include/Makefile.in, include/msvcrt/conio.h,
+ include/msvcrt/ctype.h, include/msvcrt/direct.h,
+ include/msvcrt/dos.h, include/msvcrt/fcntl.h, include/msvcrt/io.h,
+ include/msvcrt/process.h, include/msvcrt/stddef.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h, include/msvcrt/time.h,
+ include/msvcrt/wchar.h, include/msvcrt/wctype.h:
+ Francois Gouget <fgouget@free.fr>
+ Added headers for the msvcrt library.
+
+ * controls/edit.c, windows/winproc.c:
+ Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
+ Removed mapping of 16-bit edit messages in the generic routines.
+
+ * programs/winemine/main.c:
+ Pass the correct string length to RegSetValueExA.
+
+ * dlls/advapi32/registry.c:
+ RegSetValueExA/W: fixed REG_SZ string length handling for Win95.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added stub for WSASend.
+
+ * dlls/ntdll/reg.c, server/registry.c:
+ Fixed handling of \\Registry prefix.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/olepicture.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Stub for OleLoadPictureEx.
+
+ * dlls/comctl32/comboex.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fix for small typo.
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c,
+ dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c,
+ dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c,
+ dlls/msvcrt/time.c, dlls/msvcrt/wcs.c:
+ Francois Gouget <fgouget@free.fr>
+ Adjust the 'MSVCRT_' prefix to match the msvcrt headers
+ Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
+ Remove '_cdecl', it's unnecessary
+
+2001-04-09 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/test.pl, programs/winetest/wine.pm,
+ programs/winetest/wine.xs, programs/winetest/winetest.c:
+ Store the function pointer in the %prototypes hash instead of the
+ function name to avoid looking it up on every call.
+ Fixed callback thunks to use stdcall calling convention.
+
+ * relay32/relay386.c, scheduler/process.c, scheduler/thread.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Display thread id instead of %fs in relay trace.
+
+ * dlls/kernel/time.c:
+ James Hatheway <james@macadamian.com>
+ Fill in StandardName field in struct returned from GetTimeZoneInformation.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
+ dlls/user/user32.spec, dlls/advapi32/advapi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some stubs for functions used by newer rpcrt4 dlls.
+
+ * objects/dc.c: Francois Gouget <fgouget@free.fr>
+ GetDeviceCaps: make sure the devCaps field is not NULL before
+ dereferencing it.
+
+ * dlls/ole32/compobj.c, include/wine/obj_base.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Arg 3 of CoGetClassObject is COSERVERINFO*, added some more debug.
+
+ * dlls/comctl32/comctl_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Translations for German language.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GetConvertStg stub.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Actually print the guids in DllGetClassObject().
+
+ * README, tools/wineinstall:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added uninstall hints.
+
+ * debugger/debugger.h, debugger/winedbg.c:
+ James Hatheway <james@macadamian.com>
+ Modify debugger to understand special undocumented "Name Thread"
+ exception from MS VC6.
+
+ * controls/combo.c, controls/listbox.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Really do not roll up if selection is being tracked by arrow keys in
+ the dropdown listbox.
+
+ * dlls/user/ddeml.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ When calling CreateMutex() handle the case when the mutex is already
+ created in another process.
+
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ After an item text changes, the rectangle width should be
+ recalculated.
+
+2001-04-04 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c:
+ Don't use THREAD_IdToTEB in EnumThreadWindows.
+
+ * unicode/wctomb.c:
+ James Hatheway <james@macadamian.com>
+ Make sure 'used' is set to 0 if no conversions take place.
+
+ * dlls/comctl32/listview.c:
+ Rein Klazes <rklazes@casema.net>
+ Fixed scrolling of listview with a mouse wheel.
+
+ * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
+ Implement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER flags in
+ OLE_GetFormatA.
+
+ * windows/winproc.c, controls/menu.c, dlls/kernel/thunk.c,
+ dlls/winedos/module.c, files/drive.c, loader/ne/module.c,
+ msdos/int21.c, scheduler/thread.c:
+ Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
+ handle.
+
+ * include/task.h, loader/task.c, windows/message.c, windows/queue.c:
+ Unified 16-bit and 32-bit scheduling a bit more.
+
+ * msdos/dosconf.c:
+ Don't call strtok twice if it failed the first time.
+
+ * server/request.c:
+ Make sure the process socket is non-blocking.
+ Don't fail if nothing ready on recvmsg for a file descriptor.
+
+ * include/wine/wingdi16.h, objects/font.c, include/wingdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix member names in NEWTEXTMETRICEX structs.
+
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Erase the in-memory DC for treeview and fixes the rectangle calculation.
+
+ * dlls/comctl32/header.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Set background mode to transparent before calling owner-drawn user
+ handling.
- * [controls/toolbar.c][include/commctrl.h]
- Added tooltip support.
+2001-04-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/wineps/Makefile.in, dlls/wineps/font.c,
+ dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ documentation/configuring.sgml, documentation/fonts.sgml,
+ documentation/printing.sgml, documentation/psdrv.reg,
+ documentation/wine-doc.sgml, documentation/wine-user.sgml:
+ Ian Pilcher <ian.pilcher@home.com>
+ Various registry-related PostScript driver enhancements.
+
+ * controls/edit.c:
+ Rein Klazes <rklazes@casema.net>
+ Do not send the EN_CHANGE notification message until the selection
+ start and end values are filled in.
+
+ * windows/x11drv/keyboard.c:
+ Gustavo Noronha Silva (KoV) <kov@debian.org>
+ Added US international keyboard.
+
+ * include/winuser.h, windows/sysparams.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add value 106 to SystemParametersInfo.
+
+2001-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/Makefile.PL, programs/winetest/Makefile.in,
+ programs/winetest/Makefile.win32, programs/winetest/wine.pm,
+ programs/winetest/wine.xs, programs/winetest/winetest.c:
+ John F Sturtz <jsturtz@codeweavers.com>
+ Added support for callback functions.
+
+ * dlls/ole32/storage32.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Don't try to create file twice in the NULL filename case for
+ StgCreateDocFile.
+
+ * controls/edit.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Update format engine to reduce flicker.
+
+2001-03-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/x11drv_main.c:
+ Added support for application-specific configuration for a few options
+ (Desktop, Managed, ScreenDepth and Synchronous).
+
+ * graphics/x11drv/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed undefined C constructs (val assignment in expressions using it,
+ postinc operators in macros).
+
+ * loader/task.c, miscemu/main.c:
+ Don't load user32 too early on for 16-bit apps, so that app-specific
+ config can be available while loading it.
+
+ * windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Get and print class name for right window in WIN_WalkWindows.
+
+ * tools/winebuild/spec16.c, windows/user.c, dlls/user/user.spec,
+ if1632/builtin.c, include/builtin16.h:
+ Always load the 32-bit dll containing a given 16-bit builtin.
+ Check the module name in addition to the file name when loading a
+ 16-bit builtin dll.
+
+ * dlls/x11drv/x11drv_main.c, graphics/x11drv/palette.c,
+ windows/x11drv/wnd.c, dlls/opengl32/wgl.c:
+ Gavriel State <gav@transgaming.com>
+ - Always use a double-buffered visual if one is available.
+ - Ensure that all colormaps created use the double-buffered visual if
+ it exists. This prevents problems where DRI GL implementations fail
+ to work unless the colormap visual matches the window visual matches the
+ glX visual.
+ - Get around similar visual issue with the default GL context created for
+ apps that don't create their own contexts before trying to use GL functions.
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Fixed command-line example.
+
+2001-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * ChangeLog, include/version.h, ANNOUNCE:
+ Release 20010326.
+
+----------------------------------------------------------------
+2001-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/samples/config:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added some additional defaults and samples to [fonts] section.
+
+2001-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/options.c, windows/dce.c, windows/win.c,
+ windows/x11drv/event.c, windows/x11drv/wnd.c,
+ dlls/x11drv/x11drv_main.c, documentation/samples/config,
+ documentation/wine.man.in, graphics/x11drv/xfont.c,
+ include/options.h, include/x11drv.h:
+ Cleanup properly on x11drv unloading.
+ Moved --synchronous option into config file.
+ Removed --desktop, --display and --language command-line options.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ James Hatheway <james@macadamian.com>
+ - MCI_SAVE should overwrite its destination file.
+ - widClose() is sometimes failing... MCI (in WAVE_mciRecordCallback)
+ shouldn't queue up buffers if it knows we are no longer recording.
+
+ * dlls/user/user_main.c, files/profile.c, memory/local.c,
+ objects/gdiobj.c, objects/metafile.c, windows/user.c:
+ Small dll separation fixes.
+
+ * dlls/advapi32/registry.c:
+ Use TEB static buffer for Unicode conversion.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added handling of .hpp files (another extension for C++ headers).
+ The wrapper code needs to import dlls too.
+ All the generated wrapper files were identical, the 'variable'
+ subsitution was done on the template itself. Oups!
+
+ * dlls/version/info.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ ConvertVersionInfo32To16: the end of the child list may also be marked
+ by a 0-byte child.
+
+2001-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/comm.c, files/file.c, include/file.h, include/server.h,
+ include/thread.h, scheduler/synchro.c, server/async.c,
+ server/object.h, server/request.h, server/serial.c, server/trace.c:
+ Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Use poll() on the client-side during server waits to implement
+ overlapped I/O.
+
+ * include/server.h, scheduler/process.c, server/console.c,
+ server/trace.c, win32/console.c:
+ Use the new send_fd mechanism for the set_console_fd server request.
+
+ * dlls/shlwapi/reg.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/xvidmode.c,
+ dlls/comctl32/comboex.c:
+ Jeff Garzik <jgarzik@mandrakesoft.com>
+ Added needed string.h includes.
+
+2001-03-21 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/win.c,
+ windows/winpos.c, windows/x11drv/wnd.c:
+ Cleaned up assumptions about WS_CHILD flag so that we can allow it to
+ be changed in SetWindowLong.
+
+ * dlls/ntdll/debugtools.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Increase debug buffer size up to 1024 bytes.
+
+ * configure, configure.in, programs/Makefile.in,
+ programs/winetest/.cvsignore, programs/winetest/Makefile.PL,
+ programs/winetest/Makefile.in, programs/winetest/Makefile.win32,
+ programs/winetest/test.pl, programs/winetest/wine.pm,
+ programs/winetest/wine.xs, programs/winetest/winetest.c,
+ programs/winetest/winetest.spec:
+ Added first version of the Perl regression testing framework.
+
+ * documentation/samples/config, documentation/wine.conf.man.in,
+ loader/loadorder.c:
+ Added "*" wildcard entry to DllOverrides to replace DllDefaults
+ section; this way it can also be specified on a per-app basis.
+ Removed compiled-in defaults for dlls mentioned in the sample config.
+ Update man page.
+
+ * dlls/ddraw/d3dtexture.c, dlls/winmm/mcicda/mcicda.c,
+ include/netspi.h, server/main.c, server/trace.c:
+ Jeff Garzik <jgarzik@mandrakesoft.com>
+ Warning fixes.
+
+ * tools/winebuild/spec32.c, tools/wmc/mcl.c, scheduler/pthread.c,
+ scheduler/synchro.c, server/atom.c:
+ Jeff Garzik <jgarzik@mandrakesoft.com>
+ Added some inclusions of string.h where necessary.
+
+ * loader/pe_image.c:
+ Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
+
+ * loader/module.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
+
+ * dlls/winmm/wineoss/audio.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Show an error if small enough fragment sizes couldn't be set.
+ Force a complete close/reopen of the sound device if pause is
+ requested in DirectSound mode (many drivers require this).
+
+ * dlls/ddraw/ddraw/user.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Remove obsolete and misleading FIXME.
+
+ * dlls/gdi/gdi32.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented Get/SetDeviceGammaRamp.
+
+2001-03-20 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/samples/config, documentation/wine.man.in,
+ include/loadorder.h, include/options.h, loader/loadorder.c,
+ loader/main.c, loader/module.c, loader/ne/module.c, misc/options.c:
+ - Added support for app-specific dll overrides using
+ AppDefaults\<appname>\DllOverrides configuration section.
+ - Better support for multiple --dll options.
+ - Added warning message to discourage putting multiple dlls in a
+ single override entry.
+
+ * win32/except.c:
+ Terminate process on unhandled ^C exception instead of launching the
+ debugger.
- * [documentation/common_controls]
+ * dlls/ttydrv/dc.c, dlls/wineps/init.c,
+ graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c,
+ graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h,
+ include/wingdi.h, objects/dc.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented Get/SetDeviceGammaRamp.
+
+ * dlls/user/user32.spec, windows/win.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added stubs for GetWindowsModuleFileName[A/W].
+
+ * controls/combo.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Native version seems to always re-draw the selected text at the end of
+ a rollup.
+
+ * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
+ dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added gamma ramp code to the XVidMode interface.
+
+ * include/ddrawi.h:
+ Ove Kaaven <ovek@transgaming.com>
+ More DirectDraw HAL type declarations.
+
+2001-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.in:
+ Satsuki Fujishima <sf@freebsd.org>
+ Fixed FreeBDS xpg4 check.
+
+ * Make.rules.in, tools/Makefile.in, tools/specmaker/Makefile.in:
+ Satsuki Fujishima <sf@freebsd.org>
+ Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
+
+ * include/wine/wine_common_ver.rc, dlls/oleaut32/.cvsignore,
+ dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/version.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add version info for built-in oleaut32.dll.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fix system menu crash by ensuring that item->text is not null when
+ MF_TEXT set.
+
+ * include/ddraw.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added IDirectDrawGammaControl interface declaration.
+
+ * dlls/version/info.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Truncate version data if provided buffer is not large enough.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed sound disappearing after on-the-fly sample rate changes and
+ after certain underrun conditions.
+ Compilation fixes for when USE_DSOUND3D is defined.
+
+ * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
+ Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
+ mouse clicks should go straight through the window.
+
+ * dlls/shell32/shellpath.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ SHGetSpecialFolderPathA must be able to create a full path if it
+ doesn't exist.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added stub for _setjmp3().
+ Implemented _sopen().
+
+2001-03-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
+ dlls/comctl32/rsrc.rc:
+ Gerard Patel <gerard.patel@asi.fr>
+ Added version info.
+
+ * graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
+ include/x11drv.h, objects/font.c, dlls/ttydrv/graphics.c,
+ dlls/ttydrv/ttydrv.h, dlls/wineps/font.c, dlls/wineps/psdrv.h,
+ graphics/win16drv/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Moved GetTextMetrics to unicode.
+
+ * dlls/version/info.c, include/winver.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed prototype of GetFileVersionInfoA/W.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Documented things known to be unimplemented.
+ - Implemented CBN_SELCHANGE, CBN_KILLFOCUS, and CBN_SELENDOK.
+ - Corrected CBEN_ENDEDIT notifies to always have edit control text.
+ - Locked "selected" state of icon to focus state of edit control (if
+ it exists) just like native.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct RBN_CHILDSIZE band rectangle to match native.
+ - Correct flags in DeferWindowPos to SWP_NOZORDER to match native.
+ - Make handling ComboBox and ComboBoxEx the same when moving child
+ windows.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Label the width and height correctly in the WINDOWPOS display.
+
+ * include/winuser.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added Win2000 WS_EX_LAYERED window style.
+
+ * tools/wineshelllink:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replaced one .kde with .kde2 in KDE2 menu code.
+
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Removed path from dplayx registry entry, so that the builtin dplayx
+ can be loaded.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Set LD_LIBRARY_PATH if necessary before calling wrc & winebuild.
+
+2001-03-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/version/info.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Return from GetFileVersionInfo(Size) if specified file found, but
+ VS_VERSION_INFO resource not.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Removed broken support for EV_TXEMPTY because it causes busy loops.
+
+ * server/async.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Add missing release object so server exits cleanly.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Recalculate menu sizes if WM_INITMENU has recreated/changed something.
+
+2001-03-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/nls/cht.nls:
+ Hann-huei Chiou <koala@mana.ee.ntu.edu.tw>
Updated.
-Thu Aug 6 00:05:22 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-
- * [include/ver.h] [misc/ver.c]
- Write VIF_BUFFTOOSMALL, not VIF_BUFTOSMALL.
-
- * [debugger/hash.c] [debugger/stabs.c]
- Make debug output more friendly for posting.
-
- * [files/file.c]
- Partial implementation of OF_SHARE_EXCLUSIVE.
- Needed for Quicklogic/QuickChip (InstallShield).
-
- * [files/profile.c]
- When a cached-only entry is found, return it.
-
- * [graphics/x11drv/xfont.c]
- Accept a space as delimiter for a fontname and inhibit overrun
- (Make xplasim.ex from the Phillips Coolrunner CPLD suite proceed).
-
- * [miscemu/main.c]
- Delay setting IF1632_CallLargeStack after loading the executables.
- Stops fpgaexp.exe from the Viewlogic FPGA suite from crashing when
- showing the Blinker error Message Box.
-
- * [misc/network.c]
- Make WNetGetConnection16 recognise a CDROM as a local drive.
-
- * [multimedia/mmsystem.c]
- Preliminary check for MCI_ALL_DEVICE_ID in MCI_Close by a FIXME.
-
-
-Tue Aug 4 21:15:23 1998 James Juran <jrj120@psu.edu>
-
- * [ole/ole2nls.c]
- Fixed bug in CompareString32A. strcmp() doesn't necessarily
- return -1, 0, or 1, which the previous code depended on.
- Changed name of is_punctuation to OLE2NLS_isPunctuation.
- Made NORM_IGNOREWIDTH not print a FIXME message in
- LCMapString32A.
- Other debugging messages, documentation, and code cleanups.
-
- * [objects/font.c] [relay32/gdi32.spec] [include/winerror.h]
- Added stub for GetFontData32, and added GDI_ERROR constant
- to winerror.h.
+ * dlls/kernel/kernel32.spec, include/winbase.h, include/winnt.h,
+ scheduler/thread.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Added stub for SetThreadExecutionState (new function in Win98/2000).
-Tue Aug 4 07:44:43 1998 Ove Kaaven <ovek@arcticnet.no>
+ * windows/winproc.c:
+ Rein Klazes <rklazes@casema.net>
+ Fix Unicode/Ansi message translation for some listbox/combobox
+ messages with a zero valued lparam. Output an error when the
+ translation fails.
- * [multimedia/mmio.c]
- Implemented mmioSetBuffer, mmioAdvance, mmioAscend, and
- mmioCreateChunk to the best of my knowledge. But watch out,
- there's bound to be bugs in there...
+ * include/wingdi.h, objects/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix typo in OUTLINETEXTMETRIC definition.
- * [include/mmsystem.h] [multimedia/mmsystem.c]
- Hacked in support for 32-bit multimedia function callbacks.
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Yet another attempt on fixing notifications in the edit control.
- * [AUTHORS] [misc/shell.c]
- Selfishly credited my authorship. Hopefully I'm excused.
+ * documentation/samples/config:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add some specific afmdirs as examples.
- * [include/dosexe.h] [include/module.h] [loader/dos/*]
- [loader/module.c] [loader/task.c] [Makefile.in]
- [configure.in] [Makefile.in]
- Added DOS EXE (MZ) loader and virtual machine. Task
- structure integration thanks to Ulrich Weigand.
+ * dlls/wineps/afm.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Don't load AFM files from predefined directories; use [afmdirs]
+ section in Wine config file instead.
- * [files/dos_fs.c]
- Work around a null pointer dereference if ioctlGetDeviceInfo-ing
- a FILE_DupUnixHandle'd file (i.e. GetStdHandle'd).
+2001-03-10 Alexandre Julliard <julliard@winehq.com>
- * [include/miscemu.h] [include/winnt.h] [loader/main.c]
- [memory/global.c] [msdos/dpmi.c] [msdos/dosmem.c]
- Added support for DOS memory images, and added
- DOSMEM_ResizeBlock() and DOSMEM_Available().
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed notifications of the edit control.
- * [msdos/int21.c]
- Added support for the DOS virtual machine, tweaked handle
- assignment to avoid stdio clashes, forced INT21_FindNext to exit
- wildcardless searches after finding one entry, added AH=7, 8, 9,
- C, 48, 49, 4A, and 7160 CL=1 (Get Short Filename), and made the
- long filename calls only respond if running with with -winver
- win95.
+ * controls/static.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does
+ not.
- * [objects/cursoricon.c]
- DestroyCursor32 and DestroyIcon32 should now free the objects
- (hopefully) correctly.
+ * controls/combo.c, dlls/winmm/joystick/joystick.c, dlls/winmm/mmio.c,
+ loader/loadorder.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed spelling/typos in comments.
-Sun Aug 2 21:42:09 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added missing extension for 'ole32.dll'.
- * [graphics/psdrv/*] [include/psdrv.h]
- Added PPD file parsing - at the moment it reads a file called
- default.ppd from the directory in which you start Wine. Page sizes
- other than A4 should now work (landscape may not). All fonts that are
- present on your printer (according to the PPD) should be available,
- providing you have the AFM files. Fonts should now be the correct size.
- Graphics is still basically lines only. See graphics/psdrv/README .
+ * include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added CreateRemoteThread.
- * [misc/printdrv.c]
- Yet more Drv[Get/Set]PrinterData fixes.
+ * dlls/shell32/shell32_main.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Implement SHGetFileInfoW by calling SHGetFileInfoA.
-Fri Jul 31 21:33:22 1998 Per Lindström <pelinstr@algonet.se>
+ * dlls/commdlg/filedlg95.c, dlls/shell32/shlfolder.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Handle empty strings and invalid values in lpstrInitialDir for 32 bits
+ open file dialogs.
- * [relay32/crtdll.spec] [misc/crtdll.c]
- Added stub for freopen, _findfirst, _findnext, _fstat and _read.
+2001-03-08 Alexandre Julliard <julliard@winehq.com>
- * [files/directory.c]
- Modified warning message.
+ * dlls/kernel/Makefile.in:
+ Added version16.rc in RC_SRCS list.
-Wed Jul 29 11:25:28 1998 Luiz Otavio L. Zorzella <zorzella@nr.conexware.com>
+ * scheduler/client.c, scheduler/synchro.c, scheduler/thread.c,
+ server/request.c, server/request.h, server/thread.c, server/trace.c,
+ include/server.h, include/thread.h:
+ Added support for nested server waits (to allow waiting in signal
+ handlers).
- * [objects/font.c]
- Added stub for GetFontData.
+ * README, tools/winecheck:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added a perl script to check many aspects of Wine configuration.
- * [multimedia/msvideo.c]
- Created this file to hold the msvideo.dll calls (and maybe also
- msvfw32.dll).
+ * dlls/commdlg/finddlg32.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ LPARAM in find dialog wm_initdialog is the find/replace structure, not
+ custdata.
- * [objects/cursoricon.c]
- Added search in Global Heap for cursor when trying to destroy it
- with DestroyCursor16. This test should be done in many (all?)
- other functions that use FreeResource.
+ * dlls/kernel/nls/lvi.nls:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Updated Latvian date format.
- * [controls/treeview.c] [include/commctrl.h]
- Minor correction in name and addition of many placeholders for TVM
- messages in TREEVIEW_WindowProc.
+ * tools/wineshelllink:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added SHELL linking of KDE2 desktop/menu entries.
- * [msdos/dpmi.c]
- Fixed a bug in DPMI_xrealloc where in a copy of a memory region
- "A" of size "a" to a region "B" of size "b", "b" bytes were being
- copied, instead of "a", as the new version does. This both
- increases speed, as well as avoids segfaults.
+2001-03-05 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Sat Jul 25 19:45:45 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010305.
- * [include/shlobj.h][misc/shell.c][misc/shellord.c][ole/folders.c]
- [shell32.spec]
- Added SHFILEOPSTRUCT32[A|W] and constants, prototypes.
- Implemented SHGetSpecialFolderLocation, SHGetPathFromIDList32[A].
- Many IShellFolder, pidl, shell -related changes.
+----------------------------------------------------------------
+2001-03-05 Alexandre Julliard <julliard@winehq.com>
- SHChangeNotifyRegister, SHChangeNotifyDeregister,
- SHShellFolderView_Message, SHMapPIDLToSystemImageListIndex,
- SHAddToRecentDocs32, SHFileOperation, SHChangeNotify,
- SHCreateShellFolderViewEx stubs.
-
-Sat Jul 25 17:16:25 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-
- * [files/profile.c]
- Fix return value of PROFILE_GetSection().
-
-Fri Jul 24 22:45:19 1998 Ove Kaaven <ovek@isflak.arcticnet.no>
-
- * [controls/edit.c]
- Killed the modified flag on WM_SETTEXT. Eudora should no longer
- bother asking whether you want to save an unchanged message.
-
-Fri Jul 24 21:21:35 1998 Andreas Mohr <100.30936@germany.net>
-
- * [controls/menu.c]
- Fixed bug in GetMenuState32.
- Doesn't fix Free Agent 32 :((
-
- * [documentation/debugging]
- Hints added.
-
- * [files/dos_fs.c] [include/msdos.h] [msdos/int21.c]
- Enhanced DOS device support.
-
- * [if1632/Makefile.in] [if1632/builtin.c] [if1632/rasapi16.spec]
- [relay32/Makefile.in] [relay32/builtin32.c] [relay32/rasapi32.spec]
- Added RASAPI16/32.DLL.
+ * dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Update nSelectionMark and nFocusedItem when inserting/deleting/sorting
+ items.
+ SortItems: If sorting less than 2 items, do nothing.
+
+ * win32/file.c, scheduler/process.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ - Background of the child wnd should be erased with the same color as
+ the control.
+ - Default scroll amount should be the minimum client area.
+
+ * windows/dialog.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Unblock the dialog message loop with a WM_NULL message.
+
+ * graphics/x11drv/dib.c:
+ Vedran Rodic <vedran@renata.irb.hr>
+ Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8
+ faster by using inline asm.
+
+ * tools/specmaker/misc.c, server/debugger.c, server/registry.c, graphics/x11drv/xfont.c, programs/winhelp/hlpfile.c, files/dos_fs.c, files/drive.c, dlls/winmm/mmio.c:
+ Changed isolated for loops to while loops (based on a patch by Andreas
+ Mohr).
+
+ * dlls/oleaut32/typelib.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ The for loop in ITypeLib2_fnFindName was wrong (extra ';').
+
+ * files/file.c: Andreas Mohr <a.mohr@mailto.de>
+ GetFileInformationByHandle() fails for pipe handles according to
+ MSDN, and also for serial handles (FILE_TYPE_CHAR in general ?).
+
+ * dlls/gdi/gdi_main.c, graphics/driver.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Don't load the WINEPS driver until it's needed.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make EDIT_UnlockBuffer cope with destroyed windows.
+
+2001-03-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel_main.c, memory/heap.c:
+ We need to create the system heap at startup even though we don't use
+ it, since some Win95 native dlls depend on that.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - add tracing to OpenGL thunks
+ - update to latest gl.spec file
+
+ * windows/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has
+ WS_CLIPSIBLINGS bit set.
+
+ * dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
+ selection mark has been set, just select the current item.
+ In LISTVIEW_SetGroupSelection we must also set the selection mark in
+ that case (and only in that case).
+ Removed a naughty ';' (spotted by Eric Pouech).
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ If a target has C++ sources, then use g++ to link it (fixes #162).
+ Removed SONAME, it's not relevant for dlls and was unused anyway.
+
+2001-03-03 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/client.c: Fixed file descriptor leak.
+
+ * dlls/winmm/wineoss/midi.c, documentation/samples/config, files/directory.c, windows/x11drv/keyboard.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Some more message cleanups.
+
+ * dlls/dsound/dsound_main.c: Chris Jacobson
+ Small bug fix.
+
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Initialize the return error code to 0 for common dialog file
+ functions.
- * [misc/aspi.c] [relay32/wnaspi32.spec]
- Implemented GetASPI32SupportInfo.
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add files found in an 'include' directory, to the 'misc sources' list.
- * [multimedia/mmsystem.c]
- Implemented mmTaskCreate.
+2001-03-01 Alexandre Julliard <julliard@winehq.com>
-Fri Jul 24 20:55:31 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * server/file.c, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h, include/thread.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
+ Create the server pipes on the client side and transfer them to the
+ server on thread creation.
+ Use a single per-process socket instead of one per thread for
+ transferring file handles between client and server.
- * [controls/toolbar.c]
- Fixed some bugs and added new features.
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Reenable the wrapper support.
- * [controls/tooltips.c][include/tooltips.h]
- Added more messages and started display code.
+ * dlls/wineps/afm.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Squash another AFM character metrics parsing bug.
- * [misc/shell.c][misc/shellord.c][relay32/shell.spec]
- Fixed StrToOleStrN (SHELL32_79) and added OleStrToStrN (SHELL32_78).
- Added some new stubs.
+2001-02-28 Alexandre Julliard <julliard@winehq.com>
- * [objects/cursoricon.c][misc/imagelist.c][include/windows.h]
- Fixed GetIconInfo and removed the GetIconInfo hack from the
- image list code.
+ * scheduler/client.c, server/file.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h:
+ New mechanism to transfer file descriptors from client to server.
- * [controls/pager.c][include/pager.h][controls/treeview.c]
- [include/treeview.h]
- Added some messages.
+ * windows/x11drv/keyboard.c:
+ Johannes.Schindelin@gmx.de
+ Some minor changes to the German keyboard layout.
- * [misc/tweak.c][winows/nonclient.c][documentation/win95look]
- Removed unused tweak variables.
+ * windows/winpos.c:
+ Dominik Strasser <dominik.strasser@mchp.siemens.de>
+ Avoid crash at end of list.
- * [documentation/common_controls]
- Updated.
+ * dlls/wineps/afm.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Fix bug in AFM character width parsing.
-Fri Jul 24 18:36:32 1998 James Moody <013263m@dragon.acadiau.ca>
+ * win32/device.c, windows/winpos.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/oleaut32/variant.c, dlls/shell32/shlfolder.c, dlls/user/ddeml.c, dlls/user/exticon.c, graphics/x11drv/graphics.c, include/ddraw.h, objects/metafile.c, programs/notepad/main.c, debugger/types.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, dlls/dplayx/dplay.c, dlls/msvcrt/process.c:
+ Francois Gouget <fgouget@free.fr>
+ Small 'typos in comments' fixes.
- * [objects/font.c]
- Fixed a bug in GetTextFace.
+ * include/module.h, include/task.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c, dlls/kernel/kernel_main.c:
+ Use the standard CreateThread routine to create 16-bit tasks instead
+ of duplicating the code.
-Fri Jul 24 17:09:33 1998 Marcus Meissner <marcus@jet.franken.de>
+ * dlls/winspool/wspool.c, dlls/winspool/info.c:
+ Removed dependency on comctl32.
- * [misc/commdlg.c]
- Fixed stacksmashing bug due to invalid specified function
- pointers.
+ * include/winnt.h:
+ François Gouget <fgouget@codeweavers.com>
+ WINE_UNICODE_TEXT was incorrect.
+ Dropped support for WINE_UNICODE_TEXT('c') in C.
- * [files/dos_fs.c]
- Small change in case handling... be able to create files with
- uppercase in them (like Program Files/).
+ * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Implemented WsControl command with id 0x101.
- * [graphics/ddraw.c]
- XF86DGA support made threadsafe, added more Xlib dependent stuff
- (create Window using CreateWindow(), draw into it). xlib support
- is not satisfying.
+ * dlls/kernel/nls/afk.nls, dlls/kernel/nls/bel.nls, dlls/kernel/nls/bgr.nls, dlls/kernel/nls/cat.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dea.nls, dlls/kernel/nls/dec.nls, dlls/kernel/nls/del.nls, dlls/kernel/nls/des.nls, dlls/kernel/nls/esm.nls, dlls/kernel/nls/esn.nls, dlls/kernel/nls/esp.nls, dlls/kernel/nls/euq.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/fra.nls, dlls/kernel/nls/frb.nls, dlls/kernel/nls/frc.nls, dlls/kernel/nls/frl.nls, dlls/kernel/nls/frs.nls, dlls/kernel/nls/grc.nls, dlls/kernel/nls/hun.nls, dlls/kernel/nls/ind.nls, dlls/kernel/nls/isl.nls, dlls/kernel/nls/ita.nls, dlls/kernel/nls/its.nls, dlls/kernel/nls/jpn.nls, dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls, dlls/kernel/nls/non.nls, dlls/kernel/nls/nor.nls, dlls/kernel/nls/plk.nls, dlls/kernel/nls/ptb.nls, dlls/kernel/nls/ptg.nls, dlls/kernel/nls/rom.nls, dlls/kernel/nls/sky.nls, dlls/kernel/nls/slv.nls, dlls/kernel/nls/sve.nls, dlls/kernel/nls/trk.nls:
+ Przemyslaw Bruski <f66336pb@ask.eti.pg.gda.pl>
+ Added LOCALE_IDEFAULTMACCODEPAGE definition in most nls files.
- * [scheduler/critsection.c]
- Don't recurse on HeapLock with semaphore id 0.
+2001-02-27 Alexandre Julliard <julliard@winehq.com>
- * [win32/user32.c][windows/message.c][windows/event.c]
- Moved win32 *Message functions where they belong.
- Removed some potential races between XPending and XNextEvent by
- a bit more locking.
+ * windows/queue.c, scheduler/client.c, scheduler/handle.c, scheduler/pipe.c, scheduler/process.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/request.c, server/thread.c, server/thread.h, tools/make_requests, win32/console.c, win32/device.c, win32/except.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/registry.c, memory/selector.c, memory/virtual.c, misc/registry.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, files/file.c, include/server.h, include/thread.h, dlls/advapi32/registry.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c:
+ New set of macros for server calls; makes requests without variable
+ part somewhat faster.
-Fri Jul 24 13:58:19 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * scheduler/pthread.c:
+ Moved PTHREAD_init_done out of the #ifdef.
- * [loader/pe_image.c] [loader/ne/segment.c]
- Use bogus pointer value instead of NULL for unresolved externals.
+2001-02-26 Alexandre Julliard <julliard@winehq.com>
- * [memory/selector.c]
- Clear saved_fs on selector free.
+ * controls/menu.c, dlls/kernel/kernel32.spec, dlls/kernel/time.c, dlls/user/user32.spec, windows/syscolor.c, windows/user.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing stubs to KERNEL32 and USER32.
- * [msdos/cdrom.c] [configure.in]
- Added check for linux/ucdrom.h.
+ * tools/winelauncher.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Handle filenames with spaces.
- * [scheduler/client.c] [server/socket.c]
- Fix for missing struct cmsghdr.
- Attempt to support msg_accrights fd passing (completely untested).
+ * dlls/commdlg/printdlg.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Map 32 bits resource for 16 bits print dialog.
- * [windows/event.c]
- Do not grab the pointer in SetCapture (Win32 behavior).
+ * controls/listbox.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
+ background in listbox.
-Tue Jul 21 22:28:13 1998 James Juran <jrj120@psu.edu>
+ * dlls/shell32/shlfileop.c:
+ David Grant <dave@reach.net>
+ Added (partial) support for FO_COPY and FO_DELETE.
- * [Make.rules.in]
- Changed $(MKDIR) macro to use -p option (make parent directories
- if they don't already exist. This fixes an error in 'make install'
- if /usr/local/include doesn't already exist.
+2001-02-23 Alexandre Julliard <julliard@winehq.com>
-Tue Jul 21 13:37:04 Rein Klazes <rklazes@casema.net>
+ * dlls/user/resources/.cvsignore, dlls/user/resources/user32.rc, dlls/user/resources/version.rc, dlls/user/resources/version16.rc, dlls/version/info.c, include/wine/wine_common_ver.rc, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/version.rc, dlls/kernel/version16.rc, dlls/user/Makefile.in, dlls/user/user.spec, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/version.rc, dlls/gdi/version16.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add version information (16 and 32 bit) to core built-in dlls:
+ krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll.
+ Provide a way for reading version information using standard API:
+ GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.
- * [include/heap.h]
- Replaced macro SEGPTR_GET by inline function to avoid *lots*
- of wrong use of this macro.
+ * include/heap.h, memory/heap.c, scheduler/process.c, scheduler/pthread.c:
+ Only create the system heap when we actually need it.
- * [relay32/comdlg32.spec]
- Corrected GetSaveFileNameW entry.
+ * files/dos_fs.c, memory/global.c:
+ Allocations do not need to be on the system heap.
- * [relay32/advapi32.spec] [win32/advapi.c]
- [relay32/ole32.spec] [ ole/moniker.c]
- Added stubs for SetFileSecurity[AW] and CreateFileMoniker32
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Horiz/Vert determination must be dynamic, as the style may not be set
+ upon creation; improved positioning and scrolling.
- * [graphics/x11drv/graphics.c]
- Finished implementation of bezier drawing code.
+ * include/commctrl.h:
+ Susan Farley <susan@codeweavers.com>
+ Avoid alignment problems with NMPGSCROLL struct.
-Tue Jul 21 11:00:51 1998 Claus Fischer <cfischer@td2cad.intel.com>
+ * windows/sysparams.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3.
- * [files/drive.c]
- Remove label trailing blanks in GetVolumeInformation32A.
+ * controls/button.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Prepare background while drawing radio buttons and checkboxes.
- * [documentation/cdrom-labels]
- Added documentation on how to find out a CD-ROM label.
+ * windows/x11drv/clipboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ - We need to make sure we pay attention to if our call to
+ SetClipboardData from the X11DRV version of the function works. If not
+ we need to delete the global block we allocated. This is a sever memory
+ leak with large clipboard items.
+ - If an X selection it too large then X may give it to us in chunks,
+ we were not handling this well.
+
+ * dlls/kernel/nls/ukr.nls:
+ Valery Kartel <kvn@igk.kiev.ua>
+ Updated all fields with Ukrainian values.
+
+ * controls/menu.c, controls/scroll.c, dlls/ttydrv/wnd.c, windows/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/message.c, windows/property.c, windows/queue.c, windows/winpos.c, windows/x11drv/wnd.c:
+ Do not allocate any USER data on the system heap.
-Sun Jul 19 23:16:41 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
+ * include/Makefile.in, include/cpl.h, include/winuser.h, dlls/shell32/Makefile.in, dlls/shell32/control.c, dlls/shell32/iconcache.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ A first stab at implementing the RunDll features.
- * [include/windows.h]
- Added some DM_* and DISP_CHANGE_* flags.
+ * dlls/kernel/comm.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ BuildCommDCB16 had a rather broken baud rate handling.
+
+ * tools/winelauncher.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made the winelauncher support winelib app invocations. Fixed a few
+ file path issues.
+
+2001-02-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel.spec, include/server.h, include/thread.h, scheduler/client.c, scheduler/synchro.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+ Added separate server pipe to wait on blocking server calls.
+ Send the complete request/reply through the request fifo instead of
+ just a dummy byte.
+ Convert error status to text in server reply tracing.
+
+ * dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Confirm file deletes. Make delete confirmation messages more
+ consistent. Improve trace messages on delete failure.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Add shell support for deleting files using the Delete key.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
+ Ian Pilcher <pilcher@concentric.net>
+ Implement EnumPrinterDataEx{A|W}.
+
+ * dlls/commdlg/comdlg32.spec, dlls/msacm/msacm32.spec, dlls/msnet32/msnet32.spec, dlls/msvideo/msvfw32.spec:
+ Removed some unnecessary ordinals.
+
+ * dlls/crtdll/crtdll_main.c, dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.h:
+ __getmainargs last argument is a pointer to new_mode.
+
+2001-02-20 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c, server/request.h, server/trace.c, include/server.h, memory/virtual.c, scheduler/client.c:
+ Small server protocol cleanups.
+
+ * dlls/olecli/olecli.spec, dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Stub for OleSavedClientDoc.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Insert the item before calling a SetFirstVisible which can generate a
+ WM_PAINT message.
+
+ * library/port.c:
+ Clear %ebp before entering the new thread.
+
+ * dlls/winsock/socket.c:
+ Got rid of the WSINFO structure. Fixed a couple of bugs.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ Fixed __GetMainArgs.
+
+ * ANNOUNCE, README, documentation/wine.man.in:
+ Joerg Mayer <jmayer@loplof.de>
+ Add information about prebuilt documentation packages in
+ other-than-sgml form.
+
+ * windows/clipboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ We need to give room for the null termination when translating the
+ clipboard text.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
+ CBEM_{GET|SET}UNICODEFORMAT, CB_FINDSTRINGEXACT, WM_COMMAND,
+ WM_DELETEITEM.
+ - Implement extended style CBES_EX_NOEDITIMAGE, and warn others are
+ not yet implemented.
+ - Restructure DrawItem code to do things more rationally.
+
+ * controls/combo.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Restructure PaintText code to remove FillRect from owner-drawn path.
+ - Change SetFocus to indicate focus set only after Notify is sent to owner.
+ - Get more info in a trace.
+
+ * files/dos_fs.c: Rein Klazes <rklazes@casema.net>
+ Correct error message in case DOSFS_OpenDevice() fails on a COMx
+ device.
+
+ * miscemu/main.c, objects/palette.c, win32/except.c, dlls/winedos/dosvm.c, if1632/thunk.c, include/callback.h, loader/task.c:
+ Removed a few Callout functions by doing a GetProcAddress at the time
+ we actually need the function.
+
+ * memory/virtual.c:
+ Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap.
+
+ * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
+ Protect MSVCRT__acmdln global variable from corruption.
+
+ * include/winnt.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block.
+
+ * dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Fixed behaviour of dropdown buttons. When a dropdown button is
+ clicked, it does not change into pressed state.
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Better implementation of EMF record EMR_EXTSELECTCLIPRGN.
+
+ * dlls/commdlg/cdlg_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Translated new common dialog resources into German.
+ Resized file dialog a bit to make toolbar completely visible again.
+
+ * dlls/shell32/shell32_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed German translation, changed dialog font to Helvetica.
+
+2001-02-16 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20010216.
+
+----------------------------------------------------------------
+2001-02-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/debugtools.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Assert on output buffer overflow.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Update selection after sorting (in LISTVIEW_SortItems) by making sure
+ selection list matches states of individual items.
+
+ * graphics/x11drv/graphics.c:
+ François Gouget <fgouget@codeweavers.com>
+ Added DIB/pixmap synchronization for {Get,Set}Pixel.
+
+ * dlls/comctl32/toolbar.c:
+ François Gouget <fgouget@codeweavers.com>
+ TB_SETBUTTONSIZE messages must be taken into account even after
+ buttons have been added.
+
+ * include/server.h, scheduler/process.c, server/console.c, server/process.c, server/trace.c, win32/console.c:
+ Pass the stdin/stdout handles on startup to use as console (based on a
+ patch by Eric Pouech).
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ Correct the codepage for the Turkish keyboard.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Setting the HotItem to -1 can be disastrous at times if it equals
+ oldhit.
+
+ * tools/specmaker/dll.c, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, tools/specmaker/README:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Create entries for ordinal only exports, use ordinals if non-standard.
+ - Improve C++ demangler, recognise data types, fix some bugs.
+
+ * files/directory.c, files/dos_fs.c, files/file.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
+
+2001-02-15 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/parser.c:
+ Added support for backslash escaping of special characters.
+
+ * dlls/version/info.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ If VerQueryValueA is called with a PE resource, translate the call to
+ VerQueryValueW.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Continued the implementation of Set Hot Item.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Send LVN_DELETEITEM notification first, to avoid crashes if the app
+ requests LVIF_PARAM with LISTVIEW_GetItem() during its LVN_DELETEITEM
+ message handler.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Add includes for <time.h>.
+
+ * dlls/wineps/afm.c:
+ Morten Welinder <terra-wine@diku.dk>
+ (PSDRV_AFMGetCharMetrics): Use unsigned chars (since isspace is used).
+ (PSDRV_AFMParse): Don't crash on missing font name. Use unsigned
+ chars. Fix peculiar inconsistent indentation. Don't leak a FILE.
+ Catch problematic files with no line feed in them. Don't mix
+ characters and integers. Don't overrun the buffer.
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added a turkish keyboard layout.
+
+2001-02-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec:
+ Removed ordinal from functions that don't need a specific value.
+
+ * scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, win32/init.c, win32/newfns.c, win32/time.c, graphics/x11drv/oembitmap.c, if1632/builtin.c, if1632/relay.c, misc/registry.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, ole/ole2nls.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, dlls/avifil32/avifile.c, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/font.c, graphics/x11drv/xfont.c, include/font.h, include/gdi.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/gdiobj.c, dlls/wineps/font.c, dlls/wineps/psdrv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Change FONTOBJ to use LOGFONTW rather than LOGFONT16.
+ Updated parameters of DEVICEFONTENUMPROC.
+
+ * windows/defwnd.c:
+ Fixed WM_GETTEXTLENGTH handling.
+
+ * dlls/Makefile.in, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/info.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mciavi/mciavi_res.rc, dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c, include/Makefile.in, include/mciavi.h, include/vfw.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Started the real implementation of mciavi.
+
+ * dlls/advapi32/registry.c:
+ Always return success instead of overflow if caller didn't specify a
+ buffer.
+
+ * tools/wineconf:
+ Morten Welinder <terra-wine@diku.dk>
+ Output the right number of backslashes in values.
+
+ * windows/spy.c:
+ François Gouget <fgouget@codeweavers.com>
+ Be smarter about the ellipsis in SPY_GetWndName.
+
+ * dlls/richedit/richedit.c, memory/heap.c, programs/regapi/regapi.c, windows/cursoricon.c:
+ François Gouget <fgouget@codeweavers.com>
+ Misc typos in comments.
+
+ * dlls/comctl32/listview.c:
+ François Gouget <fgouget@codeweavers.com>
+ ListView_GetItemRect already sets rc.left.
+
+ * controls/menu.c, dlls/comctl32/toolbar.c, ole/ole2nls.c:
+ François Gouget <fgouget@codeweavers.com>
+ debugstr_xxx already does the quoting.
+
+ * dlls/comctl32/comctl32undoc.c:
+ François Gouget <fgouget@codeweavers.com>
+ Change the callback declarations to a safer format.
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Tune the doco to the code for relay/snoop specific.
+
+ * dlls/winsock/socket.c, dlls/kernel/comm.c, dlls/shell32/shres.rc, dlls/winmm/mmsystem.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Cosmetics.
+
+ * win32/device.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Give both --winver nt40 and win31 for VxD warning, as some programs
+ work with win31.
+
+ * dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/struct_convert.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
+ - fix GetAvailableVidMem ddraw iface copy&paste bug (doh !)
+
+ * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, dlls/x11drv/Makefile.in:
+ Ove Kaaven <ovek@transgaming.com>
+ Guts of a simple XVidMode-supporting DirectDraw HAL in x11drv.
+
+ * files/file.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ SetLastError() for GetFileAttributesA.
+
+ * windows/defwnd.c:
+ Susan Farley <susan@codeweavers.com>
+ Exception for allowing the parent to set the cursor for a child wnd is
+ when the cursor is on the border of a resizable wnd.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert menu item to seperator only when string is NULL.
+
+2001-02-13 Alexandre Julliard <julliard@winehq.com>
+
+ * include/dciddi.h, include/ddrawi.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Some important stuff from the DirectDraw DDK headers.
+
+ * include/wine/library.h, library/loader.c, scheduler/process.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ More verbose error messages when application load fails.
+
+ * include/winnt.h, misc/cpu.c, win32/newfns.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Use the Pentium's rdtsc instruction (if available) to implement
+ QueryPerformanceCounter.
+
+ * tools/winapi_check/win16/winnls.api, tools/winapi_check/win32/dciman32.api, tools/winapi_check/modules.dat, tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files fixes
+ - Minor bug fixes
+
+ * dlls/winnls/winnls.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/wineps/afm.c:
+ Peter H. Ganten <peter@ganten.org>
+ - only parse AFM-files, which start with "BeginFontMetrics"
+ - use fgetc instead of fgets to cope with AFM-Files with
+ Macintosh-Style line-breaks ('\r') in the parser.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/url.c, tools/winapi_check/win32/shlwapi.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement a bunch of shlwapi functions, add some new stubs.
+
+ * graphics/x11drv/dib.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added RGB 565 => RGB 0888 conversion.
+
+ * dlls/shell32/shlview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Implement keyboard shortcut F2 to rename files and directories in the
+ shellview (and in common dialogs).
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ More portable .align directive.
+ Ignore -delay directive on ppc only.
+ Added code to call the dll constructors.
+
+ * include/winnt.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Defined architecture-specific macros for ppc.
+
+ * controls/menu.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't crash on close from window manager.
+
+ * windows/message.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ PostMessageA/W ignores messages containing pointers and returns
+ FALSE/LastError ERROR_INVALID_PAREMETER.
+
+ * windows/cursoricon.c:
+ François Gouget <fgouget@codeweavers.com>
+ CreateIcon must perform color depth conversion if the provided bitmap
+ is not of the same depth as the screen.
+ Added some documentation.
- * [relay32/user32.spec] [windows/user.c]
- Added stub for ChangeDisplaySettingA.
+2001-02-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/printdlg.c:
+ Duane Clark <dclark@akamail.com>
+ - make the Landscape/Portrait buttons do something.
+ - fix these problems in the Paper Size and Source combo boxes:
+ 1) Every time the printer setup dialog is opened, the settings
+ are set back to garbage settings.
+ 2) If the paper size or source is changed, and then the printer is
+ changed, the new printer does not get the new size and source
+ settings even though it appears to from the dialog.
+
+ * graphics/x11drv/dib.c, objects/dib.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ In CreateDIBSection, the offset into the file mapping does not have to
+ be a multiple of the memory allocation granularity.
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@free.fr>
+ Add missing definitions required by the Control Spy examples.
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
+ EMR_PLGBLT, EMR_SETDIBITSTODEVICE, EMR_POLYTEXTOUTA, EMR_POLYTEXTOUTW,
+ EMR_FILLRGN, EMR_FRAMERGN, EMR_INVERTRGN, EMR_PAINTRGN enhanced
+ metafile record types according to specs.
+
+ * include/oleauto.h, dlls/oleaut32/Makefile.in, dlls/oleaut32/hash.c, dlls/oleaut32/stubs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement LHashValOfNameSysA for 4 LCIDs, fix prototype.
+
+ * dlls/shell32/shlview.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.
+
+ * include/richedit.h:
+ Francois Gouget <fgouget@free.fr>
+ Declare RICHEDIT_CLASS20W using a WCHAR array.
+
+ * windows/clipboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ If an application directly calls SetClipboardData with CF_TEXT and
+ then later called GetClipboardData with CF_TEXT we gave them a NULL
+ because we where not handling this case.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix the behaviour of EM_GETLINE message.
+
+ * windows/message.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Make sure that MSG_PeekMessage uses an internal variable to avoid
+ corruption.
- * [ole/ole2nls.c]
- is_punctuation: reuse information from another table.
+ * dlls/ntdll/reg.c, files/directory.c, programs/regapi/README, tools/wineinstall:
+ Andreas Mohr <amohr@codeweavers.com>
+ - TRACE opened registry handles
+ - add proper quotes to wineinstall
+ - spelling
+
+ * graphics/x11drv/palette.c, windows/nonclient.c, windows/x11drv/wnd.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - move TSXGrabServer after a possible return FALSE;
+ - move misplaced comment
+ - optimize TSXGrabServer use
+
+ * windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant parameters from MDICreateChild and MDIDestroyChild.
+ Make the parameter names slightly more descriptive.
+
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add an updown control to the copy count entry.
+ Disable the collate button if no. of copies is 1.
+ Add Landscape/Portrait icons.
+ Get rid of the "Dummy Comment" line.
+ Fix the English of some of the error messages.
+
+ * objects/enhmetafile.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Remove unused outXform.
+
+ * dlls/ddraw/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Allow an application to re-ask for EXCLUSIVE DirectDraw access.
+
+ * dlls/comctl32/propsheet.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Check PROPSHEETPAGEA.pfnCallback for NULL pointer if PSP_USECALLBACK
+ is given.
+
+ * dlls/comctl32/treeview.c:
+ François Gouget <fgouget@codeweavers.com>
+ Handle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys. See also
+ LISTVIEW_ProcessLetterKeys in listview.c.
+
+ * dlls/comctl32/listview.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fix (rewrite), and add documentation to LISTVIEW_ProcessLetterKeys.
+ Lowered the key repetition delay (Aric).
+
+ * memory/virtual.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Don't require write access on the file handle to create a
+ copy-on-write mapping.
+
+ * dlls/winmm/mmsystem.c, dlls/winspool/info.c, dlls/winspool/wspool.c, libtest/hello5.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, windows/defwnd.c, dlls/comctl32/smoothscroll.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/dplayx/dplaysp.h, dlls/imm32/imm_private.h, dlls/kernel/utthunk.c, dlls/ole32/compobj.c, dlls/setupapi/setupx16.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlview.c, dlls/wineps/driver.c:
+ Francois Gouget <fgouget@free.fr>
+ Change the callback declarations to a safer format.
+
+ * dlls/oleaut32/dispatch.c, files/file.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation argument fixes.
+
+ * windows/message.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation name fixes (always use external name).
+
+ * dlls/dplayx/dplay.c, dlls/ole32/storage.c, dlls/shell32/shv_bg_cmenu.c, libtest/vartest.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix typos in comments.
+
+ * dlls/kernel/nls/msl.nls, misc/options.c, tools/wmc/lang.c, tools/wmc/language.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
+ Rein Klazes <rklazes@casema.net>
+ Added support for the Malayan language.
+
+ * dlls/comctl32/listview.c, include/commctrl.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Fix ListView_GetItemRect() macro.
+ Fix use of ListView_GetItemRect() macro in listview control.
+ Add some documentation to LISTVIEW_GetItemRect().
+
+ * dlls/msacm/msacm_main.c, dlls/msvcrt/data.c, dlls/msvcrt/math.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/msvideo.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_documentation.pm, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Addded support for API:s implemented with __ASM_GLOBAL_FUNC
+ - Reorganized documentation checking.
+ - Minor API files fixes
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle differently sized structs by using their dwSize parameters.
+
+ * dlls/dinput/joystick/linuxinput.c, include/callback.h, windows/winproc.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Fix a few compiler warnings.
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Don't allow comctl32 controls to access their infoPtr before it has
+ been allocated or after it has been freed.
+
+ * dlls/winmm/mmio.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Make MMIO_Open work with NULL filename again.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/mdi.c, windows/win.c, dlls/user/controls.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode MDI client window proc.
+
+ * windows/x11drv/event.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Fixed a char that should have been signed.
+
+ * include/process.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use extern "C" for Winelib C++ apps.
+
+ * dlls/commdlg/printdlg.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Call LoadImage to load the non-standard sized collate icons.
+
+ * dlls/wineps/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Map 'Courier New' to 'Courier'.
+
+ * objects/enhmetafile.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix EMF positioning when rclFrame has a non-zero origin.
+
+ * include/wine/undocshell.h, include/process.h, include/setupapi.h, include/shlwapi.h, include/vfw.h, include/winbase.h, include/winsock2.h, include/winsvc.h:
+ Francois Gouget <fgouget@free.fr>
+ Change the callback declarations to a safer format.
+
+ * dlls/msacm/filter.c, dlls/msacm/format.c:
+ James Hatheway <james@macadamian.com>
+ acmDriverEnumW shouldn't return MMSYSERR_ERROR if
+ acmDriverEnumCallback returns TRUE.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement Set/GetPrinterData[Ex].
+ Remove ordinals from winspool.drv.spec .
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Take a stab at implementing OleSetAutoConvert.
+
+ * dlls/wineps/afm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed a NULL ptr problem.
+ Added loading of .afm files from several common locations
+ (ghostscript, a2ps, enscript, (teTeX), X11).
+
+ * dlls/winmm/wineoss/audio.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Don't touch WAVEHDRs dwLoops variable.
+
+ * dlls/wineps/ppd.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Spaces do not have to come after the ':' that ends a keyword.
+ Map bin name ManualEnv to DMBIN_ENVMANUAL.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ Make sure all files are terminated with a '\n'.
+ Remove obsolete comment about 'afxres.h' coming back after editing in VC.
+ Added support for the RTF qualifier in RC files.
+
+ * msdos/int21.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented the int21 LFN rename file function.
+
+ * dlls/ole32/ole2.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix ReleaseStgMedium for MetaFilePict types.
+
+ * dlls/wineps/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix for rotated text when lpDx is specified.
+ Better handling of cumulative rounding errors.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Handle the CCS_NORESIZE style.
+ Change the scroll delta only when the app responds to the PGN_NOTIFY msg.
+
+ * graphics/x11drv/dib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ In CopyDIBSection, use source DIB colormap instead if no palette has
+ been selected into the source DC, to work around some X11-imposed
+ DIBsection implementation deficiencies.
+
+ * dlls/ddraw/ddraw/dga2.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix DGA2 mode setting to use the correct color depth.
+
+ * tools/wineconf:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fix wineconf to generate new config file format
+ - fix some variable checks
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
+ metafile records. Better implementation of EMR_STRETCHDIBITS and
+ EMR_EXTTEXTOUTW.
+
+ * relay32/snoop.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Make snoop specific case insensitive.
+
+ * dlls/dciman32/dciman32.spec, dlls/dciman32/dciman_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added DCICloseProvider stub.
+
+ * dlls/shell32/shelllink.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Implement IShellLink<A|W>_fnGetWorkingDirectory,
+ IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.
+
+ * controls/combo.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix typo in previous change.
+ - Add structures for CBEN_INSERTITEM notify message.
+
+ * tools/wrc/utils.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove xmalloc/xrealloc limits for large binary resources.
+
+ * graphics/x11drv/text.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Fixed text size calculation bug in GetTextExtentPoint() for window dc's.
+
+ * documentation/documentation.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ New section about writing docs in DocBook and dealing with the Wine
+ SGML build system; half done, but a good start.
+
+ * dlls/winnls/winnls.c, dlls/winnls/winnls.spec:
+ Andreas Mohr <amohr@codeweavers.com>
+ A couple of stubs for Terminal Server Client 16 bit.
+
+2001-01-29 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/avitools/Makefile.in:
+ Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
+ Don't assume .spec files are found in the current directory, as this
+ is not the case when building outside the source tree.
+
+ * include/queue.h, windows/message.c, windows/queue.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Synchronize access to MESSAGEQUEUE members.
+
+ * dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some more 16->32 mappings for ICM* messages.
+
+ * dlls/ddraw/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ dvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
+ Output more debug info on failure.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Disabled setting of window origin from an EMF.
+
+2001-01-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented VideoCapDriverDescAndVer.
+
+ * dlls/user/user.spec, windows/message.c, windows/user.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing exports.
+
+ * dlls/dinput/keyboard/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Don't disable keyboard autorepeat, since autorepeat is now detectable.
+
+ * dlls/ddraw/dsurface/main.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw_private.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ - Siedler3 appears to have rather limited buffers for device/description
+ strings and crashes with those long strings. Shortened those strings.
+ - Also driver needs to be "display" for display devices (some other
+ programs rely on that info I seem to remember).
+ - Fixed DSurface::GetSurfaceDesc to not just blindly copy a
+ DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
+
+ * dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/mouse/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ Implemented circular buffering for the dinput mouse device.
+ Mapped the mouse warp on the center of the cooperative window, which
+ should make windowed games work better in managed mode.
+
+ * dlls/wineps/init.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Take into account unprintable margins in psdrv.
+
+ * dlls/wineps/driver.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ psdrv's DeviceCapabilities should list DMBIN_AUTO as an available
+ bin.
+
+ * dlls/wineps/ppd.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
+
+ * dlls/msvcrt/math.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Fixed typo.
-Sun Jul 19 22:04:46 1998 Douglas Ridgway <ridgway@winehq.com>
+ * dlls/winmm/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some mci string parsing issues.
+ Added more mappings 32ATo16.
+
+ * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Simplified memory allocation for asynchronous MCI message handling.
+
+ * dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/mciwave.drv.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Delay importing user32 (only used for configuration).
+
+ * dlls/msvideo/msvideo_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few oddities.
+
+ * dlls/msvideo/drawdib.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a bit more of flags handling in drawdib functions.
+
+ * dlls/commdlg/filedlg95.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Put a '\n' at the end of the FIXME to prevent very odd and difficult
+ to debug crashes due to overflowing of the debug info's output buffer.
+
+ * tools/specmaker/README, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/specmaker.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Improve name demangling, add 'demangle symbol' option.
+
+2001-01-26 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Remove the keyword 'function', as requested by Robert Luberda.
+
+ * misc/registry.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ Fixed typo which caused the WritetoHomeRegistryFiles option to be
+ ignored.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Rewrite WM_CREATE to match native (allocating own Edit control, etc).
+ - Implement additional WNDPROCs for the Combo and Edit controls to
+ handle different functions.
+ - Implement CBEM_SETCURSEL and CBEM_HASEDITCHANGED.
+
+ * controls/combo.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - When painting the text, if the control is OWNERDRAWN the issue the
+ WM_DRAWITEM message.
+ - Set the focused status at the end of the end of the Setfocus routine.
+ - Flip the order of updating the list box and issuing the WM_NOTIFY
+ for CBN_EDITUPDATE to match native.
+
+ * include/server.h, server/debugger.c, server/request.h, server/trace.c, win32/except.c, dlls/ntdll/exception.c:
+ Made exception_event_request non-blocking, and added
+ get_exception_status to retrieve the exception result returned by the
+ debugger.
- * [Make.rules.in]
- Updated automatic documentation rules.
+ * windows/sysparams.c, windows/user.c, windows/multimon.c, windows/painting.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/wsock32/socket.c, graphics/x11drv/dib.c, include/heap.h, memory/codepage.c, msdos/dosaspi.c, msdos/int11.c, msdos/int2f.c, msdos/int33.c, objects/dib.c, dlls/oleaut32/connpt.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/setupapi/infparse.c, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c, dlls/ttydrv/bitmap.c, dlls/user/bidi16.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mcicda/mcicda.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/name_server.c, dlls/gdi/gdi_main.c, dlls/imagehlp/access.c, dlls/kernel/kernel_main.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msacm/stream.c, dlls/msvideo/drawdib.c, dlls/ntdll/reg.c, dlls/ole32/antimoniker.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2impl.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/ddraw/convert.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/dinput/device.c, dlls/dinput/dinput_main.c, dlls/comctl32/comboex.c, dlls/comctl32/flatsb.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/status.c, dlls/advapi32/service.c, dlls/comctl32/animate.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add <string.h> to files that needed it.
- * [graphics/path.c] [misc/aspi.c] [misc/ntdll.c] [misc/winsock_dns.c]
- [ole/ole2dsp.c] [relay32/user32.spec]
- Comment format futzing to keep c2man happy.
+ * files/file.c, memory/atom.c, programs/regapi/regapi.c, windows/dce.c, windows/winhelp.c, windows/winproc.c, dlls/commdlg/colordlg.c, dlls/ole32/filemoniker.c, dlls/shell32/shellpath.c, dlls/user/user.spec, dlls/winmm/mmsystem.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Some more cleanups.
- * [documentation/README.documentation]
- Updated description of automatic documentation.
+ * dlls/dinput/joystick/linuxinput.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Check that the linux 2.4 event interface is available before creating
+ a dinput device based on it.
-Wed Jul 15 19:10:09 1998 Andrew M. Bishop <amb@gedanken.demon.co.uk>
+ * dlls/wineps/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Handle the lpDx array properly.
- * [files/profile.c]
- Cache the 10 most recently used .ini files.
+ * windows/winpos.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ Fixed SW_RESTORE handling.
-Tue May 20 19:20:23 1997 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not notify parent of the Edit control on WM_SETTEXT when Edit is
+ part of the ComboBox.
- * [misc/commdlg.c]
- Makes PrintDlg32A() return TRUE even if it is an empty
- stub, so most programs are happy and run anyway instead of
- aborting at startup.
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - make hidden bands have valid (0 width) child window areas
+ - when hiding a band, don't show the window, hide it.
- * [graphics/x11drv/xfont.c]
- Increased the maximum font families as (X11) font aliases
- eated up a lot of families causing wine to stop reading fonts.
+ * dlls/kernel/debugger.c, include/server.h, scheduler/process.c, server/debugger.c, server/process.c, server/request.h, server/trace.c:
+ Changed wait_process and wait_debug_event requests to never block;
+ waiting is always done through WaitForSingleObject().
-----------------------------------------------------------------------
-Sun Jul 12 16:23:36 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/kernel/comm.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Don't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
- * [server/*] [scheduler/client.c] (new files)
- [scheduler/sysdeps.c] [scheduler/thread.c] [scheduler/process.c]
- Beginnings of client/server communication for inter-process
- synchronisation.
+ * windows/defwnd.c, include/win.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
+ API calls.
-Sat Jul 11 19:45:45 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+2001-01-25 Alexandre Julliard <julliard@winehq.com>
- * [include/bitmap.h] [objects/bitmap.c] [objects/dib.c]
- [objects/oembitmap.c]
- Speed up DIB section handling by using pre-allocated colormap and
- XImage. Moved DIB section data out of general BITMAPOBJ structure.
- Bugfix: GetDIBits32 would overwrite one byte beyond bitmap data.
+ * dlls/user/wsprintf.c:
+ Got rid of WPRINTF_ExtractVAPtr.
- * [if1632/shell.spec] [if1632/kernel.spec] [win32/kernel32.c]
- More verbose error message if ThunkConnect fails.
- Implemented KERNEL_475.
+ * dlls/shdocvw/shdocvw.spec, dlls/win32s/win32s16.spec, dlls/winedos/dosvm.c, dlls/winmm/wineoss/oss.c, include/dosexe.h, tools/specmaker/output.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/struct_convert.c, dlls/msvcrt/msvcrt.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [files/profile.c] [ole/ole2nls.c]
+ * tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
Minor bugfixes.
- * [if1632/builtin.c] [if1632/kernel.spec] [include/task.h]
- [loader/ne/module.c] [loader/task.c]
- Implemented KERNEL.THHOOK.
+ * windows/clipboard.c, windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/message.c, windows/queue.c, windows/scroll.c, windows/syscolor.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/menu.c, controls/scroll.c, controls/uitools.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/format_msg.c, dlls/kernel/kernel_main.c, dlls/kernel/stress.c, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/time.c, dlls/kernel/toolhelp.c, dlls/kernel/utthunk.c, dlls/kernel/win87em.c, dlls/kernel/wowthunk.c, dlls/psapi/psapi_main.c, dlls/user/bidi16.c, dlls/user/ddeml.c, dlls/user/exticon.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, loader/task.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * misc/registry.c:
+ Fixed typo in HKEY_USERS/.Default creation.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Don't send notifications for the initial display of the first tab of
+ the control.
+
+ * windows/spy.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Added a few messages and notifications.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Disabled setting of viewport origin from an EMF.
+
+ * windows/winpos.c:
+ Susan Farley <susan@codeweavers.com>
+ Always restore the bit_gravity to BGForget after using BGNorthwest to
+ copy bits during SetWindowPos.
+
+ * winedefault.reg:
+ John R. Sheets <jsheets@codeweavers.com>
+ Added the necessary registry entries for the Mozilla ActiveX control.
+
+2001-01-24 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Only set window text for WM_NCCREATE in DefWindowProc*() in case
+ lpszName is a string (i.e. check HIWORD).
+
+ * graphics/x11drv/oembitmap.c, include/bitmaps/obm_radiocheck, include/winuser.h:
+ Removed non-standard OBM_RADIOCHECK bitmap.
+
+ * controls/menu.c, controls/uitools.c, windows/nonclient.c, windows/sysmetrics.c:
+ Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
+ and menu check marks.
+
+ * dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/pen.c, dlls/wineps/text.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Partial implementation of world transform support.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Several fixes for playing enhanced metafiles in a given rectangle.
+
+ * graphics/x11drv/graphics.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
+ Eric Kohl <ekohl@codeweavers.com>
+ Partial implementation of world transform support.
+
+ * documentation/wine.man.in, objects/font.c, README, debugger/README:
+ Andreas Mohr <amohr@codeweavers.com>
+ Documentation updates.
+
+ * documentation/Makefile.in, documentation/running.sgml, documentation/wine-doc.sgml, documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml, documentation/winelib-mfc.sgml, documentation/winelib-pkg.sgml, documentation/winelib-porting.sgml, documentation/winelib-toolkit.sgml, documentation/winelib-user.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ - Split Winelib User Guide into smaller files for easier maintenance
+ and better integration with make_winehq.
+ - Add some Winelib docs from Jon Griffiths.
+ - Fix a <sect2> problem in running.sgml.
+
+2001-01-22 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect read-only edit control from modification.
+
+ * dlls/msvcrt/exit.c:
+ Jon Griffiths <tntjpgriff@tsnxt.co.uk>
+ Implemented __dllonexit.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
+ LISTVIEW_UpdateSize.
+
+ * files/profile.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Display the config file location in the incorrect config file error
+ message.
- * [if1632/wprocs.spec] [include/process.h] [msdos/dpmi.c] [msdos/vxd.c]
- Implemented Win32s VxD services (W32S.386).
+ * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
+ problem).
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@free.fr>
+ Added various definitions (mostly macros).
+ Fixed typo in the HDN_{BEGIN,END}DRAG macros.
+ Added a pointer type for IMAGEINFO.
+ Fixed the return type of TreeView_{SetToolTips,GetToolTips}.
+ Even macros must come in A/W and neutral form (see the ListView_ series).
+ Fixed typo in MonthCal_SetColor.
+
+ * include/richedit.h:
+ Francois Gouget <fgouget@free.fr>
+ Added CHARRANGE.
+
+ * include/prsht.h:
+ Francois Gouget <fgouget@free.fr>
+ Added PSN_GETOBJECT.
+
+ * dlls/ddraw/ddraw/xvidmode.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Include 'options.h' for a needed prototype.
+
+ * dlls/oleaut32/variant.c, include/oleauto.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Changed VarCyFromI1 to take a signed char.
+
+ * controls/combo.c, dlls/msvcrt/mbcs.c, objects/bitmap.c, tools/specmaker/output.c:
+ Francois Gouget <fgouget@free.fr>
+ Typo fixes in comments.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/thread.c, dlls/msvcrt/wcs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - New msvcrt unicode functions, winapi_check/-Wall/-W clean.
+ - Forward to ntdll where possible.
+ - Fix some .spec entries with incorrect parameters.
+
+ * include/wine/obj_contextmenu.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fixed Unicode strings.
+
+ * dlls/ntdll/critsection.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Made SpinCount FIXME into a TRACE.
+
+ * debugger/stabs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Increased debugger include limit to 512.
+
+ * dlls/winaspi/aspi.c, dlls/wininet/http.c, dlls/wsock32/protocol.c, include/winnt.h, loader/pe_image.c, tools/winebuild/import.c, tools/winebuild/main.c, dlls/dplayx/dplobby.c, dlls/msvcrt/msvcrt.h, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, dlls/opengl32/wgl.c, dlls/setupapi/setupx_main.c, dlls/user/lstr.c, dlls/user/user_main.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Remove <string.h> from winnt.h.
+ - ntdll: complete crt functions, prevent libc imports, fix sscanf.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commctrl.h, include/commdlg.h, include/msacm.h, include/prsht.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Fix a typo in TBSAVEPARAMS A/W declaration.
+ - Use 16 bit Unicode constants for wc strings.
+ - Make some string constants available as Unicode.
+
+2001-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
+ Fixed the size of the file dialog icons.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Added NMCBEENDEDIT structure for NOTIFY dump.
+ - Added dump of positioning structure for WM_WINDOWPOSCHANG{ED|ING}.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Added NMCBEENDEDIT{W|A} structures and flags.
+
+ * loader/ne/module.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fix the cmdline argument passed to NE_CreateThread to include string
+ length.
+
+ * include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Added missing pointer type declarations (usually Pxxx).
+
+ * dlls/wininet/http.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Escape any spaces in lpszObjectName passed to HttpOpenRequest.
+
+2001-01-20 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c: Warning fix.
+
+ * loader/pe_image.c:
+ Display the importing dll in the 0xdeadbeef message.
+
+ * dlls/shell32/shell32_main.c, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, include/winuser.h, programs/clock/main.h, programs/notepad/lcc.h, programs/notepad/main.h, programs/progman/group.c, programs/progman/progman.h, programs/progman/program.c, windows/nonclient.c, windows/win.c, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
+ Fixed a number of incompatibilities in OEM icons/cursors handling.
+
+ * dlls/user/text.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Prevent buffer overflow in TEXT_NextLineW.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/msacm.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shdocvw.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update.
+ - Minor bug fixes.
+ - Minor documentation check improvements.
+
+2001-01-19 Alexandre Julliard <julliard@winehq.com>
-Sat Jul 11 17:52:23 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ * dlls/dinput/joystick/linuxinput.c, include/acconfig.h, include/config.h.in, configure.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added configure check for old linux/input.h.
- * [graphics/x11drv/xfont.c] [graphics/x11drv/text.c]
- [include/x11font.h]
- Improve handling of rotated X11 fonts. Metrics/extents should now be
- correct. ExtTextOut should behave better (still doesn't handle lpDx).
+ * documentation/make_winehq, documentation/wine-devel.sgml, documentation/wine-pkg.sgml, documentation/wine-user.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ Added convenience script for generating online docs for winehq.com.
- * [graphics/painting.c]
- DrawFocusRect32: Don't do anything if width or height are zero.
+ * controls/uitools.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Specified 'signed' on chars compared to -1.
-Sat Jul 11 15:21:35 1998 Andreas Mohr <100.30936@germany.net>
+ * documentation/packaging.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ Make SGML ID attributes in packaging.sgml more unique to avoid
+ conflicts when we bundle all four guides into a single set.
- * [files/profile.c] [include/windows.h]
- The length arguments of *Profile*() need to be treated
- as UINTxx instead of INTxx.
+ * controls/edit.c, controls/scroll.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Solve remaining problems with scroll bars in the edit control.
- * [graphics/env.c] [graphics/win16drv/init.c] [include/print.h]
- [misc/printdrv.c]
- Many printer driver fixes/changes (many thanks go to Huw !).
- Most printers should work again ;)
+2001-01-18 Alexandre Julliard <julliard@winehq.com>
- * [memory/atom.c]
- Fixed ATOM_AddAtom to store atoms exactly like Windows.
+ * documentation/db2html-winehq:
+ John R. Sheets <jsheets@codeweavers.com>
+ Clean up db2html-winehq HTML generation script. Works in Debian, and
+ may actually work in Redhat now, too.
- * [*/*]
- Fixed misc compiler warnings.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for
+ IE 5.
-Fri Jul 10 15:58:36 1998 Marcus Meissner <marcus@jet.franken.de>
+ * documentation/configuring.sgml, documentation/fonts.sgml, documentation/installation-und-konfiguration.german, documentation/installing.sgml, documentation/opengl.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Updated for change in config file name. Removed references to
+ obsolete global wine configuration file where appropriate. Updated
+ config option format to match the new syntax. Misc cleanups.
- * [files/drive.c]
- Fixed GetDriveType16 to return DRIVE_REMOTE again.
+ * dlls/user/resources/user32.rc, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, graphics/x11drv/oembitmap.c, include/bitmaps/ocr_appstarting, include/bitmaps/ocr_bummer, include/bitmaps/ocr_cross, include/bitmaps/ocr_dragobject, include/bitmaps/ocr_hand, include/bitmaps/ocr_help, include/bitmaps/ocr_ibeam, include/bitmaps/ocr_icon, include/bitmaps/ocr_no, include/bitmaps/ocr_normal, include/bitmaps/ocr_size, include/bitmaps/ocr_sizenesw, include/bitmaps/ocr_sizens, include/bitmaps/ocr_sizenwse, include/bitmaps/ocr_sizewe, include/bitmaps/ocr_up, include/bitmaps/ocr_wait, include/bitmaps/oic_bang, include/bitmaps/oic_bang_95, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hand, include/bitmaps/oic_hand_95, include/bitmaps/oic_hdisk, include/bitmaps/oic_landscape, include/bitmaps/oic_network, include/bitmaps/oic_note, include/bitmaps/oic_note_95, include/bitmaps/oic_portrait, include/bitmaps/oic_ques, include/bitmaps/oic_ques_95, include/bitmaps/oic_sample, include/bitmaps/oic_wineicon, include/winuser.h, windows/cursoricon.c:
+ Store USER icons and cursors as resources instead of xpm bitmaps.
- * [loader/pe_image.c][loader/module.c]
- Look for modules that have the same modulename or the same
- filename (they sometimes differ).
- Fixed up fixup_imports, removed one of the loops.
+ * dlls/winmm/wineoss/audio.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix off by one error in buffer length check.
- * [windows/winpos.c]
- Added some NULL ptr checks. Needs more.
+ * tools/wineinstall:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Switched from wine.config back to wine.conf, no need to use something
+ not linux standard. Removed use of obsolete "--config" option when
+ calling regapi. Lots of cleanup and reorganization. Check to see if
+ wine is installed when wineinstall is not run as root.
- * [graphics/ddraw.c]
- Some stubs added.
-
- * [if1632/snoop.c]
- Updated, made WINELIB compatible.
-
-Fri Jul 10 04:39:56 1998 Douglas Ridgway <ridgway@winehq.com>
-
- * [objects/enhmetafile.c] [relay32/gdi32.spec]
- Small tweaks for documentation system.
-
-Thu Jul 9 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
-
- * [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
- Fixed GetEffectiveClientRect, CreateToolbarEx and CreateMappedBitmap.
- Added stub for ShowHideMenuCtl. Added some documentation.
-
- * [documentation/common_controls]
- Added and updated some information.
-
- * [controls/toolbar.c][include/toolbar.h]
- Added string support.
+ * include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Added 3 missing FS_xxx macros.
- * [misc/shell.c][misc/shellord.c][relay32/shell.spec]
- Changed names of undocumented functions to their real names and
- fixed the export table.
+2001-01-17 Alexandre Julliard <julliard@winehq.com>
- * [controls/imagelist.c][relay32/comctl32.spec]
- Added stub for ImageList_SetFilter.
- Fixed some minor bugs and typos.
-
- * [objects/font.c][include/windows.h][relay32/gdi32.spec]
- Added stubs for GetCharacterPlacement32[A/W].
-
- * [objects/region.c][relay32/gdi32.spec]
- Added stub for UNDOCUMENTED GetRandomRgn.
-
- * [controls/commctrl.c][controls/*.c][include/*.h]
- Added dummy listview, pager, rebar, tooltips, trackbar and
- treeview control. This keeps some programs from complaining.
-
-Thu Jul 9 11:23:58 1998 Rein Klazes <rklazes@casema.net>
-
- * [graphics/painting.c] [graphics/*/init.c]
- [graphics/x11drv/graphics.c] [relay32/gdi32.spec]
- [if1632/gdi.spec] [include/gdi.h] [include/x11drv.h]
- Implemented drawing bezier curves: PolyBezier16/32 and
- PolyBezierTo16/32.
+ * dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, dlls/shell32/shell32_main.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
+ Replaced some GetProcAddress() imports by the standard dll import
+ mechanism.
- * [graphics/x11drv/graphics.c]
- Improved accuracy of several graphic routines, especially the
- drawing of pie's.
+ * dlls/wineps/init.c, dlls/winmm/mmsystem.c, dlls/dplayx/dplayx_main.c, dlls/imm32/main.c, dlls/msacm/msacm32_main.c, dlls/ole32/compobj.c, dlls/ole32/ole32_main.c, dlls/opengl32/wgl.c, dlls/richedit/riched32.h, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/shell32/shell.c, dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c, dlls/comctl32/commctrl.c, dlls/commdlg/generic.c:
+ Cleaned up dll startup routines now that we have separate address
+ spaces.
- * [include/windows.h] [misc/spy.c]
- Added 25 window messages related to programs based on MFC and/or OLE.
+ * configure, configure.in, dlls/advapi32/service.c, dlls/winmm/driver.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Cosmetics.
-Wed Jul 8 22:00:00 1998 James Juran <jrj120@psu.edu>
+ * dlls/x11drv/x11drv_main.c, include/x11drv.h, windows/x11drv/event.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Make some noise in a few cases where the X11drv doesn't load, but used
+ to fail silently.
- * [documentation/wine.man]
- Updated manpage.
+ * scheduler/services.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ SERVICE_CreateServiceTable still returned TRUE if CreateThread failed.
- * [wine.ini]
- Added section for Win95Look=true (commented out by default).
+ * include/wine/library.h, library/Makefile.in, library/errno.c, scheduler/sysdeps.c, scheduler/thread.c, dlls/x11drv/x11drv_main.c, include/acconfig.h, include/config.h.in, include/x11drv.h, configure, configure.in:
+ Cleaned up the various errno location tests in configure.
+ Added (h_)errno_location pointers in the library that allow remapping
+ the calls in higher level dlls.
+ Moved X11DRV_CritSection out of sysdeps.c and into x11drv.dll.
-Wed Jul 8 06:23:19 1998 Matthew Becker <mbecker@glasscity.net>
+ * dlls/winsock/socket.c, dlls/wsock32/socket.c:
+ James Hatheway <james@macadamian.com>
+ In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls.
+ Added hack for missing WINAPI in Unix socket() definition.
- * [misc/registry.c]
- Fixed a crash in RegEnumValue32A when the dwType parameter is
- NULL.
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Added some stubs needed for IE 5.5 setup.
- * [programs/regtest/regtest.c]
- Improved the printing of errors.
+ * tools/wineshelllink:
+ Jeremy White <jwhite@codeweavers.com>
+ Revised wineshelllink to wake up KDE 1.x so that applications that get
+ installed show up without a manual KDE menu refresh required.
+ Added a few usage checks to make manual invocation a little less
+ painful.
- * [misc/ntdll.c]
- Added stub for RtlFormatCurrentUserKeyPath.
+ * tools/bin2res.c: Fixed tmpfile buffer size.
- * [win32/console.c]
- Added stub for ScrollConsoleScreenBuffer.
+ * files/dos_fs.c:
+ Fixed typo in wine_get_unix_file_name().
-Mon Jul 6 16:41:47 1998 Per Lindström <pelinstr@algonet.se>
+ * dlls/shell32/shelllink.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Revised shell link process to treat empty (e.g. "") strings
+ identically to NULL strings. Makes many more installers take useful
+ action. Added many trace messages.
- * [include/windows.h] [relay32/kernel.spec] [win32/newfns.c]
- Added stubs for SleepEx and TerminateProcess.
+ * dlls/comctl32/listview.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Only adjust item rect by horizontal scrollbar offset in report view.
- * [rc/README]
- Corrected a grammatical error.
+ * dlls/winsock/socket.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Change WSACleanup - wsinfo is a static structure now.
-Mon Jul 3 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Make winelauncher test for xmessage and warn the user if they don't
+ have it.
- * [misc/shellord.c]
- Put some TRACE in.
+2001-01-15 Alexandre Julliard <julliard@winehq.com>
- * [memory/string.c]
- Deleted unused variable in lstrcmpi32A.
+ * graphics/x11drv/brush.c, include/wine_gl.h, windows/x11drv/clipboard.c, windows/x11drv/event.c:
+ Replaced X11DRV_CritSection references by wine_tsx11_(un)lock.
- * [include/windows.h][memory/string.c]
- Added functions WideCharToLocal32 LocalToWideChar32 for
- OLE-strings
+ * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c, include/callback.h, include/x11drv.h, scheduler/sysdeps.c, windows/x11drv/mouse.c, dlls/x11drv/x11drv_main.c:
+ Removed CALL_LARGE_STACK support.
- * [include/shlobj.h][include/winerror.h][misc/shell.c]
- [ole/folders.c]
- Added definition of internal class pidlmgr.
- Changed definitions of EnumIDList, IShellFolder.
- Added some OLE error constants.
- Implemented EnumIDList, IShellFolder, IClassFactory,
- PidlMgr, SHELL32_DllGetClassObject, SHGetDesktopFolder,
- SHGetSpecialFolderLocation (half), SHGetPathFromIDList
- (!!This stuff is not finished yet!!)
+ * loader/ne/segment.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Don't call a NE DLL's DllEntryPoint twice during one single
+ LoadModule() call.
- * [include/windows.h][misc/network][reley32/mpr.spec]
- Added stubs for WNetConnectionDialog32[A|W|API].
- Added struct LPCONNECTDLGSTRUCT32[A|W] and some constants.
- Added some SetLastError(WN_NO_NETWORK) to the stubs.
- Fixed bufferhandling in WNetCancelConnection
- Added stub for MultinetGetErrorText[A|W]
+ * memory/virtual.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MapViewOfFileEx: make the returned error dependent on the Windows
+ version used.
- * [ole/ole2nls.c]
- Rewrote GetTimeFormat32A.
+ * dlls/user/user32.spec, dlls/winedos/winedos.spec, dlls/x11drv/x11drv.spec, dlls/ntdll/ntdll.spec:
+ Updated debug channels.
-Fri Jul 3 10:27:30 1998 Michael Poole <poole+@andrew.cmu.edu>
+ * dlls/winmm/wineoss/mixer.c, windows/winproc.c, windows/x11drv/wnd.c, dlls/winmm/mciavi/mciavi.c:
+ Removed unnecessary headers.
- * [graphics/ddraw.c] [tsx11/X11_calls]
- Implement IDirectDrawPalette_GetEntries.
- Use CopyColormapAndFree to avoid erasing previously-set
- palette entries.
+ * windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Initialize MENUITEMINFO structure before calling GetMenuItemInfo.
- * [graphics/ddraw.c] [include/ddraw.h]
- [tools/make_X11wrappers] [tsx11/X11_calls]
- Provide a preliminary, not-yet-working framework for doing
- DirectDraw via Xlib or XShm as well as DGA.
+ * dlls/ddraw/ddraw/thunks.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed an interface cast in DD2->DD7 thunk.
-Tue Jun 30 00:16:09 1998 Marcel Baur <mbaur@g26.ethz.ch>
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add one missing buffer size rounding in the edit control.
+ Make rounding code slightly more readable.
- * [ole/nls/*.nls]
- Added remaining 22 locales (including arabic locales).
+ * loader/ne/module.c, loader/ne/resource.c, loader/task.c, if1632/builtin.c:
+ Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
-----------------------------------------------------------------------
-Sun Jun 28 18:37:02 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * misc/Makefile.in, misc/tweak.c, objects/gdiobj.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/painting.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, controls/button.c, controls/combo.c, controls/edit.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c, dlls/gdi/gdi_main.c, dlls/user/cache.c, dlls/user/text.c, dlls/user/user_main.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/cache.h, include/tweak.h, include/user.h:
+ Moved tweak support to USER dll. Removed tweak.h and cache.h.
- * [if1632/signal.c] [miscemu/instr.c] [memory/virtual.c]
- Moved page-fault handling to INSTR_EmulateInstruction.
+ * memory/local.c, msdos/int20.c, msdos/int2f.c, scheduler/process.c, win32/init.c, windows/clipboard.c, windows/cursoricon.c, windows/focus.c, windows/hook.c, windows/input.c, windows/message.c, windows/queue.c, windows/timer.c, windows/user.c, windows/win.c, windows/winpos.c, include/queue.h, include/task.h, include/wine/winbase16.h, loader/ne/segment.c, loader/pe_resource.c, loader/resource.c, debugger/dbg.y, debugger/expr.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/file.c, if1632/relay.c:
+ Removed some direct accesses to the 16-bit task structure.
- * [scheduler/thread.c]
- Added locking and check for own thread in Suspend/ResumeThread.
+ * dlls/crtdll/crtdll.spec, dlls/msvcrt/ctype.c, dlls/msvcrt/msvcrt.spec:
+ Fixed toupper/_toupper mixup.
-Sat Jun 27 21:25:21 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+2001-01-12 Alexandre Julliard <julliard@winehq.com>
- * [objects/dib.c] [objects/bitmap.c] [objects/oembitmap.c]
- [graphics/x11drv/bitblt.c] [include/bitmap.h]
- Improved DIB section handling using page fault handlers.
- (Note: This patch includes code contributed by Matthew J. Francis.)
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20010112.
- * [memory/virtual.c] [if1632/signal.c] [include/global.h]
- Page Fault handler support added.
+----------------------------------------------------------------
+2001-01-12 Alexandre Julliard <julliard@winehq.com>
- * [if1632/signal.c] [loader/signal.c] [tools/build.c] [misc/system.c]
- [misc/winsock_dns.c] [include/sig_context.h] [include/thread.h]
- 16-bit %fs handling improved: Always preserve 16-bit %fs value,
- always restore 32-bit %fs value for signal handlers.
+ * dlls/ddraw/ddraw/xvidmode.c:
+ Added missing WIN_ReleaseWndPtr.
- * [if1632/thunk.c] [loader/module.c] [misc/callback.c] [windows/user.c]
- [loader/ne/resource.c] [include/callback.h] [include/module.h]
- [if1632/kernel.spec] [if1632/wprocs.spec]
- Resource Handler function pointer stored as 16-bit SEGPTR.
+ * dlls/winmm/Makefile.in, dlls/winmm/mmsystem.spec:
+ winmm.dll can now be properly separated.
- * [loader/task.c] [windows/win.c] [windows/winpos.c] [if1632/user.spec]
- [if1632/kernel.spec] [loader/ne/module.c]
- Some minor incompatibilities fixed (Win32s relies on those):
- GetExePtr, IsWindow16 should set ES on return; WINPOS_SendNCCalcSize
- should cope with having the WINDOWPOS structure trashed;
- the OFSTRUCT in the NE module image should be placed *last*.
+ * dlls/msvideo/msvideo_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Warning fix.
- * [include/windows.h]
- Missing prototype for FlushViewOfFile.
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixes for various underrun-related problems. Also added a mechanism
+ for the sound driver to request that a Stop should close and reopen
+ the device.
- * [loader/task.c]
- Bugfix: Command line should *not* start with a blank.
-
- * [loader/ne/segment.c]
- Bugfix: Fixups to offset 0 were never applied.
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Remove multimedia timers from the service thread, use a separate thread
+ instead.
- * [misc/lstr.c]
- Use debugstr_a in OutputDebugString16.
+ * dlls/comctl32/status.c:
+ François Gouget <fgouget@codeweavers.com>
+ In STATUSBAR_GetTipText{a,W, always put a terminating '\0' in the
+ buffer.
+ Pass a buffer of sufficient size to TTM_GETTEXTA.
- * [msdos/dpmi.c]
- Stub for int 31 BL=2f AX=7a20 (NetWare: Get VLM Call Address) added.
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/main.c:
+ Gavriel State <gav@transgaming.com>
+ Warning fixes.
- * [msdos/int21.c]
- Stub for int 21 AX=440d CL=6f (get drive map information) added.
+ * dlls/wsock32/wsock32.spec, include/Makefile.in, include/nspapi.h, include/wshisotp.h, include/wsipx.h, dlls/Makefile.in, dlls/wsock32/Makefile.in, dlls/wsock32/protocol.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Implemented EnumProtocolA/W.
-Fri Jun 26 18:08:30 1998 Rein Klazes <rklazes@casema.net>
+ * configure.in, include/config.h.in, library/port.c, configure:
+ Andreas Mohr <amohr@codeweavers.com>
+ NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
- * [windows/winpos.c]
- Fix small buglet that mixed up maximized and minimized windows.
+ * server/file.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Workaround for SuSE 7 2.2.16 kernel bug.
- * [include/x11drv.h] [objects/dc.c] [graphics/x11drv/pen.c]
- [graphics/x11drv/graphics.c]
- Fix some bugs with lines joining styles. Draws rectangles
- with thick pens now correctly.
+ * controls/edit.c:
+ James Hatheway <james@macadamian.com>
+ Guard against incoming string of NULL in WM_SETTEXT.
-Fri Jun 26 16:22:23 1998 James Juran <jrj120@psu.edu>
+ * dlls/Makefile.in, dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Turn crtdll into forwards to msvcrt.
- * [misc/shell.c]
- Fixed bug I introduced last release in InternalExtractIcon.
+ * dlls/msvcrt/except.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added some exception handling functions.
- * [win32/file.c]
- Added documentation for CreateFile32A.
+ * dlls/msvcrt/math.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed mistyped variable name in MSVCRT__fpclass().
- * [documentation/wine.man]
- Updated manpage.
+ * memory/virtual.c:
+ Added flag to differentiate file mappings and VirtualAlloc() blocks,
+ and reject VirtualFree() calls on file mappings.
- * [ChangeLog]
- Added my entry from last release.
+ * include/server.h, scheduler/client.c:
+ Removed obsolete get_req_buffer() function.
-Fri Jun 26 13:33:30 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ * files/file.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Swap lpOverlapped parameters in ReadFile and WriteFile.
+ The InternalHigh member should contain the number of
+ bytes transferred.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fixes as a result of testing builtin crtdll against builtin msvcrt.
+
+ * files/directory.c, files/drive.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Updated messages with new config files in mind to keep from confusing
+ users.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Implemented most functionality. TODO lists whats left.
- * [graphics/psdrv/*] [if1632/wineps.spec] [include/psdrv.h]
- [include/print.h] [objects/gdiobj.c]
- First stages of an internal Postscript driver. See
- graphics/psdrv/README . Should print text (badly) from win3.1 notepad,
- write and winword6.
+2001-01-11 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/shdocvw/.cvsignore, dlls/shdocvw/Makefile.in, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/misc.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c, dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/webbrowser.c, documentation/Makefile.in, include/wine/obj_webbrowser.h, winedefault.reg:
+ John R. Sheets <dusk@ravendusk.org>
+ Implemented stubs for IWebBrowser in shdocvw.dll.
+
+ * tools/winebuild/main.c:
+ Nathan Neulinger <nneul@umr.edu>
+ Renamed struct option to avoid conflicts with getopt.h.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added binary compatible __EH_prolog.
+
+ * server/main.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Added a simple usage() function.
+
+ * dlls/ddraw/dga.c, dlls/ddraw/dga2.c:
+ No longer used.
+
+ * include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h:
+ John R. Sheets <dusk@ravendusk.org>
+ Correct some cut & paste typos.
+
+ * tools/wineinstall:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Update for the new config format and location of the default config
+ file. Add a conf_quesion to convert an old user config file, or use
+ the default Wine config file. Removed the setting of obsolete
+ EXTRA_LD_LIBRARY_PATH. Added a conf_question to give the user the
+ option to install local config and registry files when the script is
+ being run by root.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ Create the main_target in single-target mode.
+ The defined(@array) construct is said to be deprecated, avoid it.
+ Simplify the usage reporting.
+ Add a word of caution to the usage message.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix the return value of WM_GETTEXT in the edit control.
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Various combobox fixes.
+
+ * files/Makefile.in:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Removed some unnecessary defines after profile.c cleanup.
+
+ * programs/avitools/aviplay.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed unnamed union dummy names.
+
+ * configure.in, include/acconfig.h, include/config.h.in, include/wine/port.h, include/winnt.h, configure:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Replaced architecture-dependent configure checks by hardcoded
+ definitions in winnt.h (to avoid config.h dependency).
+
+ * dlls/ntdll/exception.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Added missing prototypes to avoid compile warnings on Solaris.
+
+ * include/winsock.h:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Work around problems on Solaris if config.h is not included.
+
+ * windows/message.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed byteorder problems caused by non-portable code.
+
+2001-01-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/misc.c, dlls/msvcrt/ms_errno.h, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c, dlls/msvcrt/wcs.c, documentation/samples/config, loader/loadorder.c, DEVELOPERS-HINTS, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Migrate CRTDLL to MSVCRT.
+ - Many fixes and a load of new functions.
+
+ * include/options.h, misc/options.c:
+ Removed all traces of the --config option.
+
+ * dlls/ddraw/ddraw/xvidmode.c:
+ Gavriel State <gav@transgaming.com>
+ Reenabled DXGrab option.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Synchronize the sizes of the external and internal buffers at start
+ and end of message processing in the edit control.
+
+ * controls/listbox.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed returned length for LB_GETTEXT.
+
+ * dlls/kernel/Makefile.in:
+ Added nls to EXTRASUBDIRS.
+
+ * files/profile.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Removed use of outdated WINE_INI environment variable. Removed
+ obsolete --config option. Removed loading of global wine config file.
+ Cleaned up some messages.
+
+ * controls/edit.c:
+ James Hatheway <james@macadamian.com>
+ es->buffer_size is not always the length of the text currently in the
+ editbox, so use -1 instead.
+
+ * loader/module.c, loader/ne/module.c, dlls/ntdll/ntdll.spec:
+ Gerard Patel <gerard.patel@asi.fr>
+ Added a specific debug channel for dll loading (builtin/native).
+
+ * objects/dib.c, objects/enhmetafile.c, objects/metafile.c, objects/palette.c, objects/text.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Fixed some signed/unsigned warnings.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented asynchronous ReadFile and WriteFile.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ Require that the user specify a work directory. This provides a
+ safeguard against accidental invocations.
+
+ * dlls/comctl32/propsheet.c:
+ François Gouget <fgouget@codeweavers.com>
+ Only copy the dwSize bytes really occupied by lpPropSheetPage.
+
+ * include/windowsx.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ For the Global*Ptr* set of macros, replace the 16bit version with
+ their 32 bit equiv.
+
+ * dlls/comctl32/toolbar.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Only call TOOLBAR_CalcToolbar when parameters change.
+
+2001-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, controls/listbox.c, dlls/user/controls.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode window proc for the listbox control.
+ Replaced all ansi calls by their unicode equivalents.
+ Removed use of the custom local heap.
+
+ * dlls/comctl32/listview.c:
+ François Gouget <fgouget@codeweavers.com>
+ Test for NULL and LPSTR_TEXTCALLBACK before using lpColumn->pszText.
+
+ * dlls/ddraw/dsurface/main.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed some incorrect format strings.
+
+ * debugger/dbgmain.c: Removed obsolete file.
+
+ * include/windef.h, include/winuser.h, windows/user.c, dlls/user/misc.c:
+ François Gouget <fgouget@codeweavers.com>
+ Move HDWP to winuser.h.
+ Convert HWINSTA to STRICT.
+
+ * files/drive.c, misc/cdrom.c:
+ Ryan Cumming <bodnar42@bodnar42.dhs.org>
+ Make CDROM_GetLabel return 0 in the event of failure, and make the
+ default label for drives a string of 11 spaces.
+
+ * dlls/winaspi/aspi.c:
+ David Elliott <dfe@infinite-internet.net>
+ Fixed usage of RegEnumValueA.
+
+ * dlls/winspool/info.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT in the same way
+ that NT does - that is ignore it and return TRUE.
+
+ * dlls/winmm/mcicda/mcicda.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Actually call CDROM_Audio_GetTracksInfo when retrieving
+ MCI_CDA_STATUS_TRACK_TYPE.
+ WINE_CDA_OPEN maps to MCIERR_HARDWARE.
+
+ * scheduler/services.c:
+ François Gouget <fgouget@codeweavers.com>
+ SERVICE_AddObject check for NULL handles in addition to
+ INVALID_HANDLE_VALUE.
+
+ * files/file.c:
+ François Gouget <fgouget@codeweavers.com>
+ The last parameter of CreateFile should be 0 (aka NULL), not -1.
+ CreateFile returns INVALID_HANDLE_VALUE when it fails, not
+ HFILE_ERROR.
+ Added comments.
+
+ * win32/console.c:
+ François Gouget <fgouget@codeweavers.com>
+ pty_handle is a HANDLE, not an int.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ (configure) Look for the headers in $WINE_ROOT/include/wine and
+ /opt/wine/include/wine.
+
+ * dlls/comctl32/commctrl.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Send the creation notification to the true owner of the tooltip.
+
+ * controls/combo.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Ensure there is an edit control when we reset contents.
+
+ * dlls/comctl32/listview.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Adjust item rects by horizontal scrollbar offset.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed TCM_GetRowCount.
+
+2001-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/ttydrv.spec:
+ Need to import user32 even though we don't use symbols from it yet.
+
+ * tools/specmaker/Makefile.in:
+ Leonard Norrgård <vinsci@nic.funet.fi>
+ Reference $(SRCDIR) when installing the perl script (it doesn't exist
+ in the build directory).
+
+ * dlls/commdlg/finddlg32.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Changed string pointer calculation.
+
+ * include/shlwapi.h, include/wine/undocshell.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shell32/clipboard.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Moved all the documented shlwapi functions out of undocshell.h into
+ shlwapi.h. Nothing but files in dlls/shell32 will now include
+ undocshell.h.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed one &, now CoCreateInstance() of ddraw objects works again.
+
+ * server/async.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Calculate the timeout time once when the async is created.
+
+ * include/winbase.h:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented HasOverlappedCompleted macro.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add missing mapping for LB_FINDSTRINGEXACT message (thanks to Gerard
+ Patel for reporting the bug).
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Combobox should clear its current selection on response to
+ CB_SETCURSEL(-1) message.
+
+2001-01-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, loader/ne/module.c, miscemu/main.c, scheduler/process.c:
+ Use the exe name and file handle we got from the server also when
+ starting Win16 or DOS programs, to avoid depending on the contents of
+ the command-line.
+
+ * server/process.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, include/server.h, scheduler/synchro.c, scheduler/thread.c, server/async.c, server/debugger.c:
+ Added separate queue for "system" APCs that get called even when the
+ thread is not in an alertable state.
+ Specify the select_request timeout as absolute value so that we can
+ restart the request when interrupted.
+
+ * wine.ini: Removed old format config file.
+
+ * controls/menu.c:
+ François Gouget <fgouget@codeweavers.com>
+ Modify the look of bitmap menu items to match Win95 and Win98
+ Fix the sunken edge/bitmap overlap in the Win98 look
+ Introduce an IS_MAGIC_ITEM macro to test if the item is 'magic'
+
+ * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/registry.c, msdos/int21.c, objects/enhmetafile.c, objects/metafile.c, scheduler/process.c, dlls/advapi32/registry.c, dlls/crtdll/file.c, dlls/oleaut32/typelib.c, dlls/shell32/shell32_main.c, dlls/user/exticon.c, dlls/winedos/module.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed some HFILE vs. HANDLE mismatches.
+ If not used the last parameter of CreateFile must be 0, not -1.
+
+ * dlls/msacm/msacm.spec, dlls/msacm/msacm_main.c, documentation/samples/config, loader/loadorder.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Forced loading of msacm32 when msacm is loaded.
+ Added msacm DLL pair in config files.
+ Added some dumb calls from 16 to 32.
+
+ * dlls/Makefile.in, dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement InternetCanonicalizeUrl.
+
+ * dlls/dsound/dsound_main.c:
+ Johan Gill <johane@lysator.liu.se>
+ Added a more truthful message about what really is wrong.
+
+ * dlls/gdi/printdrv.c, include/wine/wingdi16.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't call QueryAbort16() in WriteSpool16(), since it might be called
+ with locks held (and we do not need to call it here).
+
+ * controls/listbox.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Took a stab at implementing LBS_NOSEL.
+
+2001-01-05 Alexandre Julliard <julliard@winehq.com>
+
+ * include/server.h, scheduler/process.c, server/process.c, server/trace.c:
+ Send the exe file handle in init_process_done request.
+
+ * files/profile.c:
+ Avoid crashing on invalid lines during config file conversion.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c, include/shlwapi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implemented a few Url* functions.
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode window proc for combobox control.
+ Replaced ansi calls by their unicode equivalents.
+
+ * controls/static.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode window proc for the static control.
+ Replaced ansi calls by their unicode equivalents.
+
+ * dlls/wsock32/socket.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98
+ winipcfg work.
+
+ * dlls/dinput/mouse/main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Mouse events fix.
+
+ * tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, loader/ne/module.c, memory/virtual.c, misc/registry.c, relay32/builtin32.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c, scheduler/timer.c, server/async.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/module.h, include/server.h, loader/elf.c, loader/module.c, loader/pe_image.c:
+ Added handle_t type to server interface so that we can make handles
+ pointers later on.
+ Always use 0 to signal invalid handle in server requests.
+
+ * include/commdlg.h, programs/cmdlgtst/cmdlgtst.c:
+ François Gouget <fgouget@codeweavers.com>
+ I triple checked but yes, CHOOSECOLOR.hInstance is an HWND...
+
+ * dlls/winmm/driver.c, msdos/vga.c:
+ François Gouget <fgouget@codeweavers.com>
+ We must cast the return value of GetProcAddress.
+
+ * programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c:
+ François Gouget <fgouget@codeweavers.com>
+ The WndProc function was missing the CALLBACK modifier.
+
+ * programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c:
+ François Gouget <fgouget@codeweavers.com>
+ The first 2 parameters of WinMain are HINSTANCEs, not HANDLEs.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some problems with scrolling in the edit control.
+
+2001-01-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c:
+ Francois Gouget <fgouget@free.fr>
+ Removed the 'fn' prefix (i.e. ICOM_FN).
+
+ * include/acconfig.h, include/config.h.in, include/ddraw.h, msdos/vga.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/dclipper/main.h, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/dibtexture.c, dlls/ddraw/dsurface/dibtexture.h, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/dsurface/fakezbuffer.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/thunks.h, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/dsurface/wndproc.h, dlls/ddraw/dsurface/x11.c, documentation/ddraw.txt, configure, configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddcomimpl.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, dlls/ddraw/struct_convert.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h:
+ Andrew Lewycky <andrew@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ Major DirectDraw restructure/reimplementation, using an improved component
+ object model hierarchy. The implementation currently supports:
+ - DirectDraw over GDI/USER in a window (using DIBsections and
+ asynchronous updates)
+ - XVidMode
+ - XF86DGA2
+ - All DirectDraw interfaces from versions 1 to 7 (at least in theory)
+ - Hooks for Direct3D interfaces
+
+ * dlls/msacm/wineacm.h, include/Makefile.in, include/mmsystem.h, include/msacm.h, include/msacmdlg.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing parts.
+
+ * controls/menu.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the alignment of the MF_RIGHTJUSTIFY menu items.
+
+ * misc/main.c: Removed obsolete code.
+
+ * dlls/Makefile.in: Fixed dll dependencies.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/audio.c, include/mmddk.h, dlls/dsound/dsound_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using manifest constant instead of raw values for all the
+ DRV_QUERY??? values.
+
+ * dlls/kernel/thunk.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Added Ulrich Weigand's description of KERNEL32_99.
+
+ * memory/global.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Some borken memory monitoring programs divide by dwTotalPageFile,
+ which probably isn't zero on windows.
+
+ * configure.in, tools/Makefile.in, tools/specmaker/.cvsignore, tools/specmaker/Makefile.in, tools/specmaker/README, tools/specmaker/dll.c, tools/specmaker/function_grep.pl, tools/specmaker/main.c, tools/specmaker/misc.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, configure:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added spec generation tool specmaker.
+
+ * misc/options.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Reimplemented "relay=" and "snoop=" suboptions.
+
+ * include/mmsystem.h, include/winbase.h, include/windef.h, include/winnls.h, include/winuser.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved the function pointer types to their rightful headers.
+ The definition of the function pointer types must be based on STRICT.
+
+ * graphics/x11drv/bitblt.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Starcraft was confused by a wrong FALSE BitBlt return.
+
+ * dlls/winmm/wineoss/audio.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Set fragments for wave input to 7 x 1024 byte.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loading of 16 bit drivers.
+ Better support for native mappers.
+
+ * controls/listbox.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a problem where when deleting an item using index -1 on an empty
+ listbox we would pass through an illegal negative index and cause
+ problems.
- * [documentation/printing]
- Some notes on printing.
+2001-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Pass the application name also when starting a Unix app, and use it to
+ load the main exe .so file.
+ Fixed bug in directory handling in PROCESS_Create.
+
+ * include/winbase.h:
+ Jon Griffiths <tntjpgriff@tsnxt.co.uk>
+ Added InitializeCriticalSectionAndSpinCount prototype.
+
+ * include/windef.h, windows/user.c:
+ François Gouget <fgouget@codeweavers.com>
+ Convert HDESK to STRICT.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed duplicate field in internal structure.
+ Silenced warning for MCI_CONFIGURE message.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for the DRVM_MAPPER_STATUS message.
+
+ * dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Replaced pointers to external functions by a DLL import.
+
+ * dlls/msvideo/drawdib.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed bitmap size handling.
+
+2001-01-02 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, include/acconfig.h, include/config.h.in, windows/x11drv/keyboard.c, configure:
+ Ove Kaaven <ovek@transgaming.com>
+ Turn on detectable autorepeat if the X Keyboard Extension is
+ detected.
+
+ * include/windef.h, include/wtypes.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a
+ 'void*' unlike regular handles.
+
+ * dlls/kernel/kernel32.spec, dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implement PrintDlg16 better (adding PrintDlgProc16 and several other
+ 16bit dependent functions)
+ If we are using a template we might not have the default combobox for
+ printers, use the default printer in those cases.
+ More error messages and checks.
+ Added GlobalFlags16 and GlobalReAlloc16 to kernel32.spec.
+
+ * tools/winebuild/import.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Delayed import thunks for Sparc.
+
+ * dlls/dplayx/dplayx_messages.c:
+ François Gouget <fgouget@codeweavers.com>
+ Removed an '#ifdef STRICT'.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Bugfix for sound dropping out, and workaround for Half-Life's
+ braindead secondary sound buffer management.
+
+ * dlls/shell32/shellole.c, include/shellapi.h, include/windef.h, windows/x11drv/event.c:
+ François Gouget <fgouget@codeweavers.com>
+ Moved HDROP to shellapi.h.
+
+ * include/objbase.h:
+ François Gouget <fgouget@codeweavers.com>
+ Should include cguid.h.
+
+ * include/ole2.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added two error codes: E_DRAW and DATA_E_FORMATETC.
+
+ * dlls/commdlg/filedlg.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Return 8.3 file names.
+ Fixed sizeof(WCHAR) bugs.
+
+ * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ - Fixed a byteorder conversion problem with message tables.
+ - Carefully read and write (possibly) misaligned data elements
+ to avoid crashes on architectures where this is not allowed.
+
+ * programs/view/view.c, programs/notepad/main.c:
+ François Gouget <fgouget@codeweavers.com>
+ Replaced calls to OpenFile with the equivalent call to
+ CreateFile. Removes the need to cast the result to HANDLE.
+
+ * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
+ François Gouget <fgouget@codeweavers.com>
+ The last parameter of CreateFile is a HANDLE and should thus be NULL.
+
+ * dlls/winsock/socket.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ A socket becomes readable after connect in Linux 2.4 (even for
+ connection refused).
+
+ * dlls/winmm/wineoss/audio.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Read 4 bytes to wake up GETISPACE.
+
+ * dlls/wineps/afm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added one safety check to AFM parsing.
+
+ * dlls/user/user.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ 16bit user GetProp/SetProp get strings or atoms, so we can use 'str'.
+
+ * dlls/advapi32/service.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed some 0 vs. FALSE mismatches.
+ Fixed a '%x' vs. '%lx' mismatch.
+ Fixed some DWORD vs. SC_HANDLE mismatches.
+
+ * include/winsvc.h:
+ François Gouget <fgouget@codeweavers.com>
+ SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
+ SERVICE_STATUS_HANDLE is a DWORD
+
+ * memory/local.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Align moveable blocks if the architecture requires it.
+
+ * include/winerror.h:
+ François Gouget <fgouget@codeweavers.com>
+ Reordered the definitions according to their value.
+ Inserted the *_S_* macros right before the corresponding *_E_* block
+ Reindented the values.
+ Removed the duplicate set of E_xxx macros since they are only used on
+ non WIN32 platforms.
+ Uncommented the CO_E_INIT_ set of macros.
+ Removed some duplicate macro definitions and fixed various typos.
+ Added the definitions needed by the MFC.
+
+ * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added Reserved5 -> lstrcmp16.
+
+ * dlls/version/install.c, dlls/version/resource.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Code was checking for 0 or HFILE_ERROR instead of negative error
+ values.
+
+2000-12-29 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/input.c, windows/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ "Implement" GetKBCodePage and GetKBCodePage16.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented GetOverlappedResult.
+
+ * objects/font.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CreateFontIndirect() can get NULL pointers.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Improve async i/o compatability. lpOverlapped->Internal should hold
+ the overlapped transfer status.
+
+ * tools/winebuild/import.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed builtin imports broken by latest change.
+
+ * configure, configure.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made unaligned access test effective.
+
+ * include/wine/port.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed evilish cut and paste.
+
+ * debugger/Makefile.in, debugger/dbg.y, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/winedbg.c:
+ François Gouget <fgouget@codeweavers.com>
+ Compile the debugger with STRICT on.
+
+ * dlls/wineps/font.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Use a case-insensitive comparison to match PostScript font names.
+
+ * include/wine/obj_base.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added an ICOM_FN that generates either fn##xfn or sfn as appropriate.
+ Use ICOM_FN to avoid duplicating the 'ICOM_V?METHOD.*' definitions.
+ Remove the obsolete ICOM_CVMETHOD macros.
+ Use the ICOM_VTBL macro to avoid duplicating the 'ICOM_CALL.*'
+ definitions.
- * [controls/edit.c]
- Strip off WS_BORDER in WM_NCREATE, edit draws its own rectangle.
- EC_USEFONTINFO seems to be used as a left/right value for EM_SETMARGINS
- and not as an action as the docs say. This actually makes more sense.
- Scroll the caret back to zero after a WM_SETTEXT.
+ * dlls/wininet/ftp.c, dlls/wininet/internet.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ - implemented passive FTP transfers (PASV, needed for firewalls)
+ - fixed lstnSocket closing
+
+ * include/builtin16.h, include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/res16.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed winebuild to work on non-Intel architectures.
+
+ * loader/ne/module.c, loader/ne/resource.c, loader/module.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Prevent unaligned access to NE in-memory module data.
+
+ * memory/codepage.c, unicode/Makefile.in, unicode/compose.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c:
+ Added support for composite Unicode characters in MultiByteToWideChar
+ and WideCharToMultiByte.
+
+ * include/wingdi.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added a prototype for GetLogColorSpace.
+
+ * include/windef.h:
+ François Gouget <fgouget@codeweavers.com>
+ Convert HCOLORSPACE to STRICT mode.
+
+ * documentation/HOWTO-winelib:
+ Wilbur N. Dale <wilbur.dale@lumin.nl>
+ Updated first example using latest winebuild dll/so procedure.
+
+ * dlls/ntdll/signal_i386.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed small race condition between vm86_enter() and signal handling.
+ Made separate save_vm86_context and restore_vm86_context functions.
-Fri Jun 26 10:56:25 1998 Marcus Meissner <marcus@jet.franken.de>
+ * tools/winebuild/spec32.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Allow stubs for exports that are not legal C identifiers.
- * [if1632/snoop.c]
- Added win16 inter-dll snooping.
+ * dlls/kernel/sync.c:
+ Rein Klazes <rklazes@casema.net>
+ Test pointer before it is dereferenced in CreateEventW().
- * [win32/ordinals.c]
- KERNEL_485 is GetProcessDword.
+2000-12-27 Alexandre Julliard <julliard@winehq.com>
- * [include/xmalloc.h][include/bitmap.h][misc/xmalloc.c]
- Added xcalloc so we 0 initialize XImages.
- Fixes/Hides the 'junk around MOPYFish'.
+ * ole/Makefile.in, tools/winemaker, Make.rules.in, Makefile.in:
+ Renamed libuuid.a to libwine_uuid.a
+
+ * include/config.h.in, configure, configure.in, dlls/crtdll/crtdll_main.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Don't link with libw if libc already contains w* routines.
+ Link every library with libnsl if required.
+ Include ieeefp.h where necessary.
+
+ * dlls/winmm/wineoss/oss.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Compile fix if HAVE_OSS is not defined.
+
+ * if1632/relay.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed broken prototypes.
+
+ * if1632/snoop.c, relay32/snoop.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Silence silly error messages.
+
+ * dlls/Makefile.in, dlls/dciman32/dciman32.spec, dlls/oledlg/oledlg.spec:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Import kernel32 (for SetLastError()).
+
+ * dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/windef.h, include/wine/port.h, loader/pe_resource.c, loader/task.c, memory/environ.c, memory/heap.c, windows/class.c, windows/dialog.c, configure, configure.in, dlls/dplayx/dplay.c, dlls/user/exticon.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Added check whether unaligned memory access is allowed.
+ Added macros to access unaligned WORDs / DWORDs.
+
+ * dlls/comctl32/tab.c, dlls/kernel/comm.c, dlls/winmm/lolvldrv.c, files/directory.c, files/drive.c, scheduler/client.c, scheduler/process.c, win32/console.c, win32/except.c, win32/file.c, README, console/generic.c, controls/menu.c, dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - clarify many error messages
+ - add data corruption warning to README file
+
+ * windows/x11drv/keyboard.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Use the X state instead of the VK key state to check for eatable
+ characters, since the VK key state isn't a fan of AltGr.
+
+ * files/dos_fs.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Allow an application to open a dos device ending with ':'.
+
+ * dlls/winedos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Release the Win16 lock before starting the DOS process, since it's not
+ really a Win16 app.
- * [misc/ntdll.c]
- Some stubs added.
+ * dlls/winedos/dosvm.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Since DOSVM_Wait() blocks the normal event processing, it should
+ dispatch pending events itself.
-Thu Jun 25 15:22:43 1998 Adrian Harvey <adrian@select.com.au>
+2000-12-26 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/stabs.c, debugger/expr.c, debugger/module.c, debugger/msc.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Fix the trivial compiler warnings in debugger/ when compiling with -W
+ - moved inline statements to front
+ - fixed the trivial cases of signed/unsigned comparisons
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comctl32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer using function pointers to winmm and msvfw32, but delay
+ loading instead.
+
+ * tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added ability to delay loading of an imported DLL until it's needed
+ (new -delay option for import directive in spec file).
+
+ * server/process.c, server/thread.c:
+ Fixed error recovery during thread creation.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, include/miscemu.h, loader/dos/Makefile.in, loader/dos/dosvm.c, loader/dos/module.c, miscemu/main.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int16.c, msdos/int20.c, msdos/int21.c, msdos/int33.c, msdos/ioports.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/Makefile.in, dlls/winedos/.cvsignore:
+ Ove Kaaven <ovek@arcticnet.no>
+ Separated the MZ loader and core DOS VM into dlls/winedos.
+
+ * include/ddeml.h, include/vfw.h, include/windef.h, include/winnt.h, include/winsvc.h:
+ François Gouget <fgouget@codeweavers.com>
+ Declare all handles with DECLARE_OLD_HANDLE to ease conversion to
+ STRICT.
+
+ * dlls/gdi/gdi32.spec, include/wingdi.h:
+ Francois Gouget <fgouget@free.fr>
+ Added GetDCBrushColor and GetDCPenColor.
+
+2000-12-25 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Removed --config from man wine.
+
+ * documentation/samples/config:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Removed trailing garbage after [serialports] device name.
+
+2000-12-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/rasapi32/rasapi.c, include/ras.h, include/windef.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved HRASCONN from windef.h.
+ Added missing Unicode type and function definitions.
+ Added a few missing macro definitions.
+ Enclose in an extern "C" for C++ Winelib applications.
+ Added the structure packing specification.
+
+ * files/change.c, graphics/enhmetafiledrv/objects.c, include/winuser.h, loader/pe_resource.c, loader/resource.c, scheduler/handle.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed a few type clashes in preparation for the switch to STRICT.
+
+ * graphics/x11drv/pen.c, windows/painting.c:
+ Francois Gouget <fgouget@free.fr>
+ Updated the look of dots and dashes to match the Win32 look.
+ Issue a FIXME about PS_USERSTYLE.
+
+ * files/directory.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Define environment variable TMP as an alias for TEMP.
+
+ * programs/regapi/regapi.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ <malloc.h> is not ISO C, <stdlib.h> is.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fixed loop test for negative value.
+
+2000-12-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20001222.
+
+----------------------------------------------------------------
+2000-12-22 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/clipboard.c, windows/x11drv/clipboard.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Cancel a few changes to get back basic text clipboard functionality.
+
+ * dlls/winmm/mmsystem.c, include/wine/winbase16.h, windows/message.c, windows/queue.c, windows/winhelp.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
+ outside libkernel.so.
+
+ * loader/module.c:
+ No longer try to load builtin library when loadorder is 'so'.
+
+ * Make.rules.in, configure, configure.in, dlls/Makedll.rules.in, library/Makefile.in, tsx11/Makefile.in, unicode/Makefile.in, unicode/wine_unicode.def:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use dllwrap for building shared libraries in cygwin.
+
+ * server/async.c, server/console.c, server/file.c, server/handle.c, server/mapping.c, server/pipe.c, server/registry.c, server/request.c, server/serial.c, server/sock.c, server/thread.c:
+ Avoid dup'ing file descriptors when not necessary.
+ Do not send fd to the client if ops->get_fd() fails.
+
+ * scheduler/thread.c:
+ Fixed copy/paste bug (thanks to Gerard Patel).
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ More intelligent DirectSound prebuffering. By tracking the
+ last-written position of streaming buffers, it attempts to avoid
+ prebuffering past this position unless necessary; this may avoid a
+ number of sound problems in various situations. Merged HEL and HAL
+ mixing code, which should reduce the HEL mode's CPU usage slightly.
+
+ * windows/win.c: Joerg Mayer <jmayer@loplof.de>
+ Warn when FindWindow needs to check other processes windows.
+
+ * documentation/Makefile.in:
+ Joerg Mayer <jmayer@loplof.de>
+ Don't suppress error messages.
+
+ * dlls/ntdll/critsection.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Add %fs info to the critical section timeout message.
+
+ * include/debugtools.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant ';' at the end of line.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix remaining signed/unsigned mismatches.
+
+ * dlls/ntdll/om.c, files/file.c, include/server.h, include/thread.h, loader/ne/module.c, memory/virtual.c, scheduler/client.c, scheduler/handle.c, scheduler/thread.c, server/console.c, server/debugger.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/object.h, server/pipe.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+ Use a separate FIFO pair for server requests that don't need to pass a
+ file descriptor.
+ Associate file descriptors with handles on the server side so that we
+ don't need to pass the fd every time the client wants to use it.
+
+ * wine.ini:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Native IMM32.DLL crashes wine - use builtin DLL.
+
+ * relay32/builtin32.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Print all problems as ERR() except for "could not open" library, which
+ is WARN().
+
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not
+ throw error.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/driver.c, windows/focus.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/multimon.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/rect.c, windows/scroll.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, windows/timer.c, windows/user.c, windows/win.c, windows/winhelp.c, windows/winpos.c, windows/winproc.c, windows/caret.c, windows/class.c, windows/clipboard.c, windows/cursoricon.c:
+ Patrik Stridvall <ps@leissner.se>
+ Various documentation fixes.
+
+ * windows/winpos.c:
+ Removed the dummy mouse event in SetWindowPos.
+
+ * dlls/kernel/kernel32.spec, dlls/user/user32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some 16 bit entry points needed by multimedia DLLs.
+
+ * windows/win.c, windows/x11drv/event.c, include/file.h, include/wine/winbase16.h, loader/resource.c, memory/global.c, memory/local.c, objects/metafile.c, controls/edit.c, dlls/kernel/wowthunk.c, dlls/winmm/mmio.c, files/file.c, graphics/win16drv/init.c:
+ Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
+
+ * graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ More DIB section copy-blitting improvements: Handle 8bpp DIBs, DC
+ mapping modes, and clipping. Take advantage of the DIBsection's
+ XShmImage mechanism to get a really fast blit to the display.
+
+2000-12-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/user.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API file update.
+ - Minor bug fixes.
+ - Added new option on --documentation-ordinal (off by default).
+ - Added new option on --documentation-pedantic (off by default).
+
+ * dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle errors for IDsDriver_GetPosition.
+ Report DSERR_UNINITIALIZED on non-opened WineOSS audio device.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/driver.c, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleaned up the code a bit.
+
+ * dlls/winmm/wineoss/audio.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Enable the DirectSound HAL for sound drivers that do not report
+ DSP_CAP_REALTIME. Set precision of these to 256 bytes (about 3ms).
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB.
+ - TLB_LoadTypeLib: ref count problem.
+ - ITypeLib::GetTypeInfoOfGuid: safer implementation (pointer testing).
+ - ITypeInfo::GetRefTypeOfImplType: safer implementation (pointer testing).
+ - ITypeInfo2::GetDocumentationL return errors if SysAllocString failed.
+ - TLB loader functions now trace in "typelib" channel.
+ - Improved traces in AddRef/Release and improved dump_* functions for
+ debugging.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Don't write to buffer with zero length.
+ Removed some unused function parameters.
+
+ * dlls/crtdll/crtdll_main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not free the not owned error string.
+
+ * dlls/oleaut32/safearray.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity
+ checks: an array has at least one dimension.
+ Updated validCoordinates, where SafeArrayGetLBound was called on
+ dimension 0.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Rewrote the allocation of MM driver descriptors.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Use handle to palette instead of index for EMR_SELECTPALETTE.
+ Implemented simple case for EMR_EXTSELECTCLIPRGN.
+
+2000-12-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/debugtools.c:
+ Fixed debug routines to work before the process heap is created.
+
+ * loader/module.c:
+ Do not call thread attach/detach routines during process exit to avoid
+ potential deadlocks.
+
+ * graphics/x11drv/dib.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Set the color mask with BI_BITFIELD dibs, don't use the
+ application-provided value.
+
+ * memory/global.c, controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make new edit control allocate its buffers with granularity 32 byte.
+ Ensure that all copied strings are 0 terminated.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - print out WM_NOTIFY message code if we know it.
+ - print out memory past end of NMHDR structure for the size of
+ the normal NMxxxxx structure associated with the message code.
+ - setup notify code table for common, REBAR, TOOLBAR, and COMBOEX (at
+ least partially).
+
+2000-12-19 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/global.c: Set last error in GlobalUnlock.
+
+ * dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
+ Andrew Johnston <ajohnston@switch.com>
+ Documentation update.
+
+ * dlls/user/exticon.c, dlls/version/resource.c, include/winnt.h, library/loader.c, loader/pe_resource.c:
+ François Gouget <fgouget@codeweavers.com>
+ DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
+
+ * documentation/printing.sgml:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added description of printerports section of the win.ini file for wineps.drv.
+
+ * include/wine/obj_connection.h:
+ James Hatheway <james@macadamian.com>
+ Fix IConnectionPointContainer interface macros.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut32.spec:
+ Francois Jacques <francoisj@macadamian.com>
+ Implementation of Dispatch API.
+
+ * dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, tools/winapi_check/win32/crtdll.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Add several mbcs and CP 932 functions, fix some existing calls
+ - Bug fixes, -W warnings and winapi_check updates.
+ - Don't be so strict setting default locale, store codepage
+
+ * library/port.c:
+ Include stdlib.h instead of wchar.h.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ shlwapi forwarders for SetWindowLongW and CallWindowProcW.
+
+ * dlls/user/user32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ New unicode edit control.
+
+ * files/profile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect against NULL buffer in the profile functions.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ New unicode edit control.
+
+ * ole/ole2nls.c, tools/bin2res.c, tools/wrc/genres.c, tools/wrc/parser.y, windows/clipboard.c, windows/dialog.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, include/win.h, include/winpos.h, misc/tweak.c, msdos/int09.c, msdos/int33.c, controls/icontitle.c, dlls/commdlg/filedlgbrowser.c, dlls/dsound/dsound_main.c, dlls/msvideo/drawdib.c, dlls/ole32/clipboard.c, dlls/ole32/ole2nls.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/stubs.c, dlls/richedit/rtf.h, dlls/user/user_main.c, dlls/winmm/joystick/joystick.c, dlls/winmm/time.c:
+ François Gouget <fgouget@codeweavers.com>
+ winuser.h now requires that we include winbase.h first.
+
+ * include/winuser.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added CreateWindowStation.
+
+ * include/windows.h:
+ François Gouget <fgouget@codeweavers.com>
+ Removed the 'extern "C" { ... }' statement. It is not supposed to be
+ there.
- * [scheduler/thread.c]
- Implemented SuspendThread and ResumeThread.
+ * include/windef.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved a misplaced 'extern "C" { ... }' statement.
+
+ * library/port.c, include/tchar.h, include/winnt.h, include/wtypes.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added better support for Unicode:
+ Added support for 16-bit wchar_t
+ Added support for rewriting 4-byte Unicode literals to 16bit Unicode
+
+ * dlls/user/exticon.c, dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/winnt.h, loader/pe_resource.c, configure, configure.in:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+ Gerard Patel <gerard.patel@asi.fr>
+ Stub for DllDebugObjectRPCHook.
+
+ * dlls/oleaut32/typelib.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
+ ITypeInfo_fnGetContainingTypeLib.
+
+ * dlls/comctl32/tooltips.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Do not send a WM_NOTIFYFORMAT to a non-existent owner.
+
+ * server/atom.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/timer.c, server/trace.c, files/file.c, include/server.h, scheduler/process.c, server/async.c:
+ Merged the get_read_fd and get_write_fd requests.
+
+ * dlls/dinput/mouse/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
+
+ * include/tchar.h:
+ François Gouget <fgouget@codeweavers.com>
+ _str{dec,inc}: Cast the parameters to the proper type first
+ Added definitions for _tfinddata*
+
+ * include/objbase.h, include/winnt.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved some of the STDMETHOD/STDAPI to winnt.h.
+ Moved the EXTERN_C macro to winnt.h.
+ Added a '#ifndef __WINE__' around the remaining macros.
+
+ * include/wtypes.h:
+ François Gouget <fgouget@codeweavers.com>
+ Removed some of the SECURITY_xxx types.
+
+ * include/winuser.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added SetUserObjectSecurity.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
+
+2000-12-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented keyboard layout and context - far from complete.
+
+ * library/port.c:
+ Morten Welinder <terra-wine@diku.dk>
+ (strcasecmp): Conform to ANSI specs for toupper.
+ (strncasecmp): Ditto. Also do not use side-effects in macro args.
+ (wine_openpty): Plug descriptor leak. Always set errno on failure.
+ (wine_anon_mmap): Fix comment location.
+
+ * misc/options.c:
+ Morten Welinder <terra-wine@diku.dk>
+ (parse_options): Allow GNU-like option arguments like
+ "--desktop=800x600". (Not perfect -- we don't allow shorthands.)
+
+ * tools/winebuild/import.c, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Solaris fixes.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement drag for vertical rebars (drag up and down).
+ - Better algorithims for inserting new bands - matches native version
+ closer.
+ - Make drawing of rebar attempt to match native pixel by pixel (note
+ this does not fix the embedded controls in each band - they still are
+ as good or bad as before.)
+ - Implement some of the notifications (RBN_HEIGHTCHANGE, _CHILDSIZE,
+ _DELETINGBAND, _DELETEDBAND).
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Pass WM_COMMAND and WM_NOTIFY to parent as received.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Change the current directory as the user browses the directory tree.
+
+ * dlls/crtdll/file.c:
+ David Elliott <dfe@infinite-internet.net>
+ Changed typo va_list to valist.
+
+ * windows/dialog.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Allow for the dialog font size to be set directly in pixels.
+
+ * windows/winpos.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ WM_GETMINMAXINFO track min size should be used in SetWindowPos also
+ for 32 bits apps.
+
+ * dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
+
+2000-12-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shellpath.c, memory/environ.c, dlls/setupapi/devinst.c, dlls/setupapi/setupx_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/setupx.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imm32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/olecli.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API file update.
+ - Turned on --documentation-arguments by default.
+
+ * dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/spawn.c, dlls/crtdll/crtdll_main.c, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Fix _fullpath & splitpath, winapi_check fixes
+ - Add cprintf,cscanf,_fgetwchar,_fgetwc,_fputwchar,_fputwc,
+ _wtoi & _wtol (fwd),scanf,_timezone_dll
+
+ * windows/x11drv/event.c, dlls/dinput/mouse/main.c, include/input.h, windows/cursoricon.c, windows/input.c, windows/winpos.c:
+ Avoid a couple of dependencies on input.c internal variables.
+
+ * dlls/crtdll/file.c:
+ Fixed infinite loop in CRTDLL__fcloseall.
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm_private.h, dlls/imm32/main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some APIs and IME class - far from complete.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for NULL before doing IsEqualGUID().
+
+ * dlls/winmm/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loading of 16 bit MCI drivers (for command tables).
+ Fixed alias handling in mciSendString.
+
+ * dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - don't initialize with pFirstLDD if pFirstLDD isn't initialized yet either
+ - corrected VcpClose .spec
+
+2000-12-15 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Allocate entry points dynamically to allow for a larger number of
+ ordinals.
+
+ * dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c, dlls/imm32/memory.c, dlls/imm32/string.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some DDK APIs - far from complete.
+
+ * Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Create a symbolic link to ole/libuuid.a.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Always link with uuid.
+
+ * controls/listbox.c:
+ Ulrich Czekalla <ulrichc@codeweavers.com>
+ Only capture mouse when an item is selected.
+
+ * include/ntdef.h, include/windef.h, include/winnt.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved some macros like NULL, FALSE to winnt.h
+ Moved the anonymous struct/unions to winnt.h
+ Moved calling convention macros to winnt.h
+ Moved some basic types like BOOL, INT, LONG, etc. to winnt.h
+ Moved HANDLE and DECLARE_HANDLE to winnt.h
+ Moved structure packing macros to winnt.h
+
+ * include/ddraw.h, include/winbase.h, server/snapshot.c:
+ François Gouget <fgouget@codeweavers.com>
+ Needs to include windef.h.
+
+ * include/ole2.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added OleIsCurrentClipboard and OleSetClipboard.
+
+ * include/objbase.h:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed the prototype of GetClassFile.
+
+ * windows/win.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Don't return last active popup if it is pointing to a deleted window.
+
+ * documentation/wine.man.in, misc/options.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Improved usage message.
+
+ * dlls/advapi32/registry.c, dlls/ntdll/reg.c, include/server.h, memory/registry.c, server/registry.c, server/request.c, server/request.h, server/trace.c:
+ Converted enum_key_value request to the new request mechanism.
+
+ * misc/cdrom.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
+
+ * dlls/comctl32/tab.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed some difficulties with the font on vertical tabs. Also plugged a
+ resource leak.
+
+ * dlls/comctl32/header.c:
+ Ulrich Czekalla <ulrichc@codeweavers.com>
+ Mark width as valid when we send HDN_ENDTRACKA.
+
+ * dlls/ole32/ole2.c:
+ Huw D M Davies <hdavies@codeweavwers.com>
+ Check to see whether any ancestor windows are drop targets.
+
+ * files/dos_fs.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Spelling fix.
+
+ * include/winnt.h, loader/pe_image.c:
+ François Gouget <fgouget@codeweavers.com>
+ Changed the type of Function to PDWORD as on Windows.
+
+ * dlls/dplayx/dplaysp.h:
+ François Gouget <fgouget@codeweavers.com>
+ Removed the declspec specifier.
+
+ * dlls/ntdll/ntdll.spec, misc/options.c, miscemu/main.c, miscemu/wine.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Added support for Unicode applications in winebuild.
+ Removed cuiexe_no_main hack.
+ Avoid stdcall function declarations inside functions because of gcc bug.
+
+ * misc/registry.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ - registry loading speed up (reduced client <-> server communication)
+ - make the code a bit more understandable
+
+2000-12-14 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added "ignore" directive for skipping individual symbol resolution.
+
+ * dlls/commdlg/cdlg_Ru.rc:
+ Vasily I. Volchenko <Vasily.Volchenko@mstu.edu.ru>
+ Added more Russian support.
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.spec, dlls/winnls/.cvsignore, dlls/winnls/Makefile.in, dlls/winnls/winnls.c, dlls/winnls/winnls.spec, dlls/winnls/winnls32.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a spec file for 16bit imm.
+ Added spec files for winnls and winnls32.
+
+ * include/wine/winbase16.h:
+ Added inline definition for MapSL.
+
+ * tools/wineshelllink:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed an unquoted string.
+
+ * files/directory.c, files/drive.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Add strerror() to the "Could not stat" and "Invalid path" startup
+ error messages.
+
+ * scheduler/sysdeps.c:
+ Commented out large stack init now that thread stacks are at least 1Mb.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ If DirectDrawCreate gets passed a IDirectDraw{2,4,7} interface, get
+ this interface and do not use IDirectDraw.
+
+ * dlls/comctl32/comctl32.spec, dlls/kernel/kernel32.spec, dlls/shell32/shell32.spec:
+ Francois Gouget <fgouget@codeweavers.com>
+ Removed the name of APIs exported by ordinal.
+
+ * dlls/kernel/nls/hun.nls:
+ Nemeth Peter <qgenpete@gold.uni-miskolc.hu>
+ Some NLS updates.
+
+2000-12-13 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/Makefile.in, documentation/architecture.sgml, documentation/authors.ent, documentation/bugs.sgml, documentation/build.sgml, documentation/compiling.sgml, documentation/configuring.sgml, documentation/consoles.sgml, documentation/cvs-regression.sgml, documentation/db2html-winehq, documentation/debugger.sgml, documentation/debugging.sgml, documentation/default.dsl, documentation/dlls.sgml, documentation/documentation.sgml, documentation/fonts.sgml, documentation/getting.sgml, documentation/i18n.sgml, documentation/implementation.sgml, documentation/installing.sgml, documentation/introduction.sgml, documentation/ole.sgml, documentation/opengl.sgml, documentation/packaging.sgml, documentation/patches.sgml, documentation/porting.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml, documentation/tools.sgml, documentation/wine-doc.sgml, documentation/winehq.dsl, documentation/winelib-user.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ Documentation update.
+
+ * dlls/odbc32/proxyodbc.c, include/wine/library.h, include/wine/port.h, library/loader.c, library/port.c, loader/elf.c, loader/module.c, relay32/builtin32.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Work around glibc 2.1.x dlopen bug (again).
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ - implemented proper LDD/LDID handling
+ - implement Ctl*Ldd(), Ctl[GS]etLddPath, GenInstall (no real operations
+ yet, I want help), InstallHinfSection
+ - Stubbed out DiGetClassDevs16 (needed for e.g. Monkey Island 3 ;)
+ - many new .spec stubs
+
+ * dlls/shell32/shellole.c, include/wine/obj_base.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc will
+ badly fail with E_INVALIDARG in case native OLE32 is used.
+
+ * include/Makefile.in, include/mapi.h, include/mapidefs.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added mapi.h with the definitions needed by the MFC.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
+
+ * tools/makedep.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed path resolution for a/b.c source files.
+
+ * controls/listbox.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Invalidate the focus rect when a listbox is resized.
+
+ * scheduler/process.c, scheduler/syslevel.c, tools/winebuild/spec16.c, win32/except.c, windows/dce.c, windows/nonclient.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/gdi.h, include/ldt.h, include/miscemu.h, include/selectors.h, misc/lstr.c, msdos/dosaspi.c, msdos/int25.c, msdos/int26.c, objects/gdiobj.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c, debugger/dbgmain.c, dlls/commdlg/filedlg95.c, dlls/gdi/gdi_main.c, dlls/oleaut32/oleaut.c, dlls/user/resource.c, dlls/winaspi/winaspi32.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
+ Removed some unnecessary includes.
+ Got rid of ldt.h.
+
+ * include/global.h, memory/virtual.c, misc/cpu.c, msdos/xms.c, scheduler/sysdeps.c, win32/device.c:
+ Use getpagesize() instead of VIRTUAL_GetPageSize().
+
+ * windows/win.c, windows/winhelp.c, windows/winproc.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, objects/bitmap.c, objects/font.c, objects/metafile.c, scheduler/thread.c, windows/class.c, windows/cursoricon.c, windows/defwnd.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/painting.c, windows/scroll.c, misc/error.c, msdos/devices.c, include/wine/mmsystem16.h, include/wine/port.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, loader/resource.c, loader/task.c, memory/atom.c, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/local.c, memory/selector.c, memory/string.c, dlls/winmm/mcianim/mcianim.c, dlls/winsock/async.c, files/file.c, graphics/escape.c, graphics/mapping.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/digitalv.h, include/mmddk.h, include/ole.h, include/stackframe.h, include/user.h, include/wingdi.h, include/winnt.h, dlls/user/lstr.c, dlls/user/text.c, dlls/user/wsprintf.c, dlls/version/ver16.c, dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c, dlls/wineps/escape.c, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.spec, dlls/kernel/debugger.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/msvideo/msvideo_main.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/oleaut32/ole2disp.c, dlls/olecli/olecli.spec, dlls/olecli/olecli_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/gdi/gdi.spec, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/commdlg/cdlg.h, controls/edit.c, controls/listbox.c, controls/menu.c, controls/combo.c:
+ Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
+ Fixed a few ptr/segptr mismatches.
+ Moved CONV_RECT/POINT macros to wingdi16.h.
+
+ * debugger/debug.l, dlls/comctl32/header.c, dlls/oleaut32/typelib.c, dlls/serialui/confdlg.c, dlls/winspool/info.c, objects/enhmetafile.c, windows/winpos.c:
+ Fixed some warnings.
+
+ * windows/driver.c, dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Split driver functions into USER (16 bit part) and WINMM (32 bit part).
+ Fixed some bugs in 16 bit part as well.
+ Now correctly parsing the system.ini extra parameters.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed crtdll compile problem regarding fpos_t in glibc2.2.
+
+ * dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Implement console I/O
+ - Support temporary files, add tmpfile, rmtmp
+ - spawn* functions: fix args, add cwait, searchenv
+
+ * programs/clock/main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed a crash in program/clock.
+
+ * dlls/comctl32/header.c:
+ Eric Kohl <ekohl@rz-online.de>
+ Fixed crash of WinZip 8.0 due to invalid image list handle.
+
+ * include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Define NULL as in Win32.
+
+ * dlls/msvideo/msvideo_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Return values from DRV_ENABLE should not be checked.
+
+ * dlls/kernel/format_msg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ FormatMessageA wasn't properly handling the %ls modifier.
+
+ * dlls/comctl32/toolbar.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Invalid buttons are "hidden".
+
+ * dlls/shell32/shellpath.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Move all values of SHGetSpecialFolderPathA into an array, add some
+ other registry locations and improve the number of supported CSIDLs.
+
+ * dlls/commdlg/filedlg95.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Changed FILEDLG95_OnOpen to "double terminate" the returned string if
+ OFN_ALLOWMULTISELECT is set.
+
+2000-12-12 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c, if1632/relay.c, include/main.h, loader/main.c, misc/main.c, misc/options.c, ole/ole2nls.c, relay32/builtin32.c, dlls/kernel/kernel_main.c:
+ Got rid of main.h.
+
+ * relay32/relay386.c, relay32/snoop.c:
+ Use __ASM_GLOBAL_FUNC directly in i386-only code.
+
+ * dlls/user/user.spec, loader/ne/resource.c, windows/cursoricon.c:
+ Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
-Thu Jun 25 00:55:03 1998 Peter Hunnisett <hunnise@nortel.ca>
+ * include/drive.h, include/winbase.h, misc/cdrom.c, msdos/int11.c, msdos/int13.c, msdos/int17.c, msdos/int21.c, msdos/int2f.c, controls/combo.c, controls/listbox.c, dlls/commdlg/filedlg.c, dlls/shell32/shell.c, dlls/user/network.c, files/drive.c:
+ Use the DRIVE_* API constants instead of the DRIVETYPE enum.
+ Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
+ correct names.
+ Cleaned up a few dependencies on internal drive.c functions.
- * [include/debug.h,dplay.h,dsound.h][multimedia/dsound.c,dplay.c]
- [relay32/dplayx.spec,dplay.spec][multimedia/Makefile.in]
- [documentation/status/directplay]
- Added preliminary support for DirectPlay & DirectPlayLobby. Moved the
- preliminary stubs put in the dsound files into two new files
- dplay.h and dplay.c.
- Added new debug channel (dplay) for this.
- Created new document to keep track of implementation.
+ * configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/config.h.in, include/dinput.h:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added preferences to dinput drivers (so we can have two joystick
+ drivers). Implemented a joystick driver for the Linux 2.4
+ dev/input/event API.
- * [include/winioctl.h][win32/device.c]
- Added some framework in DeviceIoControl to, in the future, support
- the "builtin" windows dwIoControlCodes. Added new header file
- winioctl.h .
+ * include/winnls.h, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/locale.c, dlls/crtdll/time.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Implemented setlocale parsing and LC_TYPE behavior.
+ - Implemented isleadbyte, snprintf.
+ - Added NLS IsValidCodePage prototype, misc CRTDLL fixes.
+
+ * include/shellapi.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a prototype for SHAppBarMessage.
+
+ * dlls/user/text.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed indentation problems resulting from automatic renaming, other
+ aesthetic fixes.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Use DrawText to display text in horizontal tabs.
+
+ * server/registry.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ Changed the condition so it also works in case when sscanf returns EOF.
- * [multimedia/mmsystem.c]
- Added slightly improved debugging information for PlaySound.
+2000-12-11 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/user.c, memory/environ.c, memory/selector.c, memory/virtual.c, misc/version.c, miscemu/main.c, msdos/dpmi.c, msdos/vxd.c, relay32/relay386.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, dlls/crtdll/exit.c, dlls/crtdll/spawn.c, dlls/crtdll/time.c, dlls/kernel/utthunk.c, include/Makefile.in, include/ldt.h, include/module.h, include/process.h, include/winbase.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c:
+ Moved all Wine internal definitions out of process.h.
+
+ * tools/winebuild/spec32.c:
+ Output the exports table in assembly code to make it possible to
+ export C++ mangled names.
-Wed Jun 24 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ * dlls/ntdll/rtl.c:
+ Implemented RtlAcquirePebLock and RtlReleasePebLock.
- * [files/profile.c][graphics/x11drv/xfont.c][loader/module.c]
- Changed lstrcmpi32A to strcasecmp, lstrncmpi32A to strncasecmp,
- lstrcpy32A to strcpy, lstrlen32A to strlen, lstrcmp32A to strcmp
- because it's not necessary to support locale on such places.
- It causes a huge overhead and even fails sometimes
+ * dlls/user/text.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c, include/clipboard.h, windows/clipboard.c, windows/queue.c, windows/user.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add CF_UNICODETEXT as primary text clipboard format.
+ Use [x11drv].TextCP for interchange with X.
+
+2000-12-10 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/Makeprog.rules.in:
+ Dennis Bjorklund <db@zigo.dhs.org>
+ Remove old link before creating the new one.
+
+ * windows/x11drv/event.c, windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/controls.h, dlls/user/resources/user32.rc, dlls/user/user_main.c, include/button.h, include/combo.h, include/desktop.h, include/dialog.h, include/mdi.h, include/menu.h, include/scroll.h, include/static.h, include/win.h, include/x11drv.h, windows/Makefile.in, windows/class.c, windows/defdlg.c, windows/dialog.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/sysparams.c, windows/user.c, windows/win.c, windows/winpos.c, windows/winproc.c, Make.rules.in, controls/Makefile.in, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/widgets.c:
+ Moved most builtin controls structures into their respective C file.
+ Created new controls.h file private to user32.dll and moved remaining
+ builtin controls definitions there.
+
+2000-12-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, include/elfdll.h, loader/Makefile.in, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
+ Removed no longer used elfdll loader.
+
+ * windows/class.c, windows/message.c, dlls/winmm/wineoss/mixer.c, include/queue.h, include/wnaspi32.h, misc/main.c, dlls/oleaut32/ole2disp.c, README:
+ Andreas Mohr <amohr@codeweavers.com>
+ - README update
+ - add offsets to ASPI struct defines
+ - spelling
+
+ * dlls/oleaut32/safearray.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Don't fail on pointer address checking when foreign heap.
+
+ * include/oleauto.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Removed duplicate defines.
+
+ * dlls/shell32/dialogs.c, programs/notepad/dialog.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed MessageBox() usage.
- * [include/oleauto.h][include/winerror.h]
- Added some ole-related constants.
+ * dlls/winaspi/winaspi32.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Print CDB area.
- * [misc/shell.c]
- SHELL32_DllGetClassObject, SHGetSpecialFolderLocation,
- SHGetPathFromIDList improved the stubs
+2000-12-07 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added handlers for some IME messages in DefWindowProc.
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fileokstring notification should be sent to the custom child dialog,
+ not to the main dialog.
- * [ole/folders.c]
- IShellFolder* functions rewrote the stubs so don't crash and give
- something sensible back, started implementation of.
+ * dlls/ntdll/ntdll.spec:
+ Andrew Lewycky <andrew@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ De-stub sin() and cos().
+ Add noimport flag to sin(), cos(), and pow().
- * [ole/typelib.c][relay32/oleaut32.spec]
- LoadTypeLib32, RegisterTypeLib stub.
+ * windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user.spec, include/button.h, include/class.h, include/win.h, include/wine/winuser16.h, include/x11drv.h, windows/class.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/user.c, windows/win.c, controls/button.c, controls/desktop.c, controls/widgets.c:
+ Removed dependencies on the internals of the CLASS structure.
+ Added support for having both ASCII and Unicode window procedures for
+ builtin classes.
- * [ole/ole2nls.c]
- Fixed a buffer overrun in CompareString32A.
- Test for a bad pointer in LCMapString32A (happens
- in winhlp32 while building a index for searching).
+ * windows/defdlg.c, windows/winproc.c:
+ Removed calls to WIDGETS_IsControl.
- * [relay32/oleaut32.spec] [ole/typelib.c]
- Added stub for LoadTypeLib (ole32) to make excel95 happy.
+ * include/wininet.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
+ Create A/W versions of GOPHER_ATTRIBUTE_TYPE and
+ GOPHER_ATTRIBUTE_ENUMERATOR.
-Tue Jun 23 22:47:09 1998 Alex Priem <alexp@sci.kun.nl>
+ * include/winsock.h, tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a prototype for closesocket.
- * [files/profile.c] [relay32/kernel32.spec]
- Added WritePrivateProfileStructA, GetPrivateProfileStructA,
- GetPrivateProfileSectionNames16.
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed handling of DialogBoxIndirectParamA return value.
-Tue Jun 23 01:34:43 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
+2000-12-06 Alexandre Julliard <julliard@winehq.com>
- * [ole/ole2nls.c]
- GetStringTypeEx32A: Implemented CT_CTYPE2 and CT_CTYPE3 cases.
- LCMapString32A: Map final '\0' for '\0'-terminated strings.
+ * documentation/wine.conf.man.in, documentation/wine.man.in, files/profile.c, README, wine.ini:
+ Added automatic translation of the config file to the new
+ format. Updated documentation.
- * [misc/shellord.c] [files/profile.c] [graphics/driver.c]
- [loader/module.c] [msdos/int21.c] [windows/driver.c] [files/drive.c]
- Changed lstrcmpi32A -> strcasecmp. Should be OK in these places.
+ * include/wine/port.h:
+ Added define for S_ISLNK if missing.
-Sat Jun 20 23:40:00 1998 Bertho Stultiens <bertho@akhphd.au.dk>
+ * tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Don't make the spec file constructors static so that they don't get
+ optimized out.
- * [tools/wrc/]
- Wrc version 1.0.2 (20-Jun-1998). Please revert to
- the file tools/wrc/CHANGES for details.
+ * include/bitmap.h, include/x11drv.h, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/text.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Andrew Lewycky <andrew@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ DIB section improvements; UpdateDIBSection has been replaced with
+ LockDIBSection and UnlockDIBSection, for improved thread safety.
+ DIB_Status_* is now driver-independent, and there's a new
+ DIB_Status_AuxMod. Better handling of DIB surfaces with nonstandard
+ pitch. Slight optimization of DIBsection->display BitBlt.
-Sat Jun 20 14:58:00 1998 Marcel Baur <mbaur@g26.ethz.ch>
+ * dlls/kernel/nls/heb.nls, misc/options.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Add basic NLS information needed for Hebrew.
+
+ * dlls/kernel/nls/cym.nls:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Welsh needs iso8859-14.
+
+ * windows/x11drv/event.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Use SendNotifyMessage() for WM_SYNCPAINT.
+
+ * dlls/ntdll/nt.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Return a maximum registry size of 32 MB in NtQuerySystemInformation.
+
+ * documentation/samples/config:
+ Added sample config file in the new format.
+
+ * configure, configure.in:
+ Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
+ stack alignments.
+
+ * tools/winebuild/import.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now prints line number for 'x.dll imported but no symbols used' warning.
+
+ * controls/combo.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Update internal controls on WM_WINDOWPOSCHANGED.
+
+ * dlls/ntdll/ntdll.spec, misc/Makefile.in, misc/ext_debugger.c, Makefile.in, debugger/Makefile.in, debugger/ext_debugger.c, debugger/winedbg.c:
+ Build the debugger as a .so.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi_main.c, include/dplay.h, ole/Makefile.in, ole/uuid.c, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/ddraw/Makefile.in, dlls/ddraw/main.c, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx_main.c, dlls/dsound/Makefile.in, dlls/dsound/dsound_main.c, dlls/ole32/Makefile.in, dlls/ole32/oleobj.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c, Make.rules.in, Makefile.in:
+ Created a small static library in ole/libuuid.a that contains all the
+ UUID definitions (with the help of Francois Gouget).
+
+ * tools/wmc/Makefile.in, tools/wrc/Makefile.in, dlls/crtdll/Makefile.in, dlls/lzexpand/Makefile.in, dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in, dlls/version/Makefile.in, if1632/Makefile.in, libtest/Makefile.in, programs/Makeprog.rules.in, programs/avitools/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, dlls/Makedll.rules.in, dlls/comctl32/Makefile.in:
+ Use libwine and libwine_unicode directly from their build directory
+ instead of using symlinks.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/x11drv_main.c, include/ts_shape.h, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/ts_xvideo.h, tools/make_X11wrappers, tsx11/.cvsignore, tsx11/Makefile.in, tsx11/locking.c, tsx11/ts_shape.c, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, tsx11/ts_xvideo.c, Make.rules.in, Makefile.in, configure, configure.in:
+ Build tsx11 layer as a separate shared library.
+
+2000-12-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/odbc32/proxyodbc.c, if1632/builtin.c, library/loader.c, loader/elf.c, relay32/builtin32.c:
+ Always pass lower-case filenames to wine_dll_load().
+ Clear dlerror() before and after calls to dlopen/dlsym to work around
+ a glibc bug (thanks to James Abbatiello for tracking the bug).
+
+ * dlls/kernel/nls/srb.nls, tools/wrc/utils.c:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Fixed Serbian language code page.
+
+ * controls/combo.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a problem where the string in a combo box flickers if you
+ rapidly reset the content and then replace the content.
+
+ * loader/pe_image.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Better error message for forwards.
+
+ * dlls/user/resources/user32.rc, dlls/user/resources/user32_Zh.rc:
+ Aric Stewart <aric@codeweavers.com>
+ Added Chinese resources.
- * [ole/ole2nls.c] [ole/nls/*]
- Added the first 57 nls files, most are not yet complete.
+ * include/imm.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing definitions.
-Wed Jun 17 11:16:54 1998 David Luyer <luyer@ucs.uwa.edu.au>
+ * dlls/rpcrt4/rpcrt4_main.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Compile fix for gcc 2.7.2.3.
- * [relay32/relay386.c] [if1632/relay.c]
- Move debug_relay_(include|exclude)_list handling into
- seperate function RELAY_ShowDebugmsgsRelay(). Include
- checking of this for 16 bit calls (originally only
- 32-bit calls).
+ * Make.rules.in, configure, configure.in:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use the approriate command for combining .o files.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Removed the code duplication.
+
+ * windows/winproc.c:
+ Rein Klazes <rklazes@casema.net>
+ Don't forget to map the message in WINPROC_MapMsg16To32W().
+
+ * relay32/builtin32.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed dlerror() check to use strstr().
+
+ * dlls/Makefile.in:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
- * [relay32/snoop.c] [misc/main.c]
- Add debug_snoop_(include|exclude)_list as per the relay stuff.
- Fix typo and add information on -debugmsg +/-relay=... in
- help on -debugmsg. Refer to availability of snoop too.
+ * tools/makedep.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ - overwrite (rather than append) the output file if we have no separator
+ - avoid output if there is nothing to do
-Tue Jun 10 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * dlls/user/user32.spec, include/winuser.h, windows/input.c:
+ Ken Coleman <ken_coleman@iname.com>
+ Added a first-cut version of MapVirtualKeyExW() that has the same
+ functionality (and limitations) as the ANSI version.
- * [controls/header.c][include/header.h][include/commctrl.h]
- Added owner draw support.
+ * tools/wineinstall:
+ Andreas Mohr <amohr@codeweavers.com>
+ wineinstall didn't create the default no-windows directory /c
+ when just pressing enter.
- * [windows/nonclient.c][windows/sysmetics.c]
- Fixed menu bar height for Win95 look.
- Split NC_AdjustRect95() into NC_AdjustRectOuter95() and
- NC_AdjustRectInner95 to fix a menu bar bug.
- Improved Win95 look.
+ * graphics/x11drv/dib.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - correct number of colormap entries looked at in GetDIBColorTable.
+ - correct number of colormap entries processed in SetDIBColorTable.
- * [controls/progress.c]
- Improved drawing code. Borders will be drawn by non-client code.
+ * dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls:
+ Rein Klazes <rklazes@casema.net>
+ Somes fixes for Dutch locales.
- * [controls/updown.c]
- Changed memory allocation and fixed some bugs.
+ * dlls/imm32/imm32.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
- * [controls/toolbar.c]
- Fixed TB_BUTTONSTRUCTSIZE bug in MFC programs.
- Several improvements.
+2000-12-02 Alexandre Julliard <julliard@winehq.com>
- * [misc/shell.c]
- Added stub for BrowseForFoldersA().
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20001202.
+
+----------------------------------------------------------------
+2000-12-02 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Check the attributes of the *current* section, not only the attributes
+ of the *first* section...
+
+ * windows/winproc.c:
+ Fixed WINPROC_GetPtr() to always pass the start of the block to
+ HeapValidate().
+
+ * scheduler/process.c:
+ Display an error message if loading a Winelib app failed (suggested by
+ Francois Gouget).
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dmaterial.c, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, include/d3dtypes.h, include/dplay.h, include/dplobby.h:
+ Francois Gouget <fgouget@free.fr>
+ Use the DUMMYUNIONNAME macros so that the headers can be used in
+ Winelib.
+
+ * if1632/builtin.c, include/file.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, files/dos_fs.c, files/file.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added ASCII-only version of toupper, tolower, strcasecmp and the like
+ for file and module I/O.
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, include/winsock2.h:
+ Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
+ again (untested).
+
+ * dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/misc.c, loader/resource.c, win32/console.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added/modified documentation for function arguments.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api, tools/winapi_check/win16/winsock.api, tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/user32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * dlls/commdlg/filedlg95.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ FileOpenDlgProc95: notify application of changed selection after
+ filling template.
+
+ * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bugs when tray was open.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added several additional to/from unicode message mappings.
+
+ * programs/Makeprog.rules.in, tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/Makedll.rules.in:
+ Always put the dll constructor in the .init section, and like the
+ .spec.o file first to ensure correct calling order of the constructors.
+
+ * msdos/int10.c, msdos/int15.c, objects/brush.c, win32/except.c, dlls/crtdll/crtdll.h, dlls/crtdll/file.c, dlls/ole32/clipboard.c, dlls/oleaut32/variant.c, memory/selector.c, misc/registry.c, wine.ini:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed miscellaneous typos, syntactic and grammatical errors.
+
+ * DEVELOPERS-HINTS, include/dplay.h, include/dplobby.h, include/prsht.h, include/wine/obj_base.h, include/winnls.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed the case of "Winelib".
+
+ * documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the Winelib case.
+ The linking aspects have been solved by the last winebuild update ->
+ removed from the todo list.
+ The configure script has been updated -> removed from the todo list.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ If there is a single target, it should also get the 'project_settings
+ sources'.
+ If a subdirectory is called 'include' then add it to the include path.
+
+ * windows/winproc.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Include config.h.
+
+ * include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added several clipboard formats.
+
+ * Make.rules.in:
+ Dennis Björklund <db@zigo.dhs.org>
+ Compile fix for building wine outside the source tree.
+
+ * dlls/wininet/internet.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ InternetCloseHandle didn't return TRUE in all appropriate cases.
+
+ * win32/device.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added a --winver nt40 hint to VxD error message.
+
+ * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
+ Hidenori Takeshima<hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
- * [misc/shellord.c]
- Added stub for SHELL32_147().
+ * windows/defwnd.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ - Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
+ release it on a WM_RBUTTONUP
+ - Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
+ - Use parent-relative coordinates when calling NC_HandleNCHitTest
+
+2000-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/enhmetafile.c, objects/font.c, objects/metafile.c, objects/palette.c, objects/text.c, ole/ole2nls.c, scheduler/process.c, windows/class.c, windows/cursoricon.c, windows/dce.c, windows/hook.c, windows/keyboard.c, windows/message.c, windows/win.c, windows/winproc.c, graphics/metafiledrv/init.c, loader/task.c, memory/virtual.c, misc/system.c, msdos/int10.c, objects/brush.c, objects/dc.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, dlls/winsock/socket.c, dlls/winspool/info.c, files/drive.c, graphics/dispdib.c, graphics/enhmetafiledrv/init.c, dlls/msacm/format.c, dlls/ntdll/reg.c, dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c, dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/exticon.c, dlls/user/lstr.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/printdlg.c, dlls/kernel/comm.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added/modified documentation for function arguments.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/msvideo/msvideo_main.c, dlls/setupapi/setupx_main.c, loader/ne/module.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed Win16 documentation not fixed because of a bug in winapi_check.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/icmp/icmp_main.c, dlls/kernel/kernel.spec, dlls/wininet/ftp.c, include/config.h.in, loader/dos/dosmod.c, misc/registry.c, server/context_sparc.c, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Fixed a bug concerning Win16 documentation.
+ - Fixed some bugs concerning argument documentation
+ - Minor API files update
+
+ * scheduler/process.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, tools/winebuild/spec16.c, windows/dce.c, windows/driver.c, windows/input.c, windows/queue.c, windows/spy.c, windows/user.c, windows/winpos.c, graphics/win16drv/font.c, if1632/thunk.c, loader/dos/module.c, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/resource.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, msdos/dpmi.c, msdos/vxd.c, relay32/builtin32.c, relay32/snoop.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/crtdll/time.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/ole32/storage.c, dlls/shell32/shellpath.c, dlls/user/exticon.c, dlls/user/mouse.c, dlls/version/resource.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, debugger/msc.c, dlls/comctl32/animate.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c:
+ Removed some unnecessary includes.
+
+ * include/module.h, include/neexe.h, include/wine/winbase16.h:
+ Moved useful NE format definitions to winbase16.h.
+
+ * include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/spec32.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Modified winebuild to use the __ASM_FUNC macro for greater portability.
+
+ * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/utthunk.c, dlls/kernel/wprocs.spec, loader/ne/module.c, loader/ne/segment.c, msdos/int2f.c, msdos/interrupts.c:
+ Moved the few remaining functions in wprocs.dll to kernel.dll.
+ No longer load wprocs.dll unconditionally.
+ Restored default interrupt handler behavior (reported by Andreas Mohr).
+
+ * dlls/user/user32.spec, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, files/dos_fs.c, include/winbase.h, dlls/kernel/kernel32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell.c, dlls/shell32/shell.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellreg.c:
+ Finished separation of shell32 and wsock32.
+
+ * library/port.c, configure, configure.in, include/config.h.in, include/wine/port.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Supply dummy getrlimit if absent.
+
+ * dlls/kernel/kernel.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed segstr to str proto.
+
+ * debugger/debugger.h, debugger/types.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleaned up internal types definition.
+
+ * debugger/stabs.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Improved stabs loading (now using recursive parsing, required by stabs
+ generated by latest gcc versions).
+
+ * debugger/expr.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Work around for deref issues (least impact solution taken, even if issues remain).
+
+ * dlls/kernel/nls/cht.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dan.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/trk.nls, dlls/kernel/nls/zhi.nls:
+ Aric Stewart <aric@codeweavers.com>
+ A number of additions to the nls files. Also one correction, we had
+ 895 for the Czech default codepage but according to microsoft it
+ should be 852.
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Make winelauncher work better for source tree builds.
+ Make winelauncher detect the lack of a ~/.winerc file and prompt the
+ user about it.
+ Pass command line parameters a bit more graciously; improves
+ interaction with gmc and kfm.
+
+ * windows/x11drv/wnd.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added the KDE 2 beta and final method of specifying systray windows.
+
+2000-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/listbox.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Don't update scrollbars when processing WM_DESTROY.
+
+ * windows/winproc.c:
+ Check for NULL handle before calling HeapValidate.
+
+ * documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Bring the man page in line with the latest version of winemaker.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ - In interactive mode, don't ignore invalid options, ask the user again
+ - Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
+ - Pass the global defines and include path to WRC
+ - Base the cleanup on the OBJS variable so that it works even if the
+ sources are in a subdirectory
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ - Fix the handling of relative include/library paths
+ - In interactive mode, print "./" for the top level directory rather
+ than an empty string
+ - We don't need to force a space before assignments
+ - Align TOPSRCDIR & co like all the other assignements
+ - Compile Dlls first (dependencies would do it more or less anyway)
+ - Wording change in the usage
+
+ * dlls/shell32/Makefile.in, dlls/user/Makefile.in, dlls/winmm/mci.c, dlls/winmm/winmm.spec, misc/registry.c, debugger/Makefile.in, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/gdi/Makefile.in:
+ Finished separation of advapi32.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/ifs.c, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
+ Finished separation of ole32.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement better version of DPA_Merge.
+
+ * dlls/wininet/ftp.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
+
+ * memory/heap.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
+
+ * dlls/winmm/mciwave/.cvsignore, dlls/winmm/midimap/.cvsignore, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wineoss/.cvsignore, dlls/winsock/.cvsignore, dlls/winspool/.cvsignore, dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore, dlls/x11drv/.cvsignore, dlls/user/.cvsignore, dlls/version/.cvsignore, dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore, dlls/wineps/.cvsignore, dlls/wininet/.cvsignore, dlls/winmm/.cvsignore, dlls/winmm/joystick/.cvsignore, dlls/winmm/mcianim/.cvsignore, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mcicda/.cvsignore, dlls/winmm/mciseq/.cvsignore, dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore, dlls/rasapi32/.cvsignore, dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore, dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore, dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore, dlls/tapi32/.cvsignore, dlls/ttydrv/.cvsignore, dlls/urlmon/.cvsignore, dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msnet32/.cvsignore, dlls/msvideo/.cvsignore, dlls/ntdll/.cvsignore, dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore, dlls/crtdll/.cvsignore, dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore, dlls/dinput/.cvsignore, dlls/dplay/.cvsignore, dlls/dplayx/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore, dlls/icmp/.cvsignore, dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore, dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore, dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore, dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore:
+ David Elliott <dfe@infinite-internet.net>
+ Remove libXXXX.so.1.0 lines from .cvsignore files.
+
+ * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
+ Finished separation of comclt32 and comdlg32.
+
+ * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
+ Fixed progman internal dependencies and build it like the other
+ programs.
+
+ * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
+ Export a few 16-bit functions needed by higher-level dlls.
+
+ * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
+ Export the wine server functions from ntdll.
+
+ * tools/winapi_check/win16/toolhelp.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Added new option --documentation-arguments
+ - Minor API files update
+
+ * dlls/richedit/charlist.c, dlls/richedit/reader.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/urlmon/umon.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/utility.c, include/ocidl.h, include/rpc.h, include/unknwn.h, include/windows.h, msdos/int11.c, dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c, dlls/oleaut32/connpt.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
+ Patrik Stridvall <ps@leissner.se>
+ Don't include windows.h internally.
+
+ * documentation/wine.man.in, misc/version.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added alias capability to --winver.
+ win2000 is the official value.
+
+ * dlls/oleaut32/Makefile.in, graphics/win16drv/font.c, if1632/thunk.c, include/heap.h, include/winbase.h, memory/heap.c, memory/selector.c, scheduler/process.c, dlls/kernel/utthunk.c, dlls/msvideo/Makefile.in:
+ Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
+ Added a hack in MapLS to recognize such allocations and use the heap
+ selector in this case.
+
+ * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
+ Removed dependencies on Wine internal functions.
- * [controls/comctl32undoc.c]
- Minor changes.
+ * windows/winproc.c:
+ Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
- * [documentation/common_controls]
- New File: Documentation about development status, undocumented
- features and functions of the common controls.
+ * documentation/wine.conf.man.in, documentation/wine.man.in, include/loadorder.h, loader/loadorder.c, loader/module.c, loader/ne/module.c, relay32/builtin32.c, wine.ini:
+ Removed "elfdll" load order option and updated documentation.
-----------------------------------------------------------------------
-Sun Jun 15 10:30:35 1998 Andreas Mohr <100.30936@germany.net>
+2000-11-29 Alexandre Julliard <julliard@winehq.com>
- * [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec]
- [misc/aspi.c]
- Added support for scanners that need Adaptec's ASPI2DOS.
+ * win32/device.c, configure, configure.in, dlls/ntdll/signal_i386.c, include/config.h.in, server/context_i386.c, server/ptrace.c, server/request.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Do not include sys/ptrace.h and sys/user.h unconditionally.
+ Other portability fixes.
- * [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c]
- [if1632/gdi.spec] [include/gdi.h]
- Enhanced printer support (especially Win95):
- Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling.
+ * dlls/comctl32/imagelist.c, dlls/msvideo/msvideo_main.c, include/wingdi.h, objects/dc.c:
+ Brian Teague <bteague@rice.edu>
+ Add a stub for the CAPS1 capability in GetDeviceCaps.
+ Define the CAPS1 bit flags in wingdi.h
+ Make various calls to GetDeviceCaps in DLLS use #defined values.
- * [misc/tapi32.c] [relay32/tapi32.spec]
- Added some stubs.
+ * tools/winebuild/spec16.c, windows/keyboard.c, windows/winproc.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/user/mouse.c, if1632/relay.c, include/builtin16.h, include/wine/winbase16.h, loader/ne/module.c, loader/ne/segment.c, misc/system.c, msdos/dpmi.c, scheduler/thread.c, tools/winebuild/relay.c:
+ Renamed CallTo16* functions to wine_call_to_16* and export them from
+ kernel32.spec.
- * [configure.in] [graphics/fontengine.c] [include/windows.h]
- [misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c]
- Made Wine compile on HP-UX (just for fun ;)
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed returned length of files.
- * [controls/menu.c] [include/windows.h]
- Complete rewrite of EnableMenuItem32.
- Free Agent 32 still doesn't work :(
+ * configure.in, debugger/stabs.c, include/config.h.in, configure:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Do not use a.out.h.
- * [misc/version.c] [if1632/kernel.spec] [include/winbase.h]
- Implemented GetVersionEx16.
+ * dlls/commdlg/fontdlg.c, dlls/mpr/Makefile.in, dlls/mpr/wnet.c, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.c, dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/wingdi.h, dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c:
+ Cleaned up some more dependencies on Wine internal functions.
- * [misc/network.c] [if1632/user.spec]
- Fixed arguments of WNetGetPropertyText.
+ * files/file.c, include/config.h.in, include/wine/port.h, library/port.c, scheduler/client.c, configure, configure.in:
+ Added implementation of lstat to port.c.
- * [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec]
- Implemented COMCTL32_DllGetVersion, OaBuildVersion.
+ * win32/device.c:
+ Kees Schoenmakers <keess@milltronics.com>
+ Added HASP device stub.
- * [win32/file.c]
- Fixed UNC handling of CreateFile32.
+ * objects/gdiobj.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed the size of the large_handles array.
-Sat Jun 13 22:35:12 1998 Douglas Ridgway <ridgway@winehq.com>
+ * dlls/comctl32/rebar.c, dlls/olecli/olecli32.spec, dlls/ttydrv/ttydrv.spec, dlls/winmm/joystick/joystick.drv.spec:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed a few compilation warnings.
- * [Makefile.in] [Make.rules.in]
- Added pattern for CVS merge files to 'make clean'
+ * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ WM_SETTEXT should return TRUE on success.
- * [ole/olecli.c] [windows/scroll.c] [windows/grahics.c]
- Add some DC handle unlocking. (When hdc's are always unlocked,
- they can be made moveable.)
+ * memory/virtual.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ VirtualQuery should return 0 for all addresses >= 0xc0000000.
- * [documentation/wine.texinfo]
- Started a Wine Design chapter with discussion of
- graphics driver model.
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Ownerdata listviews were not clearing previously selected items when a
+ new item is set as selected using SetItem and the listview has
+ LVIS_SINGLESEL.
-Sat Jun 13 11:19:25 1998 David Luyer <luyer@ucs.uwa.edu.au>
+2000-11-28 Alexandre Julliard <julliard@winehq.com>
- * [misc/main.c] [relay32/relay386.c]
- Added new option -debugmsg +relay=.... or -debugmsg -relay=...
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ We were returning characters for various CTRL + Symbol keystrokes
+ which should not return characters.
-Fri Jun 12 22:56:09 1998 Marcus Meissner <marcus@jet.franken.de>
+ * misc/cpu.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ linux-2.4.0-test10 now calls 'flags' as 'features'.
- * [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c]
- Added inter win32 dll snooping. Use -debugmsg +snoop.
- Number of arguments and string references are autodetected.
- Some small bugfixes in the PE loader.
+ * windows/win.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Slightly rearrange WIN16/WIN32A/WIN32 window creation.
- * [misc/system.c]
- Disabled SystemTimers. They do not work with the current
- %fs handling in the 32->16 relaycode. (helps labview)
+ * controls/button.c, controls/widgets.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Made button control fully unicode aware.
- * [msdos/dpmi.c][msdos/int2f.c][files/drive.c]
- Added a monoton linear increasing memory allocator for DPMI (required
- for LabView, HAFAS, ...)
- mscdex handling in emulated realmode interrupts (for mcicda.drv)
- allocate logical drives only once. (helps Myst)
+ * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fix crash in SETUPX_TranslateLDID()
+ - implement custom LDID lookup
- * [files/profile.c]
- Handle ^Z as space. Found on CDROMS (helps Myst Installer).
+ * misc/cdrom.c, misc/cpu.c, misc/version.c, objects/enhmetafile.c, objects/font.c, ole/ole2nls.c, win32/console.c, win32/init.c, windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, windows/winproc.c, files/directory.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, if1632/builtin.c, include/wine/winestring.h, loader/module.c, loader/ne/convert.c, loader/pe_resource.c, memory/environ.c, memory/registry.c, memory/string.c, dlls/shell32/shelllink.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/kernel/format_msg.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/shell32/pidl.c, controls/menu.c, dlls/advapi32/advapi.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c:
+ Got rid of the Wine internal lstrcpy* functions and of winestring.h.
- * [multimedia/mmio.c]
- mmio* partially updated to win32. No funny additions.
+ * documentation/wine.man.in:
+ Andreas Mohr <amohr@codeweavers.com>
+ Updated man page.
- * [windows/driver.c]
- Added win32 driver handling (will be used for win32 multimedia/
- msvideo drivers).
+ * memory/heap.c, include/heap.h:
+ Made HEAP_strdup* functions inline (temporary).
- * [win32/device.c]
- Added device handling (K32OBJ_DEVICE_IOCTL). Implemented
- VTDAPI.5 (used by win95' WINMM.timeGetTime())
+ * dlls/winspool/info.c, win32/newfns.c:
+ Moved EnumPortsA to dlls/winspool.
-Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net>
+2000-11-27 Alexandre Julliard <julliard@winehq.com>
- * [ole/compobj.c relay32/ole32.spec]
- Add a stub for CoLockObjectExternal32.
+ * */*.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
- * [objects/clipping.c]
- Fix in IntersectClipRect(), when there is no initial clipping
- region.
+ * relay32/relay386.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+ Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
+ relay stubs if debugging is on.
- * [graphics/x11drv/graphics.c]
- Corrected several "one-off" errors for the Ellipse, Rectangle
- and RoundRectangle (especially small ones) draw routines.
- Arc and friends still have to be done.
+ * configure, configure.in, include/acconfig.h, include/config.h.in, include/winnt.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Test if we need to put the .type directive inside a .def directive.
-Fri Jun 12 06:23:19 1998 Matthew Becker <mbecker@glasscity.net>
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Truncate dest blit rectangle down to surface size.
- * [misc/ntdll.c]
- Fixed some of the parameter counts.
+ * dlls/winmm/wineoss/midi.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ WARN() about missing /dev/sequencer, it's too confusing for newbies.
- * [misc/registry.c]
- General cleanup, documentation.
- Standard keys are allowed to be 'closed' and succeed.
+ * graphics/x11drv/oembitmap.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Also mention xpm-devel in the error msg.
- * [misc/shell.c]
- Check for correct return values from Reg* functions.
+ * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
+ Add FloatingPointProcessor empty entry to the registry.
- * [win32/newfns.c]
- Added stubs for OpenDesktopA, SetThreadDesktop, and
- SetUserObjectInformationA.
+ * controls/menu.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ When processing mouse messages in MENU_TrackMenu, use the coordinates
+ in lParam instead of those in MSG::pt.
-Wed Jun 10 20:28:08 1998 James Juran <jrj120@psu.edu>
+ * loader/pe_image.c:
+ Display the name of the function when import failed.
- * [debugger/break.c]
- Fixed bug introduced in 980503 that broke the -debug command
- line option for PE executable files.
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/string.c, dlls/user/network.c, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/syscolor.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/mpr/wnet.c, dlls/shell32/shell32_main.c, controls/desktop.c, controls/icontitle.c, controls/static.c:
+ Fixed a few dependencies on 16-bit or internal functions. Fixed a few
+ warnings.
- * [configure.in] [include/acconfig.h] [include/debugtools.h]
- [documentation/debug-msgs]
- Added 'configure' options to compile out debugging messages.
- Use --disable-debug to disable all debugging messages, and
- --disable-trace to just disable TRACE messages. This results
- in a stripped executable that is 15-20% smaller. This option
- is very much untested--don't expect it to work.
+ * dlls/winsock/socket.c, dlls/winmm/mmio.c:
+ Fixed SEGPTR_GET usage.
- * [documentation/debug-msgs] [documentation/debugging]
- Minor updates.
+ * dlls/user/user32.spec:
+ Added entry for PrivateExtractIconsA.
- * [*/*.c]
- Fixed some compile warnings. This also includes the
- compile_warnings_trivial patch from WineHQ.
+ * loader/ne/segment.c, msdos/int21.c, msdos/vxd.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand_main.c, dlls/ole32/compobj.c, files/file.c, include/file.h, include/winbase.h:
+ Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
+ DisposeLZ32Handle and use them to replace file.c internal functions.
+ Renamed WOW* functions into K32WOW*.
-Tue Jun 10 22:00:18 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * dlls/kernel/toolhelp.spec:
+ Added entry for TerminateApp16.
+
+ * windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/win.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, files/directory.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/wine/winbase16.h, include/wine/winuser16.h, loader/module.c, loader/resource.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/kernel/kernel.spec, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/shell32/shell.c, dlls/user/resource.c, dlls/user/user.spec:
+ Changed GetProcAddress16 and 16-bit resource functions to take normal
+ pointers instead of SEGPTRs.
+ Removed WIN16_GetTempDrive.
- * [windows/sysmetrics.c][include/sysmetrics.h]
- Fixed some Win95 values.
+ * documentation/wine.man.in, misc/options.c, misc/version.c, dlls/oleaut32/typelib.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
+ and *document* it (win98 was not documented previously)
+ - OaBuildVersion: add value for NT4 SP6
+ - spelling fixes
- * [windows/nonclient.c][include/windows.h]
- Fixed some Win95 drawing bugs.
- Added extended window style flags (WS_EX_xxx).
+ * configure, configure.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, include/config.h.in, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/ntdll.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - configure tests for finite()/fpclass(), fixes BSD compile
+ - winapi_check updates, fix errno in more math calls
- * [misc/printdrv.c][relay32/winspool.spec]
- Added stubs for DeletePrinterDriver32A, DeleteMonitor32A
- and DeletePort32A.
+ * win32/except.c, include/toolhelp.h, loader/task.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented TerminateApp needed for DBase 5.0.
+ Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
- * [windows/mdi.c][include/windows.h][relay32/user32.spec]
- Added stubs for CascadeWindows and TileWindows.
+ * controls/edit.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ General clean up of the edit control: removed transfer of unused
+ variables, fixed signed/unsigned mismatches.
- * [controls/toolbar.c][include/toolbar.h]
- Fixed a few bugs and implemented new features.
+ * tools/winebuild/parser.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ The init function can be called main.
- * [misc/shellord.c][relay32/shell32.spec]
- Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184.
+ * memory/global.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ GlobalAlloc as GlobalAlloc16 should round size to 32.
+ Call SetLastError in GlobalLock.
+
+2000-11-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/win32s/win32s16.c, memory/selector.c:
+ Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
+ dlls/win32s.
- * [controls/comctl32undoc.c][relay32/comctl32.spec]
- New file comctl32undoc.c. Contains undocumented functions
- of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE
- IEXPLORE.EXE and TASKMAN.EXE.
+ * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
+ Removed dependency on 16-bit file I/O functions.
- * [controls/status.c]
- Added text alignment.
+ * dlls/ntdll/ntdll.spec, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/wsprintf.c, dlls/winmm/mci.c, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, include/wine/winuser16.h, include/winuser.h, misc/Makefile.in, misc/wsprintf.c, msdos/int11.c, ole/ole2nls.c, debugger/module.c, dlls/commdlg/filedlg95.c, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/kernel/debugger.c:
+ Moved wsprintf functions to dlls/user.
+
+ * controls/scroll.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Don't draw scrollbars if their client rectangle is empty.
+
+ * dlls/winsock/socket.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed strange checkj for !filename, so we don't get section NULL
+ accesses later.
+
+ * loader/pe_image.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Corrected default values with help from Ulrich Czekalla.
+
+ * dlls/crtdll/crtdll.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Added entry point flags -noimport, -norelay, -ret64 and -i386.
+ Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
+ Win32 too.
+ Made parser more robust against truncated files.
+
+ * include/cdrom.h, include/elfdll.h, windows/x11drv/wineclipsrv.c, dlls/ddraw/x11_private.h, dlls/winmm/wineoss/oss.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make sure all files using config.h constants actually #include "config.h"
+
+ * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win16/avifile.api, tools/winapi_check/win32/dciman32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * tools/winebuild/import.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ The __wine_call_from_16_ calls in the import table should use a valid
+ segment for dereferencing their pointer (using CS).
+
+ * configure, configure.in, dlls/icmp/icmp_main.c, dlls/wininet/utility.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/config.h.in, include/winsock.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added checking for netdb.h.
+ Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
+
+ * include/x11drv.h, graphics/x11drv/dib.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Do not compile code that makes use of the X Shm extension.
+
+2000-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
+ Moved GET_IP out of winnt.h.
+
+ * programs/progman/ChangeLog, programs/progman/Ru.rc, programs/progman/dialog.c, programs/progman/rsrc.rc:
+ Vasily I. Volchenko <FoodTechnologist@pisem.net>
+ Added Russian language support.
+ Fixed bug of file browsing operation (filepath length corrected).
+
+ * configure, configure.in, include/config.h.in, tools/bin2res.c, tools/winebuild/res16.c, tools/winebuild/res32.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added checking for mmap.
+
+ * tools/wrc/utils.c:
+ Added a few missing languages.
+
+ * dlls/kernel/locale_rc.rc, dlls/kernel/nls/hkg.nls, dlls/kernel/nls/prc.nls, dlls/kernel/nls/sgp.nls:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Added missing locales to locale_rc.rc.
+
+ * graphics/x11drv/dib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
+
+ * dlls/oleaut32/typelib.c, include/wine/obj_oleaut.h:
+ Francois Jacques <francoisj@macadamian.com>
+ - support for arguments with referenced types
+ - imported type libraries
+ - dispinterfaces
+ - dual interfaces
+ - ref count problems
+ - memory leaks fixed
+
+ * dlls/crtdll/crtdll_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
+
+ * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
+ Fixed GetLargestConsoleWindowSize return type for Winelib apps.
+
+ * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
+ Added a few forwards.
+
+ * dlls/user/misc.c, dlls/user/user32.spec:
+ Fixed typos.
+
+ * include/bitmap.h, include/x11drv.h, objects/dib.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/dib.c, graphics/x11drv/init.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented Get/SetDIBColorTable.
+
+ * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Completed lvi.nls and lth.nls.
+
+ * windows/message.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Check whether senderQ is NULL before trying to lock it.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Fix ctype(), make is* functions binary compatible
+ - Add 13 functions, set errno in math calls
+
+ * dlls/wininet/ftp.c, if1632/relay.c, windows/user.c, dlls/dinput/joystick/linux.c, dlls/ntdll/debugtools.c, dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/setupapi.spec, dlls/shell32/shelllink.c, dlls/commdlg/fontdlg.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/user32.api, tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * include/comcat.h, include/rpc.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Include the same headers as on Windows.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, include/compobj.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ compobj.h is a synonym for objbase.h
+ Moved all the other contents to dlls/ole32/compobj_private.h
+
+ * dlls/comctl32/header.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added notification format handling.
+
+ * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Fixed ToUnicode TRACE message.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Add math calls: scalb, fpclass, nextafter, logb, _CI*
+ - Add futime, utime, purecall, getpid
+
+ * dlls/ntdll/misc.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ NTDLL__CIpow returns double, not LONG.
+
+ * dlls/winmm/wineoss/audio.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Read all the fragments available, not only one fragment before
+ going back to sleep.
+ - Use SNDCTL_DSP_SETTRIGGER ioctl command to trigger the start the
+ recording. If this command is not supported by the device, read 4
+ bytes in the sound device instead.
+
+ * windows/dialog.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Add support for national characters as accelerators in dialogs.
+
+ * windows/message.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Always generate unicode CHAR messages.
+
+ * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
+ Fixed warnings.
+
+ * scheduler/process.c, windows/cursoricon.c, windows/driver.c, debugger/winedbg.c, dlls/ole32/ifs.c, msdos/dosmem.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Cosmetics.
+
+ * include/wine/wingdi16.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added GdiSeeGdiDo16.
+
+ * include/winnt.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Removed double ANYSIZE_ARRAY define.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ When autodetected the MFC were still generating wrappers.
+ Fixed inconsistencies in the use of 'no' in the option names.
+ Updated the MFC link-list (configure.in).
+ Made the Makefile.in layout more readable.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Update comments, cleanup warning messages.
+
+ * dlls/winsock/socket.c, memory/selector.c, msdos/dpmi.c, msdos/int11.c, relay32/relay386.c, scheduler/critsection.c, server/trace.c, dlls/ntdll/exception.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Include config.h in files that test for constants defined in it.
+
+ * dlls/kernel/comm.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Avoid using TIOCM_* constants if not available.
+
+ * include/wine/obj_base.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed typo in macro ICOM_METHOD11 parameter list.
+
+ * dlls/imagehlp/modify.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented PE file checksum calculation.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Removed calls to internal (non-exported) wine functions.
-Tue Jun 8 22:00:00 1998 Bertho Stultiens <bertho@akhphd.au.dk>
+ * dlls/kernel/locale_rc.rc:
+ Aric Stewart <aric@codeweavers.com>
+ Added the turkish locale.
- * [programs/*/Makefile.in]
- Changed the rules to use wrc as resource compiler but
- passing the source through gcc first for macro expansion.
+ * windows/x11drv/clipboard.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Allow for zero-length string selections.
- * [programs/*/*.rc]
- Added #include "windows.h" for the resource compiler in the
- appropriate files.
+ * dlls/comctl32/header.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
+
+ * ole/ole2nls.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ CompareStringW returned wrong results sometimes.
+
+ * ole/Makefile.in:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ We no longer have an ole/nls directory.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some ordinal stubs, implemented SHDeleteValue*, SHSetValue*.
+
+ * windows/message.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented SendNotifyMessage().
+
+ * tools/wineinstall:
+ Andreas Mohr <amohr@codeweavers.com>
+ Made wineinstall a bit more verbose.
+
+ * dlls/gdi/wing.c: Ove Kaaven <ovek@arcticnet.no>
+ WinG was written for 8bpp DIBs, so some apps assume that, so always
+ recommend 8bpp, regardless of the actual display depth.
+
+ * graphics/painting.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ GetPixel needs to return CLR_INVALID if not inside clipping region.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added OLE32.DllRegisterServer stub.
+
+ * dlls/avifil32/avifile.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Routed a couple of 16-bit avifile.dll handlers to the 32-bit
+ handlers... well, works for Civilization II.
+
+ * dlls/ntdll/ntdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added pow() forward.
+
+ * relay32/snoop.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't test !HIWORD values for pointerness.
+
+ * include/windef.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed compilation warning on Cygwin.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ MultiByteToWideChar() returns characters, not bytes.
+
+ * dlls/oleaut32/variant.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Implemented VT_EMPTY to VT_BSTR type coercion.
+
+ * include/ole2.h, include/oleauto.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
+
+ * dlls/kernel/format_msg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle %ls same as %s.
+
+ * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for DCIOpenProvider.
+
+2000-11-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imagehlp/Makefile.in, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/version/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/dplayx/Makefile.in:
+ Avoid linking with ntdll where possible.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
+ Removed calls to Wine internal functions.
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+ Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions.
+
+2000-11-15 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/gdiobj.c, scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c, tools/winebuild/relay.c, windows/queue.c, windows/win.c, windows/winhelp.c, include/wine/winbase16.h, include/wine/windef16.h, loader/module.c, loader/ne/module.c, loader/task.c, dlls/kernel/kernel.spec, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c, dlls/user/user_main.c, dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, files/dos_fs.c, include/heap.h, include/syslevel.h, include/win.h, include/winbase.h, include/windef.h, include/winsock.h:
+ Moved standard syslevel APIs declaration to winbase.h.
+ Use exported syslevel function wherever possible.
+ Moved SEGPTR declaration to windef16.h.
+
+ * include/winproc.h, windows/message.c, windows/winproc.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
+ WM_SYSDEADCHAR messages.
+
+ * tools/winebuild/main.c:
+ Francois Gouget <fgouget@free.fr>
+ Allow the user to stick the option and its argument together.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/memory.c, dlls/crtdll/string.c, tools/winapi_check/win32/crtdll.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Complete the implementation of heap functions
+ - Forward j0,j1,jn,y0,y1,yn math calls to libc
+ - Add strnextc, pass text flag in creat, winapi_check fixes
+
+ * controls/widgets.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Prepare switching to unicode of builtin widgets.
+
+ * include/wine/obj_base.h:
+ James Hatheway <james@macadamian.com>
+ Increase number of parameters possible for ICOM_* macros to 11.
+
+ * debugger/stabs.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Skip directories when loading debug symbols.
+
+ * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Improved internal module handling (module now have a size, map of
+ loaded module is clearer, better error reporting, seperated module
+ loading code from symbol extraction).
+
+ * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Remove redundant includes.
+ Eliminate use of USER internal structures.
+
+ * dlls/comctl32/tab.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Use internal unicode strings.
+ Added unicode messages.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ New unicode support functions.
+
+ * tools/winebuild/spec16.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Include config.h.
+
+ * dlls/ole32/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
+
+ * misc/registry.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ RegSetValueEx16 might get passed 0 as count of databytes, determine
+ string length for ourselves in this case.
+
+ * include/objbase.h, include/unknwn.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Match the Windows header dependencies.
+
+ * windows/sysmetrics.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ SM_ARRANGE is ARW_HIDE, i.e. 8
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Distinguish between IMPORTS and LIBRARIES.
+ Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed
+ PROGRAMS to EXES to match.
+ Added a '-i' option for importing a Winelib library. '-l' is still
+ there but is only used for linking in the Unix sense.
+ Disabled the 'wrapper' options. It will be removed as a separate
+ patch.
+ No longer link with all of Wine's libraries.
+ Import the same default set of dlls as Visual Studio.
+ Avoid duplicate imports when generating the .spec file.
+ Updated the way winebuild is used.
+ Link applications as libraries and create a symbolic link to wine.
+ Detect where 'wine' is located in the configure script.
+ Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS,
+ XFILES, DLLS (configure.in)
+ Updated LDSHARED AND LDDLLFLAGS detection (configure.in).
+ Removed the rules pertaining to spec files from the Make.rules.
+ Updated the clean command to remove the symbolic links.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some rpcrt4 stubs.
+
+ * dlls/x11drv/x11drv_main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Allow desktop=N in the [x11drv] section of .winerc, instead of
+ defaulting to desktop=640x480.
+
+2000-11-14 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/relay.c, tools/winebuild/spec16.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/Makefile.in, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/ldt.c, memory/selector.c, msdos/dosmem.c, msdos/dpmi.c, msdos/vxd.c, objects/metafile.c, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/winmm/mmsystem.c, graphics/x11drv/dib.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, include/global.h, include/ldt.h, include/selectors.h, include/server.h, include/wine/library.h, library/Makefile.in, library/ldt.c, loader/task.c:
+ Moved LDT handling to libwine.so. Changed the interface to use the
+ exported LDT_ENTRY structure.
+
+2000-11-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shell32.spec, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec:
+ Temp hack: do not import dlls that we link with at the ELF level.
+
+ * dlls/kernel/kernel32.spec:
+ Fixed copy/paste typo spotted by Dimitrie O. Paun.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement dragging on gripper to expand and compress bands. Actual
+ moving bands to different rows will be later.
+
+ * dlls/kernel/comm.c, include/server.h, scheduler/synchro.c, server/Makefile.in, server/async.c, server/object.h, server/request.h, server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ - created server object for handling async i/o
+ - implemented WaitCommEvent with the EV_RXCHAR flag
+ - implemented GetOverlappedResult
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, tools/winebuild/relay.c, tools/winebuild/spec16.c, windows/winproc.c:
+ Export the CallFrom16xxx functions from kernel32. Renamed them
+ __wine_call_from_16 to follow the naming convention.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+ Do not warn for unused imported dlls when forwards to the same dlls
+ are present.
+
+ * tools/winebuild/spec32.c:
+ Don't include wine internal functions in the relay debugging table.
+
+ * Make.rules.in:
+ Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
+
+ * dlls/setupapi/infparse.c, dlls/winmm/mciseq/mcimidi.c, dlls/winspool/info.c, graphics/x11drv/dib.c, memory/global.c, scheduler/thread.c, dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/imagehlp/access.c, dlls/msacm/internal.c:
+ Replaced a few internal functions by exported ones.
+
+ * scheduler/pthread.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
+
+ * configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Since we can no longer built .a files:
+ - remove -disable/-enable-dll option
+ - error and abort if no suitable shared library linking is possible
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
+ Added AC_PATH_HEADER and AC_PATH_LIBRARY
+ Better header/library detection. Now works if things are already in
+ the include/library path
+ Look for the wine/MFC headers and libraries in more places so that it
+ works out of the box if Wine/MFC is installed in a standard place
+ (although there is not really a standard place yet for the MFC)
+ Renamed the '--with-xxx' options to have simpler more natural names
+ Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ When a Win16 app sets a selector base to low DOS memory, make sure low
+ DOS memory is mapped first.
+
+ * msdos/interrupts.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Use the virtual real-mode interrupt table if low DOS memory isn't
+ mapped.
+
+ * include/miscemu.h, msdos/dosmem.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Reorganized DOS memory remapping slightly, so that the real-mode
+ interrupt table can exist even when low DOS memory isn't mapped,
+ and is copied down along with the BIOS area whenever it is mapped.
+ Added DOSMEM_SystemBase() which returns a pointer to the virtual
+ real-mode interrupt table and BIOS data segment.
+ Allowed DOSMEM_Init(TRUE) to be called more than once.
+
+2000-11-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, dlls/wow32/Makefile.in, dlls/shfolder/Makefile.in, dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/urlmon/Makefile.in, dlls/version/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/Makefile.in, dlls/setupapi/Makefile.in, dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in, dlls/psapi/Makefile.in, dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/imm32/Makefile.in, dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/msnet32/Makefile.in, dlls/msvideo/Makefile.in, dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dplay/Makefile.in, dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in, dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in:
+ Start using import tables for dlls that can already support it.
+
+ * tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/kernel/kernel.spec, dlls/ole32/compobj.spec, if1632/relay.c, loader/task.c, tools/winebuild/import.c, tools/winebuild/parser.c:
+ Raise an exception for unimplemented 16-bit entry points too.
+ Added check for duplicate names in 16-bit spec files.
+
+ * win32/except.c, winedefault.reg:
+ The debugger "Auto" registry value should be a string.
+
+ * dlls/x11drv/x11drv_main.c, wine.ini:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
+ config file.
+
+ * debugger/msc.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make use of Windows structure for COFF info.
+ Fixed a few issues in COFF loading.
+ Cleaned up the code.
+
+ * tools/c2man.pl:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for APIs that don't have any ordinal (ordinal=@).
+
+ * dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Made WINSPOOL_GetPrinterDriver work again.
+
+2000-11-11 Alexandre Julliard <julliard@winehq.com>
+
+ * console/generic.c, controls/button.c, server/request.c, tools/bin2res.c, tools/makedep.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/wmc/lang.c, tools/wrc/dumpres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Get rid of some warnings about unused variables, signed/unsigned
+ comparisons and incomplete initializations.
+
+ * windows/x11drv/keyboard.c, graphics/x11drv/xfont.c, include/wingdi.h, unicode/Makefile.in, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28599.c, unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c, unicode/c_28605.c, unicode/cpmap.pl, unicode/cptable.c:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
+ 8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
+
+ * dlls/comctl32/animate.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
+
+ * configure, configure.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added another detection of strength-reduce bug in GCC.
+
+2000-11-10 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/Makefile.in:
+ Build most programs as .so files.
+
+ * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
+ Added Makeprog.rules.in containing rules for building Winelib
+ programs.
+
+ * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, files/file.c, include/debugtools.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use variable argument macros when compiling with gcc.
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Make winelauncher smarter about finding the Wine libraries and
+ binaries. Change the color scheme. Handle launches with no
+ arguments, correctly handle invocation as a mime-type handler from
+ KDE.
+
+ * memory/heap.c, dlls/user/exticon.c, dlls/version/resource.c, include/sqlext.h, include/winbase.h, include/winnt.h, library/loader.c, loader/pe_resource.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Use DUMMYxxxNAME for anonymous struct/unions.
+
+ * include/wingdi.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added missing pointer types: Pxxx or LPxxx
+ Fixed the definition of FONTENUMPROC
+ Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
+ reading I believe)
+ Added missing definitions: PC_TRAPEZOID
+ Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
+
+ * include/winuser.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added some STN_xxx macros.
+
+ * include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ HICON and HCURSOR should be interchangeable.
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added LPUDACCEL and HDF_RTLREADING.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Convert include statements of not-found files to lower case by
+ default
+ Added --no-lower-include option to override the above
+ Beautified the interactive mode output to make it easier to follow
+ Interactive mode: support the --mfc and --wrap options for both
+ projects and targets
+ Fixed the mfc/wrap propagation between project and targets (goes both
+ ways)
+ Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
+ Don't put the stdafx.cpp file in the list of files to compile (it's
+ just there for pre-compiled headers, yuk)
+ Fixed LD_LIBRARY_PATH when linking an application with a library from
+ the same makefile
+ Don't forget 'extra' sources when looking for a file for configure.in
+ Renamed the '--no-makefile' option to '-no-generated-file'
+
+ * documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Document the --lower-include options.
+ Document the --no-generated-files options.
+
+ * relay32/builtin32.c: Repaired relay debugging.
+
+ * dlls/Makedll.rules.in:
+ We do not need to set SOVERSION for dlls.
+
+ * libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.c, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.c, libtest/vartest.spec, libtest/volinfo.spec:
+ Build test programs as .so files. Added missing imports.
+
+ * include/wine/library.h, library/loader.c, scheduler/process.c:
+ Added support for loading a Winelib app linked as a .so from the wine
+ launcher, based on the value of argv[0].
+
+ * dlls/Makedll.rules.in, dlls/ntdll/Makefile.in, dlls/ttydrv/Makefile.in:
+ Don't link libwine_unicode into all dlls.
+
+ * programs/clock/language.c, programs/clock/language.h, programs/clock/license.c, programs/clock/license.h, programs/clock/main.c, programs/clock/main.h, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/language.h, programs/notepad/license.c, programs/notepad/license.h, programs/notepad/main.c, programs/notepad/main.h, programs/winhelp/winhelp.c:
+ Fixed language handling. Removed some dependencies on Wine internals.
+
+ * wine.ini: Andreas Mohr <amohr@codeweavers.com>
+ Added an explanation for the directory symlink stuff.
+
+ * dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Corrected used registry key.
+
+ * dlls/wininet/http.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Initialize nSocketFD to INVALID_SOCKET.
+
+2000-11-09 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/uninstaller/uninstaller.spec, programs/view/view.spec, programs/wcmd/wcmd.spec, programs/winemine/winemine.spec, programs/winhelp/winhelp.spec, programs/winver/winver.spec, debugger/winedbg.spec, programs/clock/clock.spec, programs/cmdlgtst/cmdlgtst.spec, programs/control/control.spec, programs/notepad/notepad.spec, programs/osversioncheck/osversioncheck.spec, programs/progman/progman.spec, programs/regapi/regapi.spec, programs/regtest/regtest.spec:
+ Added some missing imports.
+
+ * Make.rules.in, Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+ Added support in winebuild for resolving function imports (-sym option).
+ Added -L option for locating imported dlls.
+ Changed generated exe init code to use __wine_get_main_args.
+
+ * dlls/ntdll/ntdll.spec, misc/options.c:
+ Added __wine_get_main_args to retrieve command-line arguments for the
+ application.
+
+ * loader/elfdll.c:
+ Don't strip the library extension if it's not ".dll".
+
+ * configure, configure.in:
+ Fixed NetBSD dll check.
+ Added check for -Bsymbolic.
+ Fixed LDSHARED definition to support undefined SONAME.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/header.c, dlls/comctl32/rsrc.rc:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added header control cursors and drag list arrow icon.
+
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Sk.rc:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Added Russian resources to the Postscript driver.
+
+ * dlls/comctl32/propsheet.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Make a copy of the dialog resource before correcting styles.
+
+2000-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/library.h, library/loader.c, relay32/builtin32.c:
+ Do builtin modules fixups in library/loader.c before calling the
+ load_dll callback.
+
+ * if1632/thunk.c, include/callback.h, include/task.h, loader/dos/dosvm.c, loader/module.c, loader/task.c, miscemu/main.c, objects/palette.c, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/gdi/printdrv.c, dlls/kernel/comm.c:
+ Check all Callouts function pointers for NULL before using them.
+ Don't load USER dll if not needed by the application.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c, tools/winapi_check/win32/crtdll.api, dlls/crtdll/Makefile.in:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Implemented 73 CRT functions
+ - Reimplemented file I/O using Win32 calls
+ - Set errno/doserrno in most calls
+
+ * dlls/wininet/ftp.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
+
+ * programs/winemine/main.c:
+ Added middle mouse button handling.
+
+ * dlls/user/.cvsignore: Removed .s files.
+
+ * include/Makefile.in, include/comcat.h, include/rpc.h, include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h, include/wtypes.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Moved things to the proper rpcxxx.h header.
+ Added some type definitions used by the MFC.
- * [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c]
- Added commandline option -A for autoregister code.
- Corrected the underscore problem by checking the proper define
- from config.h.
+ * dlls/commdlg/filedlgbrowser.c, dlls/ddraw/ddraw_private.h, dlls/dplayx/dpclassfactory.c, dlls/ole32/moniker.c, dlls/shell32/folders.c, dlls/shell32/shlview.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must include windef.h before wtypes.h (directly or indirectly).
+
+ * include/winuser.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added DM_REPOSITION.
+
+ * include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must include stdarg.h.
+ Added a few missing exception related types.
+
+ * include/winnt.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must include ctype.h so that applications get isalnum & co.
+
+ * include/commdlg.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added CC_SOLIDCOLOR and CC_ANYCOLOR.
+
+ * include/Makefile.in, include/dosexe.h, include/module.h, library/Makefile.in, library/debug.c, library/loader.c, loader/dos/module.c, loader/module.c, loader/pe_image.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, tools/winebuild/spec32.c:
+ Moved builtin dll registration to libwine.
+ Changed process initialization to not load imported dlls too early.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ ToUnicode: ignore CTRL+number keystrokes.
+
+ * include/wine/library.h, include/wine/port.h, library/port.c, memory/virtual.c, misc/options.c:
+ Added new library.h header for libwine definitions.
+ Added getpagesize() and wine_anon_mmap() portability functions.
+
+2000-11-07 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/pthread.c:
+ pthread_atfork: don't call critical section functions before
+ initialization is done.
+
+ * memory/virtual.c:
+ Fixed 0/-1 mixup for indicating no mapping handle.
+
+ * controls/uitools.c, include/tchar.h:
+ Francois Gouget <fgouget@free.fr>
+ Fixed typos in comments.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented toolbar customization dialog.
+
+ * dlls/comctl32/updown.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented new messages.
+
+ * debugger/msc.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ - Take OMAP records into account to correct symbol addresses.
+ - Understand CodeView data embedded in the PE file itself.
+ - Understand NB11 signature CodeView data.
+ - No more bogus 'timestamp mismatch' errors.
+ - General cleanup / removal of duplicate code.
+
+ * include/winnt.h:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Added missing IMAGE_DEBUG_MISC definition.
+
+ * dlls/wininet/ftp.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Send the local ip address with the PORT command and not that of the
+ server.
+ Fix handling of multi-line responses.
+ Read a response after the STOR command.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented the RedrawItems message for a listview.
+
+ * dlls/wineps/afm.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ New path for AFM documentation on the net.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the include path handling in get_real_include_name
+ Modified get_real_include_name so that it can follow an include path
+ starting with $(TOPSRCDIR)
+ Indent the debug messages a bit more so that winemaker's is still
+ readable when they are on
+ The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
+ The MFC include path must contain the path to the ATL headers
+ (configure.in)
+
+ * dlls/comctl32/tab.c:
+ Francois Gouget <fgouget@free.fr>
+ Use DrawFocusRect to draw the focus rectangle.
+
+ * dlls/winaspi/aspi.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fortify ASPI /proc file parsing (SCSI_getprocentry()) against
+ CD-ROM drives that are doing mad things with spaces
+ - add ERR()s in case of parsing problems
+
+ * include/bitmaps/wine_small.xpm:
+ Aric Stewart <aric@codeweavers.com>
+ Added 16x16 wine logo.
+
+2000-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
+ Removed SUBDIRS in winmm Makefile.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
+ James Hatheway <james@macadamian.com>
+ Added stubs and setupapi.h.
+
+ * dlls/comctl32/comboex.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
+ it.
+
+ * documentation/Makefile.in, documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Winemaker's man page initial release.
+
+ * tools/wrc/Makefile.in, debugger/Makefile.in, programs/winhelp/Makefile.in, tools/makedep.c, tools/wmc/Makefile.in:
+ Better error message when an include file is not found by makedep.
+ Added support for .mc extension.
+ Do not try to open *.tab.h and *.mc.rc include files.
+
+ * dlls/user/Makefile.in:
+ Added missing dependency for 16-bit resource files.
+
+ * Make.rules.in, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/messages/.cvsignore:
+ Use .mc.rc extension for rc files generated by the message compiler.
+
+ * loader/elf.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Get ELF_LoadLibraryExA back into a working state.
+
+ * dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
+ AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
+ registry entrys of Win9[58] and WinNT printer drivers.
+
+ * controls/menu.c:
+ Francois Gouget <fgouget@free.fr>
+ Take into account the sunken border for Win98 look.
+ Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
+ because Win9x does it).
+ Leave a 1 pixel gap above menu bar items for symetry (and because
+ Win9x does it).
+
+2000-11-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/Makefile.in, dlls/dinput/device.c, dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/dinput.h, configure, configure.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - reorganized DInput DLL
+ - added stubbing for DInput 7a
+ - 'fixed' the mouse problem in Fallout
+
+ * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole2.c, dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added DnD cursors as ole32 resources.
+
+ * include/spy.h, windows/message.c, windows/spy.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added the ability to see names of the virtual key codes.
+
+ * Makefile.in, configure, configure.in, tools/.cvsignore, tools/Makefile.in, tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Added a winelauncher shell script which makes the process of running
+ Wine a little nicer for an end user. The intent of winelauncher is to
+ be used inside of a distribution package.
+
+ * tools/Makefile.in, tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ New script for porting Windows source code to WineLib.
+
+ * dlls/x11drv/x11drv.spec, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec, dlls/version/Makefile.in, dlls/version/version.spec, dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.drv.spec, dlls/winmm/winmm.spec, dlls/shlwapi/shlwapi.spec, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/user/user32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/Makefile.in, dlls/shell32/pidl.c, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shell32/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/odbc32/odbc32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in, dlls/olepro32/olepro32.spec, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll.spec, dlls/ddraw/ddraw.spec, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/advapi32.spec, dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
+ Declare debug channels in all dlls that need them; added imports of
+ ntdll where necessary.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, include/debugdefs.h, include/debugtools.h, include/main.h, library/Makefile.in, library/debug.c, misc/Makefile.in, misc/debugstr.c, misc/main.c, misc/options.c, relay32/builtin32.c, tools/find_debug_channels, tools/make_debug:
+ New debug channel mechanism allowing decentralized channel
+ declarations.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Added debug_channels support.
-Sun Jun 7 22:09:29 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
+ * graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/win16drv.h, dlls/ttydrv/dc.c, dlls/wineps/init.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/metafiledrv.h, graphics/painting.c:
+ Patrik Stridvall <ps@leissner.se>
+ Optimized {,p}MoveTo{,Ex}{,16}.
+
+ * windows/dce.c: Francois Gouget <fgouget@free.fr>
+ Added comment explaining why we have an ERR rather than a WARN.
+
+ * msdos/dosmem.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Added missing #include <sys/types.h>.
- * [ole/ole2nls.c] [memory/string.c]
- Improved LCMapString32A, and changed CompareString32A,
- lstrcmp, lstrcmpi to use it.
+ * dlls/comctl32/comboex.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
+ WM_GETTEXT down to combo box.
-Sat Jun 6 19:00:50 1998 Martin Strömberg <ams@ludd.luth.se>
+ * windows/sysparams.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Cleanup SystemParametersInfo<16|A|W>.
+
+ * controls/menu.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Don't reset MF_POPUP flag in SetMenu().
+
+ * windows/queue.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Fix test for pending message in QUEUE_ReceiveMessage().
+
+ * windows/dce.c, windows/scroll.c, windows/x11drv/wnd.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c, objects/palette.c, objects/region.c, objects/text.c, graphics/x11drv/bitblt.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/text.c, graphics/bitblt.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/brush.c, graphics/win16drv/font.c, graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/win16drv/text.c, dlls/gdi/printdrv.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c:
+ Allocate DC objects on the process heap, and removed WIN_DC_INFO
+ structure (based on a patch by Ken Coleman).
+
+2000-11-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shelllink.c:
+ Removed leftover debug output.
+
+ * dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fix inf file open/close
+ - do NOT return handles based on list offset
+ - we might want to use HEAP_strdupA instead of assigning string pointers...
+ - implement (more or less) GenFormStrWithoutPlaceholders
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect the backslashes we mean to have show from groff.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed off by one error in DPA handling, added some warnings.
+
+ * files/file.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use debugging API instead of outputing to stderr directly.
+
+ * dlls/ddraw/dsurface/main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Avoid division by zero.
+
+ * dlls/comctl32/rebar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Pass up WM_DRAWITEM messages to parent.
+
+2000-11-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shelllink.c, include/bitmaps/wine.xpm, tools/Makefile.in, tools/wineshelllink, wine.ini:
+ Create Gnome/KDE desktop and menu entries from IShellLink
+ interface. Based on the work of James Thomson and Dusan Lacko.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Treeview item sorting could mess up the visibleOrder of the items.
+
+ * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+ Marcus Meissner <marcus@jet.franken.de>
+ Move focus recalculation out of the window destroy recursion
+ so we do not send WM_SETFOCUS to already destroyed windows.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not invert "magic" bitmap menu items.
+
+ * tools/find_debug_channels:
+ Francois Gouget <fgouget@free.fr>
+ Make sure to carefully quote file names.
+
+ * dlls/comctl32/toolbar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Swap CalcToolbar and paint rectangle computation to the correct order.
+
+ * programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/wcmdmain.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Pause command interpreter while executing a console-mode app.
+
+2000-11-01 Alexandre Julliard <julliard@winehq.com>
- * [include/winnt.h]
- Added typedefs for security and tokens.
+ * files/directory.c:
+ Fixed SearchPath to handle a ';'-separated path as first argument.
-Sat Jun 6 12:26:31 1998 Morten Welinder <terra@diku.dk>
+ * dlls/ntdll/nt.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
+ admin privileges.
+
+ * windows/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Export SHGetSettings by name. New stub for shell.68.
+
+ * dlls/comctl32/rebar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
+ to RB_GETBANDINFOA.
+
+ * objects/metafile.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Use GDISelectPalette16 instead of SelectPalette and
+ GDIRealizePalette16 instead of RealizePalette in order to get rid of
+ possible deadlocks.
- * [objects/text.c]
- Use debugstr_an in DrawText16.
+ * relay32/snoop.c, scheduler/process.c, scheduler/timer.c, server/atom.c, server/mapping.c, server/request.c, server/thread.h, win32/console.c, windows/dialog.c, windows/x11drv/clipboard.c, dlls/kernel/time.c, dlls/kernel/win87em.c, dlls/msvideo/drawdib.c, dlls/oleaut32/variant.c, dlls/setupapi/setupx_main.c, dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c, graphics/x11drv/xfont.c, loader/ne/segment.c, misc/cpu.c, misc/error.c, misc/options.c, misc/registry.c, msdos/devices.c, msdos/vga.c, msdos/vxd.c, objects/dib.c, controls/edit.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/x11_private.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Patrik Stridvall <ps@leissner.se>
+ Various warning fixes.
+
+ * graphics/painting.c, graphics/path.c, include/path.h:
+ Mark Dufour <m.dufour@student.tudelft.nl>
+ Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
+ Ellipse work with an open path.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Make bitmap menu items look like in windows when selected,
+ i.e. inverted and hilited (in Win98 look).
+
+ * controls/scroll.c:
+ Francois Gouget <fgouget@free.fr>
+ Check for SB_CTL before displaying a caret.
- * [loader/resource.c]
- Use debugres_w in FindResourceEx32W. Avoid crashing during
- debug when wm is NULL.
+ * dlls/kernel/format_msg.c:
+ Do not truncate high word of message id.
+
+ * include/commdlg.h, include/wine/obj_serviceprovider.h, include/wine/obj_shellbrowser.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Better handling of custom templates and hooks.
+ Bug fixes.
- * [if1632/relay.c]
- In RELAY_DebugCallTo16, send output to the right place and
- avoid side effects in macro arguments.
+ * dlls/comctl32/toolbar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
+ recalculated due to InvalidateRect()->WM_PAINT anyway).
-Wed Jun 3 20:56:03 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ * dlls/user/user32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
- * [controls/scroll.c] [windows/nonclient.c]
- Fix several off by one errors in scrollbar painting.
+ * tools/winapi_check/modules.dat, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/x11drv.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
-Tue Jun 2 23:58:59 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
+ * windows/x11drv/keyboard.c:
+ Gabriel Garcia <GarciaG@origenes.com.ar>
+ Added Latin American layout.
- * [graphics/dsound.c]
- Rewrote mixer code to handle panning and volume for 16->16, 16->8,
- 8->16, and 8->8 bit mixes. Conforms to DirectX's "logarithmic
- hearing scale" as specified in M$VC docs. Still does not handle
- mixing of different frequencies (I am still working on that).
- Tested 16->16 extensively with StarCraft. Other mixing combinations
- untested but should work fine. Still kind of a work in progress,
- so be warned.
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
+ Redirected forward of shlwapi.54 to gdi32.CreateICW.
-Tue Jun 2 03:31:33 1998 Alexander V. Lukyanov <lav@long.yar.ru>
+2000-10-31 Alexandre Julliard <julliard@winehq.com>
- * [tools/wrc/utils.c]
- dup_basename: fix to strip directory.
+ * dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c:
+ Francois Gouget <fgouget@free.fr>
+ Use PS_ALTERNATE rather than PS_DOT.
+ Use Rectangle to draw focus rectangles.
-Mon Jun 1 20:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ * objects/pen.c: Francois Gouget <fgouget@free.fr>
+ Allow pens with styles greater than PS_INSIDEFRAME to be created with
+ CreatePenIndirect and ExtCreatePen.
- * [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec]
- Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
+ * graphics/x11drv/pen.c:
+ Francois Gouget <fgouget@free.fr>
+ Use sizeof for maintainability.
-----------------------------------------------------------------------
-Sun May 31 13:40:13 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Ignore RBBS_BREAK style on first band.
- * [if1632/signal.c]
- Added display of exception name.
+ * graphics/x11drv/init.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed a few device caps values.
- * [loader/task.c]
- Yet another attempt at fixing SwitchStackTo/SwitchStackBack.
+ * misc/registry.c:
+ David Elliott <dfe@infinite-internet.net>
+ _nt_parse_nk() should not close keys that it does not open.
- * [memory/selector.c] [relay32/builtin32.c] [tools/build.c]
- [win32/kernel32.c]
- Generate an assembly stub for Win32 register functions to make
- their names available at link time.
+ * objects/gdiobj.c:
+ Francois Gouget <fgouget@free.fr>
+ Set the thickness of stock pens to 0 so that they are not scaled.
- * [programs/*/Makefile.in]
- Added hacks to support old resource compiler.
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed cancels editing of a listview label if the listview is
+ scrolled.
-Fri May 29 16:27:14 1998 Marcus Meissner <marcus@jet.franken.de>
+ * windows/syscolor.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the value of some system colors.
- * [tools/testrun]
- Merge of my testscripts at home into one single perl program
- (tested with perl5). Works only on Linux due to 'ps' and 'ipcs'
- magic.
+ * dlls/comctl32/rebar.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for avoiding subtraction from unsigned zero.
- * [controls/menu.c]
- Added some DefaultMenuItem stubs.
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_Sk.rc, dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_res.rc, documentation/i18n.sgml, programs/clock/Sk.rc, programs/clock/rsrc.rc, programs/notepad/Sk.rc, programs/notepad/rsrc.rc, programs/progman/Sk.rc, programs/progman/rsrc.rc, programs/winhelp/Sk.rc, programs/winhelp/rsrc.rc, windows/x11drv/keyboard.c, dlls/commdlg/cdlg_Sk.rc, dlls/shell32/shell32_Sk.rc, dlls/user/resources/user32_Sk.rc:
+ Peter Ivanyi <ivanyi@internet.sk>
+ Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
- * [debugger/stabs.c]
- Fixed stabs loading, now supports (int,int) typeinfo format used
- by gcc-2.8 and egcs-1. If it still crashes, please mail me.
+ * controls/scroll.c:
+ Francois Gouget <fgouget@free.fr>
+ Hide the caret only on the first WM_KEYDOWN.
- * [if1632/][relay32/]
- Added msvideo.dll (stubs only)
- Replaced some ptr by str for stringcases
- Added some new stubs (VxDCall, FindCloseNotif....)
+ * dlls/dinput/dinput_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
+ Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.
+
+ * dlls/comctl32/treeview.c:
+ Susan Farley <susan@codeweavers.com>
+ Under some conditions its necessary to explicitly show the
+ scrollbars.
- * [misc/network.c]
- Some argument fixes.
+ * windows/dialog.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Display an ERR on errors while initializing USER.
+
+ * dlls/kernel/time.c:
+ Rein Klazes <rklazes@casema.net>
+ Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Handle special case where itemID = -1 (special focus rect draw).
+
+ * dlls/shell32/shres.rc:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fix insufficient rect width value in resource file.
+
+ * win32/console.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Need to get any outstanding input prior to returning number.
+
+ * tools/wineinstall:
+ Ove Kaaven <ovek@arcticnet.no>
+ Some bugfixes, another function for packaging, and some text
+ reformatting from Eric Maryniak.
+
+ * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
+ Removed obsolete TOOLSUBDIRS dependency.
+
+ * programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/ole32/Makefile.in, dlls/oledlg/Makefile.in, dlls/oledlg/oledlg.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/user/Makefile.in, dlls/winsock/Makefile.in, libtest/Makefile.in, miscemu/wine.spec, programs/Makefile.in, debugger/Makefile.in, dlls/advapi32/Makefile.in, dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec, dlls/kernel/Makefile.in, dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec:
+ Added import of ntdll.
+
+ * tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, unicode/Makefile.in, .cvsignore, Make.rules.in, Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in, library/.cvsignore, library/Makefile.in, library/port.c, library/winestub.c, misc/Makefile.in, misc/port.c:
+ Build ntdll as a real dll, including everything that was previously in
+ libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
+
+2000-10-29 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/msc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
+
+ * relay32/snoop.c, dlls/msvideo/msvideo_main.c, dlls/richedit/charlist.h, dlls/winmm/wineoss/midi.c, if1632/snoop.c, if1632/thunk.c, loader/task.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed a few compilation warnings
+
+ * dlls/ntdll/signal_i386.c, dlls/oleaut32/safearray.c, dlls/winaspi/winescsi.h, server/handle.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Move inline and static to the beginning of declarations.
+
+ * dlls/comctl32/comboex.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
+
+ * tools/wineconf:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added a '-inifile' option to specify the location of the wine.ini file
+ used in the building of the new wine.ini file.
+
+ * debugger/msc.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - enable loading of pdb files named in NB10 records of a dbg file
+ - disable timestamp check for pdb files
+
+ * win32/device.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Quieten VxDCall_VMM output.
+
+ * tools/wineinstall:
+ Ove Kaaven <ovek@arcticnet.no>
+ wineinstall improvements, mostly for usage in package postinstall
+ scripts.
+
+ * if1632/builtin.c, if1632/relay.c, include/builtin16.h, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/relay.c, tools/winebuild/spec16.c:
+ Patch flat cs of 16-bit entry points if current %cs is different from
+ compiled value, and retrieve flat ds from a global variable. This
+ should avoid problems with win4lin kernels.
+
+ * scheduler/critsection.c, scheduler/thread.c, windows/clipboard.c, windows/winpos.c, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/kernel/kernel32.spec, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec, dlls/user/user32.spec, files/directory.c, include/ntddk.h, memory/registry.c:
+ David Elliott <dfe@infinite-internet.net>
+ Added basic working stubs of new Windows 2000 API functions.
+
+ * include/local.h, memory/local.c:
+ Removed unused LOCAL_LockSegptr.
+
+ * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
+ Use GetStockObject() instead of the magic STOCK_* handles.
+
+ * debugger/msc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
+ of that structure.
+
+ * dlls/shell32/shell32_main.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Implement SHGFI_EXETYPE function of SHGetFileInfo.
+
+ * windows/winhelp.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Report errors on WinHelp() failures.
- * [misc/registry.c][misc/cpu.c]
- Registry initialization partially rewritten and enhanced.
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - improved trace information
+ - implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
+ WM_MEASUREITEM, WM_DRAWITEM
+ - changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
+ WM_CREATE, WM_DESTROY
+ - above changes correct window rectangle, draws items, and creates
+ control correctly.
- * [scheduler/*.c]
- Some additions so we don't do kill(0,SIGUSR1) (kill processgroup
- instead of targeted thread)
- Added SetThreadContext.
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - correct processing of RBBS_BREAK style.
+ - handle cases where cyChild was set to -1 by appl. - undocumented.
+ - remove special code for Comboboxex problem (now solved).
+ - fix some painting problems
+
+2000-10-28 Alexandre Julliard <julliard@winehq.com>
-Thu May 28 23:59:59 1998 Bertho Stultiens <bertho@akhphd.au.dk>
+ * memory/global.c:
+ Francois Gouget <fgouget@free.fr>
+ Return the correct value for dwTotalVirtual.
+ Return a more plausible value for dwAvailVirtual.
- * [tools/wrc/*]
- New resource compiler version 1.0.0 (28-May-1998)
+ * misc/cpu.c: Francois Gouget <fgouget@free.fr>
+ Return a more plausible value for MinimumApplicationAddress.
- * [Make.rules.in] [Makefile.in]
- Changed and added rc rules to point to tools/wrc/wrc.
+ * tools/winebuild/main.c, server/context_i386.c:
+ Federico Schwindt <fgsch@core-sdi.com>
+ Fixes for OpenBSD.
- * [configure.in] [include/config.h.in]
- Added check for function 'stricmp'.
+ * dlls/ole32/itemmoniker.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CreateItemMoniker may get NULL as szDelim, some cleanups.
- * [include/resource.h]
- Commented out the old resource structure to catch references.
- It also includes wrc_rsc.h.
+ * dlls/ole32/storage32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
+ instead of accessing IUnknown.
+
+ * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stub for HttpSendRequestExA.
+
+ * controls/combo.c, dlls/commdlg/filedlg95.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - set the item height not only for the listbox, but also for the text field
+ - center text vertically
+ - beautify comments
+
+ * dlls/user/Makefile.in:
+ Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
+ Don't assume we are building in the source tree, but allow make to
+ locate resources/display.rc and resources/mouse.rc via VPATH.
+
+2000-10-26 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
+ Raise an exception when a stub entry point is called.
+
+ * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
+ Removed unused STRUCT32_NCCALCSIZE functions.
+
+ * windows/input.c, controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Ask application to reinitialize its menu before processing an
+ accelerator key.
+
+ * dlls/shell32/shellpath.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
- * [include/wrc_rsc.h]
- New file. Definitions for the resources generated with wrc.
+ * dlls/ntdll/signal_i386.c:
+ Fixed typo due to merge error.
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated the load process so that all typelibs (and not just the first
+ one, as it used to) stored in a DLL can be loaded.
+
+ * graphics/painting.c:
+ Mark Dufour <m.dufour@student.tudelft.nl>
+ Implemented PolyDraw() and AngleArc().
+
+2000-10-26 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20001026.
+
+----------------------------------------------------------------
+2000-10-26 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
+ Raise an exception when a stub entry point is called.
+
+ * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
+ Removed unused STRUCT32_NCCALCSIZE functions.
+
+ * windows/input.c, controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Ask application to reinitialize its menu before processing an
+ accelerator key.
+
+ * dlls/shell32/shellpath.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
+
+ * dlls/ntdll/signal_i386.c:
+ Fixed typo due to merge error.
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated the load process so that all typelibs (and not just the first
+ one, as it used to) stored in a DLL can be loaded.
- * [include/windows.h]
- Added #ifdef RC_INVOKED to exclude stdarg.h.
- Added SS_NOTIFY flag.
+ * graphics/painting.c:
+ Mark Dufour <m.dufour@student.tudelft.nl>
+ Implemented PolyDraw() and AngleArc().
- * [include/winnls.h]
- Added SUBLANG_* definitions and corrected some defaults.
+2000-10-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added an another special case handling for Shift+[NumPad]DEL.
+
+ * debugger/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in:
+ Kristoffer Gleditsch <toffer@ping.uio.no>
+ Added LDFLAGS to linking of wine-related binaries.
+
+ * dlls/ttydrv/user.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec, include/user.h, include/x11drv.h, windows/input.c, windows/keyboard.c, windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Replaced ToAscii by ToUnicode in the User driver interface.
+
+ * dlls/ddraw/ddraw/x11.c:
+ William Waghorn <wwaghorn@litany.demon.co.uk>
+ xf86vmode_setdisplaymode() wasn't properly saving the 'private' field
+ of the XF86VidModeModeLine structure.
+
+ * controls/scroll.c:
+ Francois Methot <francoism@macadamian.com>
+ Added support of blinking thumb as found in Windows scrollbar.
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated typelib loader. Typelib contents can be stored as multibyte
+ strings. However, they are always returned to the application as BSTR,
+ e.g. UNICODE strings. All strings are now stored as BSTR instead of
+ ASCII strings.
+
+ * include/module.h, loader/module.c, loader/pe_image.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Free the Win16 dummy module and wm->deps.
+
+ * graphics/x11drv/graphics.c:
+ Mark Dufour <m.dufour@student.tudelft.nl>
+ X11DRV_DrawArc: swap the start and end points when drawing in
+ clockwise direction.
+
+ * objects/region.c:
+ Aviad Pineles <paviad@netvision.net.il>
+ Avoid infinite loop in CreateRoundRectRgn().
+
+ * Make.rules.in, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/resources/.cvsignore, dlls/user/resources/display.rc, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc, dlls/user/resources/mouse.rc16, if1632/builtin.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec16.c, tools/winebuild/utils.c:
+ Added support for loading .res files for 16-bit resources.
+
+ * relay32/builtin32.c:
+ Removed no longer used structure definition.
+
+ * tools/wrc/writeres.c:
+ 16-bit resource size must be scaled by alignment.
+
+ * dlls/comctl32/tab.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Implement TCS_VERTICAL style. Fix tab borders to have shading that
+ matches Windows. Center image and text in tabs. Size tabs to
+ completely fill each row with multiline style. Fix positioning of
+ tabs for TCS_BOTTOM style. Fix various drawing issues.
+
+ * dlls/comctl32/treeview.c:
+ Susan Farley <susan@codeweavers.com>
+ - When inserting an item, do not invalidate the area above the new
+ item.
+ - The debug function that verifies the tree after each insertion
+ should be disabled by default.
+
+ * dlls/dsound/dsound_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Reimplement patch by Marcus Meissner ('98) to "fix" problems with
+ DSCAPS_EMULDRIVER flag for games like Quake 2 and Unreal Tournament.
+
+ * dlls/winmm/wineoss/audio.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Transform device open error TRACE()s into WARN(); better error msgs.
+
+ * windows/winpos.c:
+ Rein Klazes <rklazes@casema.net>
+ In SWP_DoNCCalcSize() when determining whether the client area has
+ moved, use the client coordinates as they are: not relative to its
+ window coordinates.
+
+ * windows/sysparams.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added SPI_GETWINDOWSEXTENSION.
+
+ * scheduler/process.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Added support for a WINELOADER environment variable which allows the
+ specification of a different binary loader.
+
+2000-10-24 Alexandre Julliard <julliard@winehq.com>
+
+ * include/module.h, loader/pe_resource.c:
+ Removed GetResDirEntryA/W.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
+ Implement InternalExtractIcon by calling PrivateExtractIcons instead
+ of duplicating all the code.
+
+ * tools/wrc/Makefile.in, tools/wrc/genres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/writeres.c:
+ Added codepage translation based on the language id (based on a patch
+ by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
+
+ * controls/menu.c:
+ Aric Stewart <aric@codeweavers.com>
+ Converted menu string handling to Unicode.
+
+ * dlls/winsock/ws2_32.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Added forward for WSAResetEvent.
+
+ * dlls/winsock/socket.c:
+ Rein Klazes <rklazes@casema.net>
+ Convert the value of level when setsockopt is called with
+ WS_SO_DONTLINGER.
+
+ * misc/options.c, server/request.c, dlls/dsound/dsound_main.c, dlls/odbc32/proxyodbc.c, dlls/wineps/init.c, if1632/thunk.c, loader/task.c:
+ Patrik Stridvall <ps@leissner.se>
+ Explicitly initialize structures.
+
+ * objects/palette.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Explicitly initialize structures.
+ - Fixed strange code probably caused by a merge conflict.
+
+ * dlls/winmm/wineoss/audio.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - All audio device handles are initialized to -1 and set to -1 when closed.
+ - WINE_WM_HEADER event should *NOT* make the recording thread start. The
+ thread should only start through waveInStart. The application calling
+ waveInAddBuffer might not be in a state to provide another buffer in
+ a period of time short enough to avoid buffer underrun in widRecorder
+ thread.
+ - widRecorder - improved robustness of widRecorder to avoid some data
+ loss that occured when not reading one full fragment from the OSS
+ audio driver.
+
+ * dlls/ddraw/ddraw/x11.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * include/cdrom.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added some missing defines for non-Linux.
+
+ * tools/winebuild/res32.c:
+ David Elliott <dfe@infinite-internet.net>
+ Fixed OFFSETOF macro definition for gcc 2.96.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ James Hatheway <james@macadamian.com>
+ Added stubs for CryptGenRandom(), CryptReleaseContext().
+
+ * controls/combo.c:
+ Susan Farley <susan@codeweavers.com>
+ Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT with the
+ NOEDITNOTIFY flag, as these msgs can come directly from the app to the
+ combo wndproc.
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Make EnumEnhMetaFile work.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Implemented RpcStringFreeA and UuidToStringA.
+
+2000-10-23 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/uninstaller.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/winemine.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, relay32/builtin32.c, tools/makedep.c, dlls/user/resources/.cvsignore, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, if1632/Makefile.in, libtest/.cvsignore, libtest/Makefile.in, libtest/hello3.spec, programs/avitools/Makefile.in, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, Make.rules.in, dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/msacm/.cvsignore, dlls/msacm/msacm32.spec, dlls/serialui/.cvsignore, dlls/serialui/serialui.spec, dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/user32.spec:
+ Build Win32 resources as .res files and dump them into the .spec.c file.
+
+ * tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
+ Added support for loading Win32 .res files.
+
+ * configure, configure.in, dlls/user/disp.rc, dlls/user/mouserc.rc, dlls/user/resources/TODO, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc16, dlls/user/resources/user32.rc, dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_Cs.rc, dlls/user/resources/user32_Da.rc, dlls/user/resources/user32_De.rc, dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Eo.rc, dlls/user/resources/user32_Es.rc, dlls/user/resources/user32_Fi.rc, dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Hu.rc, dlls/user/resources/user32_It.rc, dlls/user/resources/user32_Ja.rc, dlls/user/resources/user32_Ko.rc, dlls/user/resources/user32_Nl.rc, dlls/user/resources/user32_No.rc, dlls/user/resources/user32_Pl.rc, dlls/user/resources/user32_Pt.rc, dlls/user/resources/user32_Ru.rc, dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Wa.rc:
+ Moved all USER resources to new dlls/user/resources directory.
+
+ * include/wine/winuser16.h, include/winver.h, dlls/version/info.c, dlls/version/resource.c, dlls/version/ver.spec, dlls/version/ver16.c:
+ Duplicate resource directory searching routines instead of calling
+ pe_resource.c internal functions.
+ Made GetFileResource16 and GetFileResourceSize16 callable directly
+ instead of defining extra internal functions.
+
+ * dlls/user/exticon.c:
+ Duplicate resource directory searching routines instead of calling
+ pe_resource.c internal functions.
+
+ * tools/wrc/writeres.c:
+ Fixed duplication of typename in 16-bit assembly output.
+
+ * memory/heap.c:
+ Fixed multibyte handling in HEAP_strdupAtoW.
+
+ * dlls/winmm/mcicda/mcicda.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Always open/close the CD-ROM device for every Windows API CD-ROM
+ access.
+
+ * controls/edit.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Do not send EN_UPDATE to multi-line edit controls.
+
+ * controls/menu.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the text color of higlighted menu bar item for the Win98 look.
+ Clicking on a separator should not close the menu.
+ Do not right align 'bitmap' items and the help menu for the Win9x look
+ and feels.
+
+ * files/dos_fs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ If we have a drive pointing to /, we must not remove the final / or we
+ get the current directory doubled.
+
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/x11_private.h, include/ddraw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some basic IDirectDraw7 interface support, fixed argument count
+ of IDirectDraw{4,7}_SetDisplayMode defines.
+
+ * windows/winpos.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ - Calculate changes in the client area relative to the window
+ instead of its parent when using SWP_EX_PAINTSELF.
+ - With SWP_EX_PAINTSELF, copy only if client area changed, since a
+ window can't move relative to itself.
+ - In SWP_DoNCCalcSize, when determining if the client area
+ changed, use values relative to the window itself, not its parent.
+
+ * objects/region.c, windows/painting.c, windows/scroll.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed painting problems in non-MM_TEXT modes.
+
+2000-10-22 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c, msdos/dosconf.c, server/registry.c, tools/winebuild/main.c, tools/winebuild/spec32.c, windows/x11drv/keyboard.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Reduce the number of warnings about missing initializers.
+
+ * dlls/commdlg/cdlg32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Got rid of misleading "No Tls Space" error message.
+
+ * include/wingdi.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * dlls/dinput/dinput_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * include/process.h:
+ Patrik Stridvall <ps@leissner.se>
+ Use intermediate typedef.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win16/typelib.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msacm32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * windows/defwnd.c, windows/message.c, windows/spy.c, include/spy.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Added wParam and lParam as parameters in SPY_ExitMessage
+ Added dump for the STYLECHANG[ING|ED] messages.
+ Dump structures on exit only if message allows changes.
+
+ * win32/except.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - Print CS reg at crash MessageBox (needed for Win16 programs).
+ - Add "hint" for debugger setup.
+
+ * debugger/Makefile.in, debugger/winedbg.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added advapi32 to imported DLLs list.
+
+ * dlls/msacm/pcmconverter.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added more conversion routines (rate conversion is implemented).
+ Cleaned up the code.
+
+ * debugger/msc.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ PDB symbol header format depends only on version code.
+
+ * dlls/comctl32/listview.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not set the iSubItem part of the struct for LVM_HITTEST,
+ applications only need to pass memory space up to iItem.
+
+ * README: Andreas Mohr <amohr@codeweavers.com>
+ Mention that you need the X11 devel files.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DirectDrawCreateEx() should already return the interface for the
+ passed refiid.
+
+ * dlls/ddraw/ddraw/dga2.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Change the width / height parameter on a SetDisplayMode.
+
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
+ + miscellaneous fixes.
+
+ * dlls/user/exticon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added two checks for out of range pointer accesses.
+
+ * debugger/types.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed floating point data printing and made basic types reading more
+ robust.
+
+ * dlls/comctl32/imagelist.c:
+ Jason Mawdsley <jason@macadamian.com>
+ Fixed some flickering that was occurring in the image list control
+ when it repainted.
+
+ * dlls/winmm/wineoss/audio.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added sleep time calculation for the wodPlayer thread.
+ Changed the wodPlayer thread messaging to use its own fast 30 entries
+ ring buffer list.
+
+ * include/winbase.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Removed redundant thread priority defines.
+
+2000-10-19 Alexandre Julliard <julliard@winehq.com>
+
+ * include/process.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added crt/msvcrt thread prototypes.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Added asynchronous recording in MCI layer.
+
+ * include/winuser.h:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added support for AZERTY keyboard layout.
+
+ * dlls/winmm/wineoss/midi.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Sequencer error message fix.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Fix messages sent when right-clicking in a blank (non-item) area of a
+ listview.
+
+ * loader/pe_image.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Pass the correct hFile to PE_CreateModule.
+
+ * dlls/comctl32/header.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Draw text and icons, implement ordering functions, allow reordering
+ with mouse and fix the WM_NOTIFY target.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added support for AZERTY keyboard layout.
+
+ * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
+ <ewill@ncal.verio.com>
+ Changed GROUP to PROGGROUP.
+
+ * files/dos_fs.c, files/file.c, include/winnt.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Skip directory symlinks in DOSFS_FindNextEx.
+
+ * dlls/wineps/escape.c: Brian Pirie
+ Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
+
+ * include/wine/obj_base.h, include/objbase.h, include/oleauto.h, include/olectl.h, include/wininet.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added/fixed missing extern "C".
+
+ * console/interface.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed a char/NULL comparison.
+
+ * include/winerror.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added the {HRESULT,SCODE}_SEVERITY macros.
+
+ * dlls/user/exticon.c, dlls/version/resource.c, include/module.h, loader/pe_resource.c, dlls/shell32/shell.c:
+ Use a binary search to find entries in resource directories.
+ Fixed GetResDirEntryA/W prototypes.
+
+ * dlls/shell32/iconcache.c, include/winuser.h:
+ Call PrivateExtractIcon in user32 instead of duplicating the code.
+
+ * dlls/winmm/wineoss/audio.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Should test unixdev against -1 (see wodOpen/widOpen).
+ widRecorder: bytesRead is now tested against (DWORD) -1.
+
+ * loader/elfdll.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Back out my ELFDLL_dlopen patch and add a warning for future misguided
+ hackers.
+
+ * memory/global.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Allow freeing locked global memory handles.
+
+ * windows/mdi.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Watch out for DefMDIChildProc calls on non-MDI-child windows.
+
+ * graphics/x11drv/oembitmap.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Don't hold the X11 lock while calling GDI object routines.
+
+ * dlls/x11drv/x11drv_main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Do not do any GLX calls on a display that does not support GLX.
+
+ * dlls/comctl32/listview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Recalculate nItemHeight when LVS_SETIMAGELIST is called. Fixes icons
+ being chopped off in the file dialog window. Align items to top and
+ refresh after sorting, as windows does.
+
+ * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
+
+ * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplobby.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Add proper message reply mechanism and sp player data storage
+ - More implementation and fixes
+
+ * include/poppack.h, include/pshpack1.h, include/pshpack2.h, include/pshpack4.h, include/pshpack8.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added support for three levels of nesting of the 'pragma pack'
+ directives.
+
+2000-10-17 Alexandre Julliard <julliard@winehq.com>
+
+ * msdos/int20.c, msdos/int21.c, include/dosexe.h, include/task.h, loader/dos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented DOS INT21 AH=4B (EXEC).
+
+ * windows/x11drv/keyboard.c, include/winuser.h:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added support for keyboard input in various locales.
+
+ * dlls/comctl32/listview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Implement LVM_SETITEMPOSITION32.
+
+ * dlls/comctl32/treeview.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
+ message target.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Added flag and notification definitions for ComboBoxEx.
+
+ * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented old Win 2.x string functions.
+
+ * dlls/ddraw/ddraw/x11.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Warning fix.
+
+ * server/ptrace.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add appropriate casts to caddr_t for the third parameter of ptrace().
+
+2000-10-15 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/dos/dosvm.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of recent bugs, and added some more safeguards (could
+ be handy for portability anyway) and trace statements.
+
+ * server/process.c, server/registry.c, server/serial.c, server/trace.c, tools/make_requests, scheduler/process.c, misc/registry.c, memory/registry.c, include/server.h, dlls/kernel/comm.c, files/dos_fs.c, dlls/advapi32/registry.c:
+ Converted a few more server requests to the new mechanism.
+
+ * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
+ Fixed a few prototypes.
+
+ * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
+ Set selector 0000H base to 0xf0000 until the first 64K are
+ unprotected.
+
+ * dlls/shell32/shellord.c, dlls/shell32/shlfileop.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
+ were used ; destination buffer doesn't have a fixed size).
+ Fixed FormatMessage parameter warnings (it's now a va_list*).
+
+ * dlls/ddraw/ddraw/dga.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Remove unused variable orig_mode.
+
+ * dlls/comctl32/updown.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
+ is given.
+
+ * dlls/comctl32/datetime.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Localization and expect leapdays when looking for the length of a
+ month.
+
+ * dlls/comctl32/monthcal.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Localization and many changes to behaviour and outlook.
+
+ * dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/rsrc.rc:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Split out resources that might be localized.
+ Added German resources.
+
+ * dlls/comctl32/comctl32.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added additional resource IDs.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stubbed LookupAccountNameA.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Return "default" DirectDraw driver if we have at least one driver
+ registered.
+
+ * windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Fixed behaviour of window's system buttons.
+
+ * dlls/user/resource.c:
+ Rein Klazes <rklazes@casema.net>
+ LoadStringA inserts terminating null in the buffer when the string
+ resource is an empty string or when it can not be found.
+
+2000-10-13 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Implemented the IDC_HAND cursor.
+
+ * dlls/kernel/format_msg.c, include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed the signature of the FormatMessage APIs.
+
+ * include/Makefile.in, include/mcx.h, include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ The MODEM stuff has been spun off to its rightful place: mcx.h.
+
+ * include/winnt.h, include/winsock.h, include/windows.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Completed/corrected the list of include files.
+ Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
+
+ * include/wingdi.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a NOGDI protection.
+ Replaced _MAX_PATH with MAX_PATH.
+ #undef can be used directly on TRANSPARENT.
+
+ * include/ole2.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Must include objbase.h.
+
+ * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ HFILE is an int, not a regular HANDLE.
+
+ * include/winuser.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added MSGF_DDEMGR.
+
+ * dlls/ddraw/ddraw/x11.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed incorrect format string.
+
+ * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Added changing mouse cursor when over a help topic link.
+
+ * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented DirectInputCreateEx.
+
+ * dlls/comctl32/treeview.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Do not send a WM_CONTEXTMENU message when a TreeView receives a
+ WM_RBUTTONUP.
+
+ * if1632/findfunc, tools/findfunc:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Make findfunc look for .spec files, and put it with the other tools.
+
+ * memory/virtual.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
+ and IsBad[Read|Write]Ptr.
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/shell32/shell32_main.c, dlls/shell32/shlfolder.c, dlls/winmm/wineoss/audio.c, loader/loadorder.c, memory/registry.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - stupid spelling fixes
+ - some more loadorder array work
+
+ * dlls/ole32/stg_stream.c, files/drive.c, files/file.c, include/ntddk.h, dlls/kernel/time.c, dlls/ntdll/large_int.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+ Added a few more large integer functions.
+
+ * dlls/gdi/gdi32.spec, objects/dc.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Stubbed GetDeviceGammaRamp.
+
+ * msdos/int21.c:
+ Peter Hawkins <peter@hawkins.emu.id.au>
+ Added DOS int 21h function 4452h support (DR-DOS version check).
+
+ * graphics/x11drv/dib.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fill in the dsBmih.biSizeImage field of DIBSections with the
+ calculated bitmap size.
+
+ * dlls/winmm/wineoss/midi.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Indicate that the MIDI error message only affects programs that need MIDI.
+
+ * memory/heap.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Get rid of shared heap fixme messages.
+ Slightly corrected my heap commit patch (Xilinx).
+
+ * loader/dos/dosvm.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
+ purposefully shuffle the interrupt vectors around.
+
+ * dlls/comctl32/treeview.c:
+ Susan Farley <sfarley@codeweavers.com>
+ To improve custom-drawn items, add focus border to itemRects and do
+ not overlap them.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/comm.c, dlls/kernel/kernel_main.c, files/dos_fs.c, include/comm.h, include/msdos.h, misc/Makefile.in, misc/comm.c, msdos/int11.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Moved comm.c into kernel32.
+
+ * include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Claim that our headers conform to the version 5.0.
+
+ * include/prsht.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ The string fields in PROPSHEETPAGEA should be ANSI strings.
+
+ * include/olectl.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added the missing TVINSERTSTRUCT synonyms.
+ Added missing CBEIF_xxx definitions.
+
+ * dlls/oleaut32/ole2disp.c, include/oleauto.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed the signature of SysAllocStringByteLen.
+
+ * dlls/comctl32/status.c, include/win.h, include/winuser.h, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Status bars on managed windows should not have SIZEGRIP style.
+
+ * dlls/ntdll/reg.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make reg the default output chanel.
+
+ * dlls/winsock/socket.c:
+ Rein Klazes <rklazes@casema.net>
+ Ignore setsockopt calls that make the size of the receive buffer too
+ small.
+
+ * dlls/comctl32/listview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Subitems of listviews were not painted with the right background when:
+ -LVS_EX_FULLROWSELECT style is defined
+ -item is selected
+ -Listview doesn't have the focus.
+
+ * server/sock.c:
+ Stephane Lussier <stephane@macadamian.com>
+ After accept is called on the socket, the listening socket needs to be
+ reselected.
+
+ * memory/registry.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for buffer overflows on data returns from RegQueryValueExA.
+
+ * include/wine/unicode.h: Konrad Rieck <kr@r0q.cx>
+ Changed repne to repnz for Solaris assembler.
+
+2000-10-12 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winbase.h, include/windef.h, include/wine/winbase16.h, include/winnls.h, include/winnt.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
+ API to winnls.h.
+ Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
+ winnt.h.
+
+ * dlls/user/resource.c, include/winuser.h, windows/cursoricon.c, windows/winhelp.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added many missing *Pxxx types.
+ Removed a few *LPxxx types that are not supposed to be there (in
+ particular LPICONINFO).
+ Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
+ DLGITEMTEMPLATE).
+ WINHELP and PE_ACCEL are internal types.
+ MULTIKEYHELP and HELPWININFO both have an A and W variant.
+ NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
+ Added missing ARW_xxx defines (for sysmetrics).
+
+ * include/wtypes.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ ROTFLAGS have their own ifdef protection, take them out of the
+ _SECURITY_DEFINED ifdef block.
+
+ * include/wingdi.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a declaration for GetEnhMetaFileDescription.
+
+ * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
+ Added Fonts registry key.
+
+ * win32/except.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed regression for debugger startup event creation.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Fix depressed state with flat toolbars so pressing the buttons draws
+ the button in a depressed state. Fix bitmap offsets, fixes bitmap
+ offset problems in file common dialog.
+
+ * dlls/comctl32/treeview.c:
+ Susan Farley <sfarley@codeweavers.com>
+ On InsertItem with TVI_FIRST, the check for resetting firstVisible
+ must be done *before* the parent's firstChild changes.
+
+ * dlls/ddraw/dsurface/x11.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support non-buffered overlays.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Rewrite to support rows of bands.
+ Draw separators between bands in rows and between rows.
+ Support text and background color and color propagation.
+ Improve layout code.
+ Make fMask in internal structure the indicator of valid information.
+ Fix size of grippers.
+ Add debugging traces for future.
+
+ * dlls/comctl32/header.c:
+ Serge Ivanov <sergei@corel.com>
+ Simple NULL check.
+
+ * dlls/comctl32/listview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Background should not be drawn if the background color is CLR_NONE.
+ - Don't change the size to 0 for the header control of listview with
+ LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
+ header control is enough.
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added 16 (565) -> 15 (555) bit depth converter.
+
+ * graphics/x11drv/codepage.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added support for cp936.
+
+ * relay32/relay386.c: Work-around for gcc bug.
+
+ * dlls/ddraw/ddraw/x11.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implememnted GetFourCCCodes.
+
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga_private.h, dlls/ddraw/x11_private.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Enable XF86vmode switching possible for X11 too.
+
+ * dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/pcmconverter.c, dlls/msacm/wineacm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added PCM converter internal driver.
+ A few driver handling fixes.
+
+ * configure, configure.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed the OpenGL detection code.
+
+ * debugger/stabs.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed loading of symbols from libraries.
+
+ * win32/file.c: Rein Klazes <rklazes@casema.net>
+ Prevent SetFileAttributeA from making directory read-only.
+
+ * include/windef.h, include/wine/obj_base.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Enable anonymous struct/union support by default in both C and C++.
+ Disable them for compilers known not to support them.
+ Disable them for the WINE code.
+
+ * include/dde.h, include/winuser.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added four DDElParam functions.
+ Now needs an 'extern "C"' protection for C++.
+
+ * dlls/user/ddeml.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the parameter types and comments of the DDElParam functions.
+
+ * include/winbase.h, include/wininet.h:
+ Francois Gouget <fgouget@free.fr>
+ Removed stray A/W from invocations of WINELIB_NAME_AW.
+
+ * msdos/int11.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Removed dependency on globals LPT[] and COM{}.
+
+ * dlls/oleaut32/oleaut32.spec, include/oleauto.h:
+ Francois Gouget <fgouget@free.fr>
+ Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs.
+
+ * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
+ Replace null bytes by spaces in WriteConsoleOutputA call.
+
+ * dlls/winmm/mcicda/mcicda.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ MCICDA didn't open/close the door when calling the command without
+ valid parameter block (i.e. == NULL).
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Implementation of OleLockRunning function.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Corrected some segvs that occur with ownerdata listviews.
+
+ * objects/region.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Return values are reversed in failure/rgdata == NULL case in
+ GetRegionData (was merge error by me).
+
+ * win32/except.c, winedefault.reg:
+ Andreas Mohr <a.mohr@mailto.de>
+ Changed debugger launching to auto per default.
- * [loader/libres.c]
- Changed the sysres load functions to support wrc generated
- resources.
+ * dlls/kernel/nls/dan.nls:
+ Niels Kristian Bech Jensen <nkbj@image.dk>
+ Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
+
+ * dlls/winmm/wineoss/audio.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
+
+2000-10-03 Alexandre Julliard <julliard@winehq.com>
- * [resource/sysres_*.rc]
- Added #include <windows.h>
+ * include/drive.h, scheduler/process.c, files/drive.c:
+ Use special environment variables to transmit the cwd of the various
+ drives to child processes (based on a patch by Andreas Mohr).
- * [resource/sysres.c]
- Changed declarations to match wrc's output
+ * include/msacm.h, include/tchar.h, include/wininet.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
+ WINELIB_NAME_AW macros.
- * [resource/Makefile.in]
- Changed rules to work with wrc.
+ * include/oleauto.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added some missing 'SysAllocString' prototypes.
+ Added some missing 'TypeLib' prototypes.
- * [tools/makedep.c]
- Changed generation of .rc file dependencies to .s target.
+ * dlls/oleaut32/typelib.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed some prototypes.
-Thu May 28 22:28:39 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * include/bitmaps/ocr_ibeam:
+ Aric Stewart <aric@codeweavers.com>
+ Added a white border around the I-beam cursor.
- * [files/file.c][include/windows.c][relay32/kernel32.spec]
- Implemented GetFileAttributesEx32A/W.
+2000-10-02 Alexandre Julliard <julliard@winehq.com>
- * [misc/imagelist.h][include/commctrl.h][relay32/comctl32.spec]
- Added ImageList_Read and ImageList_Write stubs.
- Added ImageList_AddIcon function.
- Added ImageList_LoadImage. It is the same as ImageList_LoadImage32A.
+ * memory/global.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect GlobalHandle() against bad parameters.
- * [controls/header.c]
- Fixed bitmap drawing bug.
- Added full bitmap support.
+ * debugger/stack.c:
+ Fixed backtrace for apps that never called down to 16-bit code.
+n
+ * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
+ Make sure that we skip tasks with missing hInstance.
- * [include/commctrl.h]
- Added missing header macros.
+ * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
+ Introduced a new arena flag called GA_DOSMEM to distinguish between
+ DOSMEM and normal "windows" global mem.
- * [controls/toolbar.c][include/toolbar.h][include/commctrl.h]
- [controls/commctrl.c] [relay32/comctl32.spec]
- First implementation of toolbar control.
- Implemented CreateToolbar, CreateToolbarEx and CreateMappedBitmap.
+ * dlls/winmm/mmio.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Bug fixes in mmio, related to buffering in record mode.
- * [controls/progress.c][controls/status.c]
- Some code cleanup.
+2000-10-02 Alexandre Julliard <julliard@winehq.com>
- * [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
- Removed CreateStatusWindow16 and DrawStatusText16.
- CreateStatusWindow is the same as CreateStatusWindow32A.
- DrawStatusText is the same as DrawStatusText32A.
+ * ChangeLog, include/version.h, ANNOUNCE:
+ Release 20001002.
-Thu May 28 16:01:28 1998 Matthew J. Francis <asbel@dial.pipex.com>
+----------------------------------------------------------------
+2000-10-02 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitmap.c] [objects/bitmap.h] [objects/oembitmap.c]
- [objects/dc.c] [graphics/x11drv/bitblt.c]
- Added partial implementation of CreateDIBSection, with great thanks
- to Ulrich Weigand <weigand@informatik.uni-erlangen.de> for
- contributing the bulk of the patch.
+ * memory/global.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect GlobalHandle() against bad parameters.
-Wed May 27 19:04:31 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ * debugger/stack.c:
+ Fixed backtrace for apps that never called down to 16-bit code.
- * [win32/kernel32.c] [if1632/thunk.c] [include/flatthunk.h]
- ThunkConnect16 and related functions moved to emulator.
+ * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
+ Make sure that we skip tasks with missing hInstance.
- * [loader/ne/segment.c]
- Call DllEntryPoint with correct arguments.
+ * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
+ Introduced a new arena flag called GA_DOSMEM to distinguish between
+ DOSMEM and normal "windows" global mem.
- * [relay32/builtin32.c]
- Bugfix: Relay debugging did not work for multiple processes.
+ * dlls/winmm/mmio.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Bug fixes in mmio, related to buffering in record mode.
- * [controls/menu.c]
- Bugfix: dwItemData was not set for MF_OWNERDRAW menus.
+ * server/registry.c, server/request.h, server/trace.c, memory/registry.c, include/ntddk.h, include/server.h, dlls/ntdll/reg.c, dlls/advapi32/registry.c:
+ Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
+ Fixed a few bugs.
- * [if1632/relay.c] [relay32/relay386.c]
- Relay messages converted to use DPRINTF.
+ * dlls/kernel/kernel32.spec:
+ Forward all large integer functions to ntdll.
- * [controls/desktop.c] [relay32/user32.spec]
- Implemented PaintDesktop.
+ * ole/ole2nls.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetDateFormatA: Check range and recalculate wDayOfWeek.
+ OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
+ LOCALE_S(ABBREV)DAYNAMEx.
- * [files/profile.c] [if1632/kernel.spec] [misc/network.c]
- [misc/printdrv.c] [relay32/winspool.spec]
- [win32/ordinals.c] [relay32/kernel32.spec]
- Some stubs added.
+ * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [relay32/mpr.spec]
- All ordinals were off by one.
+ * tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/wnaspi32.api, tools/winapi_check/win16/mmsystem.api, tools/winapi_check/win16/setupx.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/modules.dat:
+ Patrik Stridvall <ps@leissner.se>
+ - Support for stdcall64
+ - Minor API updates.
-Tue May 26 13:32:57 1998 Bill Hawes <whawes@star.net>
+ * loader/loadorder.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Beautified the loadorder array (group DLLs according to functionality,
+ add group header comments, ...), added builtin x11drv and winaspi.
- * [misc/lstr.c] [include/casemap.h] [tools/unimap.pl]
- Added Unicode case conversion routines towupper/towlower,
- with mapping tables casemap.h created by tools/unimap.pl.
+ * dlls/msacm/internal.c:
+ James Hatheway <james@macadamian.com>
+ Silence unneeded exception to allow easier ACM debugging.
- * [misc/ntdll.c] [include/winnls.h] [relay32/ntdll.spec]
- [relay32/advapi.spec]
- Minimal implementation of IsTextUnicode, just enough to get
- NT4 notepad to open ascii/unicode files.
+2000-10-01 Alexandre Julliard <julliard@winehq.com>
- * [Make.rules.in] [resources/sysres_En.rc]
- Added include file dlgs.h for building resource files, so that
- resources can refer to defined values (e.g. pshHelp).
+ * include/server.h, memory/registry.c, server/registry.c, server/request.h, server/trace.c, tools/make_requests, dlls/advapi32/registry.c, dlls/ntdll/reg.c:
+ Converted some of the registry server requests to the new request
+ mechanism.
- * [misc/crtdll.c] [relay32/crtdll.spec]
- Use towupper/towlower for 32W case conversions.
+ * win32/time.c, dlls/ntdll/Makefile.in, dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/time.c, include/ntddk.h, include/winnt.h, scheduler/timer.c, dlls/kernel/time.c:
+ Implemented a bunch of large integer functions in ntdll.
- * [memory/string.c]
- Use towupper for 32W case conversions.
+ * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
+ Added stdcall64 entry point type to allow correct relay debugging
+ support for functions that return 64-bit values.
- * [ole/ole2nls.c]
- Use towupper for 32W case conversions; fix mem leak; minor cleanup
+2000-09-29 Alexandre Julliard <julliard@winehq.com>
- * [controls/edit.c]
- Added soft break flag to edit state. Print unknown action values
- for WM_VSCROLL (action 190 occurs when running NT4 notepad.)
+ * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
+ Make sure we commit enough memory in a new subheap.
-Mon May 25 22:42:40 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ - moved some code from WINSPOOL_GetPrinterDriver into new function
+ WINSPOOL_GetDriverInfoFromReg
+ - bug fix in function GetPrinterDirectoryW: free local variable not
+ the one from function interface
+ - implemented EnumPrinterDriversA|W
- * [files/file.c]
- Care for a pathological case in SetFilePointer.
+ * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
+ Fixed the default value handling (trailing spaces of the default value
+ are clipped).
+ section == NULL, key_name == NULL undoc. feature is only valid in Win32.
- * [graphics/x11drv/xfont.c]
- Handle longer Font names in LFD_ComposeLFD and try to catch errors.
+ * dlls/ntdll/sync.c, include/ntddk.h, loader/task.c, scheduler/Makefile.in, scheduler/critsection.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/syslevel.c, win32/Makefile.in, win32/except.c, win32/kernel32.c, win32/newfns.c, win32/process.c, win32/time.c, dlls/kernel/Makefile.in, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/time.c:
+ Moved a bunch of routines to kernel32.dll (with the help of
+ Dimitrie O. Paun).
- * [loader/pe_image.c]
- Unload Dummymodule when PE_LoadLibraryEx32A fails with
- PE_LoadImage (makes Encarta 98 installer proceed).
+ * objects/palette.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ GDISelectPalette16 checked GetObjectType() return value for
+ PALETTE_MAGIC instead of OBJ_PAL.
- * [misc/registry.c]
- Move a check for a special case in RegCreateKeyEx32W after the
- check for existence.
+ * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Moved DLLVERSIONINFO to shlwapi.h.
-Tue May 25 20:18:26 1998 Matthew Becker <mbecker@glasscity.net>
+ * dlls/shell32/shell.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Let InternalExtractIcon16 load icons from builtin DLLs.
- * [misc/ntdll.c]
- Added some stubs, just guessing at the size of their param lists.
+ * dlls/comctl32/toolbar.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Modified the bitmap centering algorithm to take the button's border
+ into account.
+
+ * windows/timer.c, include/message.h, windows/message.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Before calling the timer window proc, make sure it is valid.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
+ Removed a few dependencies on kernel32 functions.
- * [misc/registry.c]
- Added stubs for RegUnLoadKey, RegSetKeySecurity, RegSaveKey,
- RegRestoreKey, and RegReplaceKey
+ * dlls/ntdll/ntdll.spec, include/ntddk.h, include/winbase.h, scheduler/critsection.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, dlls/ntdll/critsection.c:
+ Moved critical section implementation to ntdll.
+
+ * windows/x11drv/Makefile.in, win32/Makefile.in, windows/Makefile.in, scheduler/Makefile.in, tsx11/Makefile.in, relay32/Makefile.in, resources/Makefile.in, objects/Makefile.in, ole/Makefile.in, misc/Makefile.in, miscemu/Makefile.in, msdos/Makefile.in, loader/ne/Makefile.in, memory/Makefile.in, loader/Makefile.in, loader/dos/Makefile.in, graphics/x11drv/Makefile.in, if1632/Makefile.in, graphics/win16drv/Makefile.in, graphics/enhmetafiledrv/Makefile.in, graphics/metafiledrv/Makefile.in, files/Makefile.in, graphics/Makefile.in, console/Makefile.in, controls/Makefile.in, Make.rules.in:
+ Moved $(MODULE).o rule out of Make.rules into the individual
+ Makefiles.
- * [programs/regtest/regtest.c]
- Updated registry testing program.
+ * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
+
+ * objects/region.c:
+ Sergei Ivanov <sergei@corel.com>
+ Fixed return values of GetRegionData.
+
+ * dlls/comctl32/toolbar.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
+ WM_COMMAND for the button has been sent, rather than before.
+
+ * dlls/winmm/winmm_res.rc:
+ Francois Jacques <francoisj@macadamian.com>
+ Use waveaudio, not waveform.
+
+ * dlls/ole32/compobj.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix a couple of TRACE messages.
+
+ * debugger/stabs.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Added missing cast.
+
+ * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the return type of mixerMessage16.
+
+ * include/winver.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Renamed VS_USER_INFO to VS_USER_DEFINED.
+
+2000-09-27 Alexandre Julliard <julliard@winehq.com>
+
+ * include/builtin32.h, miscemu/.cvsignore, miscemu/Makefile.in, miscemu/main.c, miscemu/wine.spec, relay32/builtin32.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in:
+ Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
+ Generate the import table directly in PE format.
+ Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
+ main wine binary.
+
+ * dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/user32.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/winsock/ws2_32.spec, dlls/Makefile.in, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec:
+ Added a few missing imports.
+
+ * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added various type and macro definitions that are needed to compile
+ the latest MFC.
+
+ * dlls/winmm/wineoss/midi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Store a copy of MIDIOPENDESC information instead of pointer.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Unlock win16 crst while thunking up to 32 bit dll.
+
+ * dlls/wininet/internet.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Include <unistd.h> for prototype of select().
+
+ * server/sock.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Socket returned by accept function of Microsoft API should keep the
+ properties of the listening socket. This is also true for non-blocking
+ property.
+
+ * windows/winpos.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ If window was not resized and not moved, repaint only itself excluding
+ parent.
+
+ * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
+ Generate Win32 dll descriptor structure in the .spec.c file so that we
+ don't need to depend on builtin32.h.
+
+ * include/Makefile.in, include/mouse.h, include/zmouse.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Created zmouse.h, moved wheel code from mouse.h into it.
+
+ * dlls/winmm/mcicda/mcicda.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ MCI_STATUS_LENGTH on Windows returns one frame less than the total
+ track length for the last track on a CD. This also affects queries
+ for the total length of the CD.
+
+ * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
+ Fixed a few non portable zero-size array declarations.
+
+ * files/drive.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Have the UNIX cwd follow the current directory on the current drive.
+
+ * windows/x11drv/event.c:
+ Stephane Lussier <stephane@macadamian.com>
+ On reception of a FocusOut event, don't deactivate the application if the
+ next window to get the focus is a Wine window.
+
+2000-09-26 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/status/directplay, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/Makefile.in, dlls/dplayx/Makefile.in:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Remove winmm hack in dplay code
+ - Fix up some missing holes in the code
+ - More message implementation
+ - Status documentation update
+
+ * Make.rules.in, Makefile.in:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Migrate $LDFLAGS from configure to Makefile and into main wine
+ executable.
+
+ * relay32/builtin32.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Display an ERR() in case of undefined symbols.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Started some basic work on the more or less undocumented SETUPX
+ functions.
-Sun May 24 18:11:40 1998 Alex Priem <alexp@sci.kun.nl>
+ * dlls/comctl32/toolbar.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
+ pressed flags on WM_CAPTURECHANGED.
- * [file/profile.c]
- Added flag 'return_values' to PROFILE_GetSection.
+ * objects/dc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ WORD is unsigned, so we need to transalte 0xffff into -1.
-Sun May 24 13:41:10 1998 James Juran <jrj120@psu.edu>
+ * windows/x11drv/event.c, win32/console.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/nonclient.c, windows/win.c, include/wine/winuser16.h, msdos/dosaspi.c, msdos/xms.c, ole/ole2nls.c, include/wine/exception.h, include/wine/keyboard16.h, include/wine/mmsystem16.h, include/wine/obj_base.h, include/wine/winaspi.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winnet16.h, include/wine/winsock16.h, include/winbase.h, include/wincon.h, include/windef.h, include/wingdi.h, include/winnls.h, include/winproc.h, include/winsock.h, include/winsock2.h, include/winuser.h, include/winver.h, include/wnaspi32.h, include/wownt32.h, include/wtypes.h, include/neexe.h, include/nonclient.h, include/ntsecapi.h, include/ole.h, include/ole2.h, include/oleauto.h, include/shellapi.h, include/task.h, include/thread.h, include/toolhelp.h, include/vfw.h, include/win.h, include/winaspi.h, include/aspi.h, include/basetsd.h, include/builtin16.h, include/cdrom.h, include/clipboard.h, include/commdlg.h, include/dce.h, include/ddeml.h, include/dinput.h, include/file.h, include/global.h, include/local.h, include/lzexpand.h, include/message.h, include/miscemu.h, include/mmddk.h, include/mmsystem.h, include/module.h, include/msacm.h, include/Makefile.in, if1632/snoop.c, dlls/winspool/info.c, files/file.c, dlls/winsock/socket.c, dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/winemm.h, dlls/winaspi/aspi.h, dlls/winaspi/winaspi16.c, dlls/win32s/w32sys.c, dlls/version/ver16.c, dlls/user/ddeml.c, dlls/user/ddeml16.h, dlls/user/bidi16.c, dlls/shell32/pidl.h, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/setupapi/setupx_main.c, dlls/shell32/pidl.c, dlls/rpcrt4/rpcrt4_main.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/msvideo/msvideo_main.c, dlls/msvideo/vfw16.h, dlls/msvideo/drawdib.c, dlls/msacm/msacm_main.c, dlls/msacm/msacmdrv.h, dlls/msacm/wineacm.h, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c, dlls/gdi/bidi16.c, dlls/gdi/printdrv.c, dlls/kernel/stress.c, dlls/dsound/dsound_main.c, dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/comctl32/updown.c, dlls/comctl32/status.c, dlls/comctl32/treeview.c, dlls/comctl32/progress.c, controls/listbox.c, controls/menu.c, controls/scroll.c:
+ Moved all Win16 definitions out of the standard Windows headers.
- * [misc/shell.c] [files/directory.c]
- Documentation/debugging info additions.
+ * loader/pe_resource.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Avoid crashes if 16-bit module handle was passed to the 32-bit
+ resource enumerator.
- * [*/*.c] [include/*.h]
- Moved many extern function definitions to appropriate header files.
- Cleaned up a few compile warnings.
- If #include "debug.h" is present, removed #include <stdio.h>.
- debug.h includes stdio.h, so it is not necessary to include both.
+ * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, include/ddraw.h, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, wine.ini:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added support for DirectDraw overlays using the XVideo extension.
- * [graphics/*.c] [if1632/signal.c] [ipc/*.c] [scheduler/*.c]
- [win32/*.c] [windows/*.c]
- Final patch to convert fprintf statements to new debugging interface.
- Some fprintfs are still left, especially in the debugger/ directory.
- However, IMHO, it's not worth the effort to change the rest.
+ * graphics/x11drv/codepage.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Code cleanup.
+ Add checking for invalid DBCS trailer bytes.
-Fri May 22 21:58:35 1998 Morten Welinder <terra@diku.dk>
+ * include/commctrl.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some commctl header issues reported in newsgroup.
- * [windows/keyboard.c]
- Correct handling of keys "`-=[]\;',./".
+ * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
+ A few includes cleanup.
+
+ * programs/regapi/regapi.c, programs/winhelp/macro.c, programs/notepad/dialog.c, loader/main.c, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_propertystorage.h, include/wine/obj_queryassociations.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h, include/wine/obj_shellview.h, include/wine/obj_storage.h, include/wine/undocshell.h, include/wine/obj_cache.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h, include/wine/obj_contextmenu.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h, include/wine/obj_enumidlist.h, include/wine/obj_errorinfo.h, include/wine/obj_extracticon.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, include/dlgs.h, include/main.h, include/ocidl.h, include/ole2.h, include/oleauto.h, include/oleidl.h, include/shell.h, include/shlobj.h, include/shlwapi.h, include/windows.h, dlls/shlwapi/regstream.c, dlls/oleaut32/olefont.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/classes.c, dlls/shell32/enumidlist.c, dlls/shell32/memorystream.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shellfolder.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/systray.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.h, dlls/oleaut32/connpt.c, dlls/comctl32/imagelist.c, dlls/commdlg/cdlg.h, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c:
+ Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
+
+2000-09-25 Alexandre Julliard <julliard@winehq.com>
-Fri May 22 12:06:00 1998 Per Lindström <pelinstr@algonet.se>
+ * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
+ Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
+
+ * relay32/relay386.c, relay32/snoop.c, win32/device.c, windows/keyboard.c, windows/winproc.c, msdos/dpmi.c, msdos/int10.c, msdos/int13.c, msdos/int15.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, msdos/xms.c, loader/ne/module.c, loader/ne/segment.c, memory/instr.c, memory/selector.c, misc/error.c, misc/system.c, msdos/devices.c, msdos/dosaspi.c, include/miscemu.h, include/winnt.h, loader/dos/dosvm.c, loader/task.c, dlls/kernel/thunk.c, dlls/kernel/win87em.c, dlls/ntdll/rtl.c, dlls/user/mouse.c, if1632/relay.c, if1632/snoop.c, debugger/registers.c:
+ Removed some of the XXX_reg macros now that we are using the standard
+ CONTEXT86 structure everywhere.
+
+ * windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/timer.c, win32/console.c, misc/comm.c, misc/cpu.c, misc/main.c, misc/version.c, ole/ole2nls.c, scheduler/event.c, loader/module.c, loader/ne/convert.c, loader/ne/resource.c, memory/atom.c, memory/environ.c, memory/registry.c, memory/virtual.c, misc/cdrom.c, files/dos_fs.c, files/profile.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, include/winbase.h, dlls/shlwapi/path.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/shell32/shellpath.c, dlls/shell32/shv_item_cmenu.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/ole2.c, dlls/kernel/format_msg.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/crtdll/mbstring.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, controls/listbox.c, controls/menu.c:
+ Removed inclusion of wine/winestring.h from winbase.h and added it to
+ the C files that need it.
+
+2000-09-24 Alexandre Julliard <julliard@winehq.com>
- * [include/windows.h] [relay32/kernel32.spec] [win32/console.c]
- Added stub for ReadConsoleOutputCharacter32A.
+ * msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int09.c, msdos/int2f.c, msdos/int33.c, memory/instr.c, loader/dos/dosvm.c, loader/dos/module.c, loader/task.c, include/ldt.h, include/miscemu.h, include/winnt.h, include/dosexe.h:
+ Moved most global data out of the LPDOSTASK structure.
+ Allocate DPMI real-mode segments globally at startup.
+ Try to allocate DOS memory at address 0.
+
+ * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
+ Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
+ Farnum).
+
+ * memory/virtual.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Locks the virtual views linked list.
+
+ * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
+ Rein Klazes <rklazes@casema.net>
+ Make calls to gethostbyname, gethostbyaddr, getservbyname,
+ getservbyport, getprotobyname and getprotobynumber thread-safe.
+
+ * graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use appropriate charset if facenames of font is known.
+ Use CP_ACP if DEFAULT_CHARSET is requested.
+
+ * controls/listbox.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ In WM_DRAWITEM, always calls the app with a valid current focus_item.
+
+ * debugger/winedbg.c, debugger/stack.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/expr.c, debugger/db_disasm.c, debugger/break.c:
+ Improved support for vm86 mode.
+
+ * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+ Added support for exception handling while in vm86 mode.
+ Fixed a couple of bugs in vm86 support.
+
+ * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed format strings.
+
+ * dlls/comctl32/commctrl.c:
+ Francois Gouget <fgouget@free.fr>
+ Added set WS_CHILD and CCS_TOP to the toolbar's style.
+ TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
+ defaults.
+
+ * dlls/comctl32/toolbar.c:
+ Francois Gouget <fgouget@free.fr>
+ The size of the comctl32 internal bitmaps is 24x24 not 26x26.
+ Fixed minor typos.
+
+ * tools/wrc/parser.l, tools/wrc/README.wrc:
+ Francois Gouget <fgouget@free.fr>
+ Filenames may contain '/' and '\'.
+ Small typo fixes.
+
+2000-09-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Paint background before drawing item and subitems. Paint any area of
+ the control not occupied by items. Early out of LISTVIEW_RefreshXXX
+ if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
+ has items to draw.
+
+ * windows/x11drv/event.c, windows/x11drv/keyboard.c, server/main.c, server/object.h, server/process.c, server/trace.c, scheduler/process.c, misc/main.c, include/options.h, include/server.h, include/x11drv.h, dlls/x11drv/x11drv_main.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Make GetTickCount not use the whole Unix epoch (since 1970) any more,
+ since that crashed several games or caused problems with them as they
+ aren't used to a high Windows uptime of more than 24.9 days.
+
+ * scheduler/client.c:
+ Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
+ Added S_ISFIFO check for Solaris.
+
+ * include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a macro for _declspec (backward compatibility synonym of
+ __declspec).
+ Removed the dllimport and dllexport macros.
+
+ * include/objbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Must include 'stdlib.h'.
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/driver.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h, dlls/wineps/rsrc.rc, dlls/wineps/wineps.spec, dlls/wineps/wps_En.rc, dlls/wineps/wps_xx.rc, dlls/wineps/.cvsignore, dlls/Makefile.in:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Paper size and orientation prop sheet for wineps.
+
+ * dlls/user/text.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
+ flags in DrawText.
+
+ * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
+ Fixed WinExec16 to handle quoted filenames correctly.
+
+ * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
+ Damyan Ognyanoff <Damyan@rocketmail.com>
+ IErrorInfo is now derived from IUnknown.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Correct some situations with listview selections. Specifically fixed
+ situations where in an OWNERDATA listview the selection ranges become
+ invalid if the number of items is changed. Additional fixes a few
+ problems resulting in loops in RemoveAllSelections.
+
+ * include/mmsystem.h, include/wingdi.h, include/winuser.h:
+ Francois Gouget <fgouget@free.fr>
+ Added a few missing macros, types and prototypes.
+
+ * include/winres.h:
+ Francois Gouget <fgouget@free.fr>
+ New file. All RC files generated by VC6 include afxres.h which in turn
+ includes this file.
+
+ * windows/queue.c, windows/message.c, windows/nonclient.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling, trace fixes.
+
+ * memory/environ.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added SetLastError() in GetEnvironmentVariableA.
+
+ * graphics/x11drv/text.c:
+ Damyan Ognyanoff <Damyan@rocketmail.com>
+ Added error correction when using symbol offsets.
+
+ * dlls/winmm/mciseq/mcimidi.c:
+ Eric Pouech <eric.pouech@voila.fr>
+ Fixed reentrancy issues in play/stop operations.
+
+ * dlls/commdlg/cdlg_xx.rc:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix PrintDlg collate icons. Add orientation icons.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stubs for shlwapi.151 and shlwapi.153.
+
+ * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stub for CoIsOle1Class.
+
+ * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Set close on exec() flag at times when we leave /dev/dsp and
+ /dev/sequencer open.
+
+ * dlls/comctl32/tab.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Added support for FLATBUTTON style tabs.
+ Made width of BUTTON style tabs no less than 2x their height.
+ Expanded focus rect to be just inside the border.
+
+ * dlls/kernel/toolhelp.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Add FIXMEs for all these nice completely unimplemented TOOLHELP
+ functions.
-Thu May 21 16:45:48 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
+ * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
+ fixed the win95 registry loader to have somewhat stricter checking.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Fixed button image to be offset to the center of the button horizontally,
+ visible with WinZip and CuteFTP 4.0. Fixed compile warnings from format type
+ specifiers in two TRACE's. Removed TRACE in TOOLBAR_GetItemRect(). Added
+ button width to TRACE in TOOLBAR_CalcToolbar().
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Changed RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was
+ being called with RDW_UPDATENOW, forcing immediate painting. Added
+ redrawing logic to STATUSBAR_SetTextW().
+
+ * dlls/comctl32/treeview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge. Optimize
+ redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
+
+ * relay32/builtin32.c:
+ Francois Gouget <fgouget@free.fr>
+ Raised MAX_DLLS to 100.
+
+2000-09-19 Alexandre Julliard <julliard@winehq.com>
+
+ * include/commctrl.h, include/oleauto.h, include/prsht.h, include/shellapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winsock2.h, include/winsvc.h, include/wtypes.h, dlls/comctl32/propsheet.c, dlls/shell32/shell32.spec, dlls/shell32/systray.c, dlls/advapi32/service.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added some missing WINELIB_NAME_AW definitions, types and messages
+ - Small prototype fixes
+
+ * relay32/snoop.c:
+ Rein Klazes <rklazes@casema.net>
+ Catch EXCEPTION_PRIV_INSTRUCTION exception too.
+
+ * dlls/comctl32/listview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
+ should set lParam to a NMLISTVIEW instead of a NMHDR. According to
+ MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
+ the DLL version.
+
+ * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
+ Fixed window lock problem in SetMenu().
+
+ * objects/metafile.c: Henning Hoffmann
+ Avoid deadlocks in EnumMetaFile.
+
+ * dlls/oleaut32/typelib.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
+
+2000-09-18 Alexandre Julliard <julliard@winehq.com>
+
+ * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
+ Misc cleanups.
+
+ * dlls/ntdll/signal_i386.c, include/wine/exception.h:
+ Added preliminary support for switching to vm86 mode with proper
+ exception handling.
+
+ * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
+ Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Change FIXME("Button size set after button in toolbar\n") in
+ SetButtonSize() to WARN as quite a few applications are doing this
+ after adding each button to the toolbar and there is no way we can
+ stop them.
+
+ * dlls/ddraw/dsurface/dga.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
+
+ * misc/comm.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ - removed redundant functions COMM_Get(Read/Write)Fd
+ - corrected the name of 16bit functions in comments
+ - removed unused static variable
+
+ * README: Andreas Mohr <a.mohr@mailto.de>
+ - prefer wineinstall
+ - mention debugger setup (temporary)
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
+ report an error.
+
+ * dlls/comctl32/listview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Sorting items in a listview using LVW_SORTITEMS is only sorting the items
+ and not the subitems. This patch fix this issue. I've remove the temporary
+ Sortlist, it was not necessary to create another list, and it was buggy.
+
+2000-09-16 Alexandre Julliard <julliard@winehq.com>
+
+ * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
+ Removed a couple of unused functions in the Callout structure.
+
+ * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
+ Moved Select/RealizePalette implementation to USER and use
+ pfnSelect/RealizePalette function pointers in GDI.
+ Make sure the palette handle is valid in GDISelectPalette16 (thanks to
+ Uwe Bonnes).
+
+ * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
+
+ * dlls/wineps/objects.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/objects.c, graphics/x11drv/objects.c, include/gdi.h, objects/dc.c, objects/gdiobj.c, windows/syscolor.c, dlls/ttydrv/objects.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added support for non-deletable system brushes and pens created by
+ USER.
+
+ * dlls/winsock/socket.c:
+ John Gilmore <gnu@toad.com>
+ Cleaned it up so that code paths which have unsupported WS_SO values
+ never actually pass them to Unix system calls.
+
+ * dlls/kernel/kernel32.spec, memory/virtual.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added VirtualAllocEx.
+
+ * include/winbase.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
+
+ * dlls/comctl32/tab.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed tab control to use HTTRANSPARENT when mouse hits client area,
+ but not tab control buttons.
+
+ * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
+ Silence some bogus error message.
+
+ * include/winsock.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Adjusted to allow MFC compilation; prevent definition of struct fd_set
+ which conflicts with the fd_set typedef.
+
+ * include/winuser.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Added PWNDCLASS definition.
+
+ * dlls/comctl32/listview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Allow having a transparent background text color for the listview.
+
+ * ole/ole2nls.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use the system local time if lpTime=NULL.
+
+2000-09-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/thunk.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Update ESP correctly on return from flat thunk routines.
+
+ * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Modified CallTo16Register routines to update register context after
+ call returns. Callers adapted.
+
+ * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add some Str* prototypes to shlwapi.h.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Merged main Wine changes into Corel's treeview control rewritten by
+ Serge Ivanov and Andrew Lewycky. Fixed item focus behavior to match
+ Windows. Fixed item selection when un/expanding items. Implemented
+ WM_SETREDRAW. Added Corel's COMCTL32_CreateToolTip() helper function
+ to commctrl.c.
+
+ * windows/painting.c, controls/button.c:
+ Serge Ivanov <sergei@corel.ca>
+ (Merged by Marcus Meissner <marcus@jet.franken.de>)
+ Fixed problem with origin for DST_COMPLEX style.
+ Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
+
+ Added handling of BS_MULTILINE style, label alignment
+ styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
+ pushbuttons for now), and BS_PUSHLIKE.
+
+ Modified label drawing procedure: now all kinds of buttons
+ use common BUTTON_DrawLabel function. Actual label drawing is
+ performed by DrawStateW function.
+
+ GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
+
+ * dlls/ddraw/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Upgrade also 15bpp to 16bpp surfaces.
+
+2000-09-12 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winpos.c:
+ James Hatheway <james@macadamian.com>
+ KDE 1.x has problems with using XShapeCombineMask when there was no
+ previous region.
+
+ * controls/scroll.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
+ maxval) change.
+
+ * include/wine/unicode.h:
+ Added missing __volatile__.
+
+ * dlls/ddraw/ddraw/x11.c, dlls/gdi/gdi.spec, files/file.c, misc/main.c, scheduler/process.c, windows/message.c, controls/button.c, debugger/break.c, debugger/winedbg.c, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - fixes debugger output
+ - get rid of wrong comments
+ - fix comments
+ - .spec spelling fix
+ - improve warning message
+
+ * dlls/kernel/kernel32.spec, win32/time.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ "implemented" GetSystemTimeAdjustment.
- * [ole/ole2nls.c]
- Began better implementation of LCMapString32A.
- Not very well tested yet, and still need improvements.
+ * windows/class.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't try to delete a wndclass background brush if it's a COLOR_*
+ constant.
- * [controls/scroll.c]
- Documented functions.
+ * windows/nonclient.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Make sure NC_HandleNCCalcSize returns a valid rectangle.
+ Painting fails if the rectangle is invalid.
-Wed May 20 21:37:56 1998 Peter Hunnisett <hunnise@nortel.ca>
+ * dlls/comctl32/listview.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Hide the vertical scrollbar when listview style is LVS_LIST.
+
+ * include/winuser.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Add WM_USERCHANGED.
- * [include/windows.h][misc/main.c]
- Change SystemParameterInfo to support SPI_GETHIGHCONTRAST. Also
- include some missing SPI_ definitions.
+ * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use tpXXX instead of tbXXX in tagTHREADENTRY32.
- * [include/dsound.h][multimedia/dsound.c][relay32/dplayx.spec]
- Added stubs for DirectPlayLobbyCreate[AW]. Not sure if these
- should go into a new files dplayx.c? Anyone care?
+ * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed DGA / DGA 2 palette creation.
- * [include/winnls.h]
- Added two missing flags for the CompareString32 functions.
+ * graphics/x11drv/text.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fix a memory leak in X11DRV_GetTextExtentPoint.
-----------------------------------------------------------------------
-Sun May 17 16:23:56 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+----------------------------------------------------------------
+2000-09-10 Alexandre Julliard <julliard@winehq.com>
- * [file/profile.c]
- Fix the return value of PROFILE_GetSection
+ * scheduler/client.c:
+ Added WINESERVER environment variable to allow overriding the normal
+ server search sequence.
- * [misc/crtdll.c]
- Do _getdrive, fix _chdrive.
+ * files/directory.c:
+ Removed chdir("/") until we have proper Unix cwd management.
- * [misc/commdlg.c]
- First cut at ChooseColor[WA].
+ * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
+ Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
- * [misc/network.c]
- Do something sensible for WNetGetDirectoryType16.
+ * loader/ne/module.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed NE_LoadExeHeader error handling.
-Sun May 17 10:21:35 1998 Andreas Mohr <100.30936@germany.net>
+ * loader/module.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loader - broken search for already loaded modules.
- * [controls/menu.c]
- Fixed disabled sub menus with MF_BYPOSITION that were not disabled.
+ * objects/dib.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed fallback code for StretchBlt on RLE DIBs with gaps.
- * [misc/crtdll.c] [relay32/crtdll.spec] [include/winerror.h]
- Implemented fscanf, fsetpos, _access, _fpreset (thanks to Uwe Bonnes),
- and _ltoa.
+2000-09-09 Alexandre Julliard <julliard@winehq.com>
- * [loader/task.c]
- MakeProcInstance: must use CURRENT_DS if hInst == NULL.
+ * documentation/fonts.sgml:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed bdftopcf command.
- * [misc/shell.c]
- SHELL_GetResourceTable, InternalExtractIcon: fixed broken .ICO handling
+ * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added *Filter* functions.
+ Misc bug fixes.
- * [windows/winpos.c]
- DeferWindowPos: removed "same parent" requirement.
- Which doc states that this is required ?
+ * dlls/comctl32/tab.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented TCM_GETROWCOUNT.
-Sat May 16 20:08:11 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * programs/control/Makefile.in, programs/notepad/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added the missing library dependencies.
- * [loader/module.c] [loader/ne/module.c]
- More NE module cleanups.
+ * include/Makefile.in, include/cguid.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added cguid.h.
- * [loader/task.c]
- Fixed SwitchStackBack().
+ * dlls/ddraw/dga.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Do not support DGA when DirectVideo not present.
-Fri May 15 10:04:27 1998 Marcus Meissner <marcus@jet.franken.de>
+ * windows/defwnd.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
- * [configure.in][inlcude/acconfig.h]
- Fixed broken OSS check, added check for working sigaltstack,
- fixed broken statfs checks on some linux systems.
+ * controls/listbox.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Avoid divide by zero when listbox set to zero height.
- * [files/directory.c][loader/pe_image.c][relay32/builtin.c]
- [loader/module.c]
- Added handling of win32 module pathnames.
+ * windows/mdi.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Simplify a bit MDI child window creation.
- * [relay32/wnaspi32.spec]
- New file.
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ GetMenu might be used to get child window id.
- * [misc/lzexpand.c]
- LZCopy auto-decompresses LZ compressed files, even if they are not
- specially flagged. Fixes some InstallShield problems.
+2000-09-07 Alexandre Julliard <julliard@winehq.com>
- * [misc/registry.c]
- Some fixes for RegQueryInfoKey (reference program monkey.exe
- from Win32 SDK works now better). Probably still has faults.
+ * windows/x11drv/keyboard.c:
+ Giovanni Pancotti <giovanni.pancotti@cedecra.it>
+ Italian keyboard fixes.
-Fri May 15 08:58:58 1998 Martin Boehme <boehme@informatik.mu-luebeck.de>
+ * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
+ DOSFS_MatchLong ignored several things about file mask matching for
+ long file names.
- * [graphics/mapping.c] [include/dc.h] [include/gdi.h] [objects/dc.c]
- Reworked the way world transformations and mapping modes are handled
- so that both of these transformations can be computed in a single
- step.
+ * include/wine/unicode.h:
+ Erik Hofman <erik.hofman@a1.nl>
+ Added missing const to external tables definitions.
- * [graphics/painting.c] [graphics/path.c] [include/path.h]
- More GDI path support.
+ * files/dos_fs.c, include/comm.h, include/server.h, misc/comm.c, server/Makefile.in, server/request.h, server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Added serial port object to the server.
- * [graphics/x11drv/graphics.c]
- Fixed the return value of GRAPH_DrawArc for the zero height /
- zero width case to reflect Windows' behaviour.
+ * dlls/comctl32/tooltips.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - Make sure tooltips are hidden before deleting them.
+ - Glitch happened while moving from a tooltip to another (fixed).
- * [include/windows.h] [relay32/gdi32.spec] [objects/dc.c]
- Implemented ModifyWorldTransform and CombineTransform.
+ * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
+ Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
-Tue May 14 18:03:46 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * graphics/x11drv/codepage.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added support for cp949.
- * [controls/commctrl.c][relay32/comctl32.spec]
- [controls/*.c][include/*.h]
- Implemented InitCommonControlsEx (dll version 4.72 compatible).
- InitCommonControls calls ImageCommonControlsEx.
- Registering code of the common controls had to be changed
- (see XXXX_Register functions).
+2000-09-06 Alexandre Julliard <julliard@winehq.com>
- * [controls/status.c][include/commctrl.h][include/status.h]
- Implemented most new features and fixed the look and feel.
+ * memory/atom.c: Fixed cut&paste typo.
- * [contols/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
- Implemented MenuHelp (incomplete).
+ * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xvideo.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xvideo.h, tools/make_X11wrappers:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added possibility to use XVideo.
- * [controls/status.c][controls/progress.c]
- Changed allocation strategy for control specific memory.
+ * dlls/comctl32/listview.c, include/commctrl.h:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented both customdraw message sending and handling (based off
+ the treeview method) as well as LVS_OWNERDRAWFIXED.
- * [controls/header.c][include/header.h][include/commctrl.h]
- First implementation of header control.
+ * dlls/comctl32/comctl32undoc.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Fixed a bug (incorrect size in memmove) that I introduced with an
+ earlier patch. Tested with wordview.
- * [windows/defwnd.c][windows/syscolors.c]
- Fixed default control colors for Win95 look.
+ * tools/wineinstall:
+ Phil Cole <ukpgc@p.cole.easynet.co.uk>
+ Added two directories to default non-windows install.
- * [windows/nonclient.c]
- Fixed off by one error for Win95 look. Top border of child windows
- should be visible.
+ * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
+ Better error messages.
- * [misc/imagelist.h]
- Improved documentation and fixed some bugs.
+ * dlls/shell32/systray.c:
+ James Hatheway <james@macadamian.com>
+ Systray should keep a copy of its icons.
-Thu May 14 15:42:21 1998 Robert Wilhelm <robert@physiol.med.tu-muenchen.de>
+ * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
+ Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
+ (thanks to Berend Ozceri for finding the problem).
- * [relay32/crtdll.spec]
- Added hypot,j0,j1,jn and ceil.
+ * windows/mdi.c: Serge Ivanov
+ Delay destroying menu entry until all messages are sent.
-Wed May 13 19:10:10 1998 Pascal Cuoq <pcuoq@ens-lyon.fr>
+2000-09-04 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- Item height is now exactly font height.
- Wine listboxes now behave like Windows' when they are
- created without WS_VSCROLL but the program subsequently
- calls ShowScrollBar or SetScrollInfo.
+ * memory/atom.c:
+ Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
-Wed May 13 18:33:01 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [relay32/relay386.c]
- Restore ES also in the non-debug case.
+ * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/x11drv.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
- * [windows/event.c]
- Bugfix: Blocking TSXNextEvent could deadlock Wine.
+ * graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Add jisx0212 encoding.
+ Remove FIXMEs for implemented DBCS handling.
- * [win32/process.c] [windows/message.c]
- Silly stubs for MsgWaitForMultipleObjects / PostThreadMessage
- that make some programs run better.
+ * windows/x11drv/keyboard.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Added missing comma.
- * [windows/winproc.c]
- WINPROC_MapMsg32Ato16/16To32A: added WM_NOTIFY.
+ * dlls/comctl32/comctl32undoc.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
- * [win32/kernel32.c]
- Added 16->32 thunking and improved 32->16 thunking functions.
+2000-09-02 Alexandre Julliard <julliard@winehq.com>
- * [tools/build.c]
- Added new variant of CallFrom16 stub for use with Win95 thunks.
+ * win32/console.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
- * [if1632/kernel.spec] [if1632/builtin.c] [win32/kernel32.c]
- Added a few undocumented KERNEL functions.
+ * scheduler/process.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Avoid crash on empty command-line.
- * [loader/ne/module.c] [loader/ne/segment.c]
- Call DllEntryPoint for 16-bit DLLs with subsystem >= 4.0.
+ * debugger/stabs.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Added two missing casts.
- * [win32/kernel32.spec] [win32/wow32.spec] [win32/ordinals.c]
- Use names from the Oct 94 beta release for undoc. functions.
+ * dlls/comctl32/animate.c:
+ Jean-Claude Batista <jcb@macadamian.com>
+ Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
-Wed May 13 14:18:26 1998 Matthew Becker <mbecker@glasscity.net>
+2000-09-01 Alexandre Julliard <julliard@winehq.com>
- * [misc/registry.c]
- Code cleanup.
+ * if1632/builtin.c, relay32/builtin32.c:
+ Avoid buffer overflows in builtin dll loading (with the help of Dmitry
+ Timoshkov).
- * [misc/cpu.c]
- Commented out the registry puts temporarily.
+ * windows/mdi.c: Henning Hoffmann
+ Augment menu when a mdi window starts maximized.
- * [programs/regtest/*]
- New registry testing program.
+ * windows/mdi.c: Francis Beaudet
+ MDI Patch which fixes problems in PR, QP, WP and Paradox.
-Tue May 12 22:54:03 1998 Michael Mess <michael@kawo2.rwth-aachen.de>
+ * dlls/dsound/dsound_main.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Don't use copies of critical sections made by memcpy()
+ Added missing WINAPIs
- * [multimedia/audio.c]
- ioctl's do not commute in /dev/dsp initialization.
+ * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Fix for debugger disassembly being off by one byte after using nexti
+ on a "call" instruction.
-Tue May 12 20:11:42 1998 Karl Garrison <karlos@eznet.net>
+ * dlls/winsock/socket.c:
+ Stephane Lussier <stephane@macadamian.com>
+ When checking the socket return by the server request, we should do a
+ "signed" check.
- * [win32/console.c]
- Implemented SetConsoleTextAttribute, FillConsoleOutputCharacter.
- Improved cursor positioning.
- This allows for text colors in an xterm, rxvt, or console.
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ James Hatheway <james@macadamian.com>
+ Implemented CoGetPSClsid().
-Tue May 12 17:57:52 1998 Petter Reinholdtsen <pere@td.org.uit.no>
+2000-08-31 Alexandre Julliard <julliard@winehq.com>
- * [Makefile.in]
- Create prefix/{bin|lib} directories if missing during install.
+ * tools/wineconf:
+ Phil Cole <ukpgc@p.cole.easynet.co.uk>
+ The Path variable in the created .winerc must be in dos format.
-Sun May 10 19:37:51 1998 Jan Willamowius <jan@janhh.shnet.org>
+ * tools/wineinstall:
+ Phil Cole <ukpgc@p.cole.easynet.co.uk>
+ Small fix.
- * [multimedia/mmio.c]
- Have mmioSetBuffer return success (0), so Corel Draw 4
- keeps working. (IO is still unbuffered)
+ * dlls/commdlg/filedlg95.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed a string buffer overflow.
-Wed May 6 16:57:55 1998 James Juran <jrj120@psu.edu>
+ * dlls/comctl32/animate.c:
+ Jean-Claude Batista <jcb@macadamian.com>
+ - improved ACS_TRANSPARENT and ACS_CENTER support
+ - added RLE8 incremental decompression
+ - each animation is now controlled by its own Windows thread
+ - added use of Critical Sections in the WM_PAINT handler.
- * [Makefile.in] [Make.rules.in]
- Changed "make clean" to remove `textedit` backup files (*%)
+ * win32/console.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
+ MapVirtualKeyA.
- * [controls/menu.c][graphics/x11drv/xfont.c][include/libres.h]
- [loader/main.c][loader/ne/module.c][scheduler/synchro.c]
- [win32/time.c][windows/winpos.c][include/windows.h]
- Fixed miscellaneous compilation warnings.
+ * scheduler/thread.c, server/console.c, server/context_i386.c, server/context_sparc.c, server/debugger.c, server/file.c, server/process.c, server/sock.c, server/trace.c, tools/make_requests, win32/console.c, win32/except.c, dlls/ntdll/exception.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/server.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/process.c:
+ Converted a lot of server requests to the new exception handling
+ mechanism.
- * [misc/main.c][miscemu/main.c][include/main.h]
- Moved prototypes to new include file main.h, various cleanups.
+2000-08-30 Alexandre Julliard <julliard@winehq.com>
-Tue May 5 21:05:06 1998 Morten Welinder <terra@diku.dk>
+ * dlls/ddraw/dsurface/x11.c:
+ Fixed non-OpenGL compile.
- * [misc/winsock.c]
- Don't refer to __FreeBSD__ when HAVE_STRERROR is meant.
+ * files/change.c, files/file.c, include/ntddk.h, include/server.h, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/selector.c, memory/virtual.c, misc/registry.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/atom.c, server/debugger.c, server/event.c, server/mapping.c, server/mutex.c, server/object.c, server/request.h, server/semaphore.c, server/thread.c, server/timer.c, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/sync.c:
+ Added exception handling wrapper to a number of server requests.
+ Changed a few requests to use the new vararg mechanism.
+
+2000-08-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed verbose CD-ROM serial number warnings and some spelling errors.
+
+ * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Newbie friendly error message for 3D creation failure.
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/name_server.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - More implementation
+ - Should be able to enumerate sessions anywhere with at least tcp/ip
+
+ * include/server.h, include/thread.h, scheduler/client.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests:
+ Added the data structures and macros that will be needed to support
+ reentrant server requests.
+
+ * windows/message.c, windows/queue.c, windows/input.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
+ - fix a crash in QUEUE_RemoveSMSG()
+ - convert some queue WARN() to ERR()
+ - spaileng fikses
+
+ * controls/listbox.c, dlls/comctl32/listview.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Always call LISTVIEW_SetSelection() for an item, even if that item
+ has been selected before, in order to let other items get erased.
+
+ * graphics/x11drv/text.c:
+ Albert den Haan <albertd@corel.com>
+ Convert the Unicode Character id to a glyph id in
+ X11DRV_GetTextExtentPoint.
+
+ * graphics/x11drv/xfont.c:
+ Albert den Haan <albertd@corel.com>
+ - enhanced reporting of unsupported X font encodings
+ - added -cp-*- data to font encoding lookup structures
+
+2000-08-28 Alexandre Julliard <julliard@winehq.com>
+
+ * relay32/builtin32.c, documentation/wine.man.in, include/loadorder.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, misc/options.c:
+ Peter Ganten <peter@ganten.org>
+ - Always store the full path name of 32bit modules in WINE_MODREF
+ - Add the possibility to use path names with the --dll command line
+ option
+ - Add the possibility to use the --dll command line option several
+ times.
+ - Note: The colon-sign is now exchanged with the plus-sign, as it is
+ part of dos path names.
+
+ * tools/wineinstall:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added a wine rpm uninstall section to wineinstall.
+
+ * windows/nonclient.c:
+ Francois Methot <francoism@macadamian.com>
+ Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added ARGB 1555 format
+ - fixed refcount problem for Add/DeleteAttachedSurface
+
+ * server/registry.c:
+ Albert den Haan <albertd@corel.com>
+ Fixed typo in HKEY_CURRENT_CONFIG name.
+
+ * dlls/kernel/messages/winerr_enu.mc:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add missing message to winerr_enu.mc.
+
+ * dlls/kernel/wowthunk.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Increase number of supported args for WOW_CallProc32W16 from 11 to 13
+ (for CreateService).
+
+ * dlls/kernel/wprocs.spec, msdos/vxd.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
+
+2000-08-26 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
+ Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
+
+ * dlls/ntdll/reg.c, include/ntddk.h:
+ Simplified root key handling now that the server supports a real root
+ key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
+
+ * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
+ Fixed debugstr_as/us prototypes.
+
+ * dlls/wininet/http.c, dlls/winmm/joystick/joystick.c, dlls/winmm/wineoss/midi.c, loader/main.c, loader/module.c, loader/ne/segment.c, loader/pe_image.c, misc/comm.c, misc/ext_debugger.c, windows/x11drv/clipboard.c, console/xterm.c, dlls/commdlg/colordlg.c, dlls/dsound/dsound_main.c, dlls/gdi/printdrv.c, dlls/ntdll/signal_sparc.c, dlls/oleaut32/parsedt.c, dlls/wininet/ftp.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - made the MIDI sequencer error message much better for confused users
+ to be found on #WineHQ
+ - use strerror instead of errno at important places
+ - got rid of HAVE_STRERROR macro
+ - removed some #include:s (hopefully I didn't break anything)
+
+ * dlls/comctl32/imagelist.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Replaced cCurImage by cMaxImage.
+
+ * dlls/comctl32/propsheet.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ "Fixed" horribly misaligned pages in property sheets of apparently
+ newer InstallShields.
+
+ * dlls/wineps/init.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
+ "WINEPS.DRV" to allow an easy configuring for users.
+
+ * graphics/x11drv/codepage.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ implements DrawText for cp932.
+
+ * dlls/user/ddeml.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Don't make DDEML mutexes global any more.
+
+ * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
+ Added a real root key and simplified creation of the HKEY_* special root keys.
+ Do not prefix all keys with the name of the top key when saving to a file.
+ Try to load $WINEPREFIX/config into the Wine config branch at startup.
+
+ * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm.rc, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, include/msacm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Implemented most of '*Format*' API.
+ Improved internal object and messages handling.
+ Started some '*Filter*' functions.
+ Fixed standard headers for Winelib.
+ Fixed acmMetrics.
+
+2000-08-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
+ Fixed Rtl* string functions for proper MBCS/codepage support. Added a
+ few more functions.
+
+ * dlls/kernel/kernel_main.c, scheduler/process.c:
+ Moved TASK_Create call to KERNEL initialisation routine.
+ Clear last error code before calling main entry point (reported by
+ James Juran).
+
+ * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
+ Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
+ Marcus Meissner).
+
+ * dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, include/dplay.h, ole/Makefile.in, ole/guid.c, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Implemented loading and initialization of service providers
+ - Created service provider COM object
+ - Lots of dplay/dplobby implementation/fixes
+ - Clean up of ole/guid.c
+
+ * objects/dc.c: Backed out font codepage change.
+
+ * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Minor cosmetic changes.
+
+ * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
+ Cleanup and speedup of init code.
+
+ * objects/gdiobj.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
+ in memory DCs.
- * [misc/debugstr.c]
- For debug_dumpstrSend, send strings to stderr.
+ * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
+ Backed out font codepage change.
-Tue May 5 21:47:40 1998 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed the displaying of the FOURCC codes in _dump_pixelformat.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed recording format settings (16 bit was broken) and reentrancy
+ issues.
+
+ * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Improved a bit the folder browsing implementation.
+
+ * include/winbase.h:
+ Matthew Lake <MasterR_L@yahoo.com>
+ Added LHND.
+
+ * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ Fixed a LALR(2) problem while scanning usertype resources which had
+ identifiers for both name and type.
+
+ * misc/wsprintf.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
+ problem).
+
+ * dlls/ddraw/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
+
+ * objects/gdiobj.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ GetObjectA: unlock the object again even in case of failure.
- * [objects/region.c]
- Fix for REGION_RegionOp() if newReg is one of the source regions.
+2000-08-23 Alexandre Julliard <julliard@winehq.com>
-Tue May 5 18:27:32 1998 Jim Peterson <jspeter@roanoke.infi.net>
+ * include/wine/exception.h:
+ Fixed finally handler name.
- * [misc/main.c]
- Add '-h/-help' option and print WINE_RELEASE_INFO with usage message.
+ * windows/class.c:
+ Fixed RegisterClass last error code on atom creation failure.
- * [misc/spy.c]
- Realign trace messages.
+ * graphics/x11drv/xfont.c:
+ Cleaned up major ugliness in __lfCheckSum.
-Tue May 5 15:46:47 1998 Donnie V. Savage <dsavage@cisco.com>
+ * dlls/comctl32/listview.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Large caption icons should end in '...' when they are abbreviated.
- * [graphics/ddraw.c]
- Fixed compile warnings
+ * dlls/comctl32/animate.c:
+ Francois Methot <francoism@macadamian.com>
+ For the transparency issue, implemented a switch-case for the bitcount
+ (bit per pixel) of the animation files.
- * [misc/winsock.c]
- Warnings should not be errors.
+ * dlls/comctl32/trackbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Wine was not drawing trackbars with minimum ranges of more than 0
+ correctly.
-Tue May 5 13:40:42 1998 Jim Peterson <jspeter@roanoke.infi.net>
+2000-08-22 Alexandre Julliard <julliard@winehq.com>
- * [*/*]
- Remove many warnings through explicit casts, added #include's,
- and corrected printf formats.
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - removed unnecessary recursion
+ - upon query failure on main primary lcid and secondary lcid,
+ attempts a query on system lcid (0)
-Tue May 5 05:18:12 1998 Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
+ * dlls/wininet/internet.c, if1632/snoop.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some warnings.
- * [graphics/ddraw.c]
- Kept unchanged portion of old palette when changing only a few
- palette entries. Really should only deallocate the changed cells.
- This make StarCraft work almost perfectly (sound overflows still
- cause static).
+ * msdos/ioports.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixes for reading latched values with ports 0x40-0x43.
-Mon May 4 15:04:57 1998 Alexander V. Lukyanov <lav@long.yar.ru>
+ * dlls/ddraw/dsurface/main.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
+ surface with no attached surfaces.
- * [misc/lstr.c]
- FormatMessage: terminate string on %0, undo linefeed strip.
+ * dlls/kernel/format_msg.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Allow FormatMessage to load Unicode string resources.
-----------------------------------------------------------------------
-Thu Apr 30 16:28:12 1998 James Juran <jrj120@psu.edu>
+ * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
+ Added APC support in waitable timers.
- * [scheduler/process.c]
- Implemented GetExitCodeProcess. The code is a direct translation
- of GetExitCodeThread.
+ * graphics/bitblt.c, graphics/x11drv/bitblt.c:
+ Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
+ use DC_GetDCUpdate.
-Mon Apr 27 22:20:25 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+2000-08-21 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- Unload dummy module when PE_LoadLibraryEx32A fails with
- PE_LoadImage (makes Encarta 98 installer proceed).
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20000821.
- * [files/drive.c]
- Make GetDriveType16 return DRIVE_REMOVABLE for TYPE_CDROM.
- Make GetCurrentDirectory32 behave like the code does and not
- like the help describes.
+----------------------------------------------------------------
+2000-08-21 Alexandre Julliard <julliard@winehq.com>
- * [files/profile.c]
- Revoke recent change in PROFILE_GetSection and try better
- handling of special case.
+ * include/winbase.h, scheduler/process.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - don't return FALSE for system process changes
+ - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
- * [include/windows.h]
- Change definition of ACCEL32.
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Beginning of some simple optimization of the listview
+ drawing. Specifically it reduces flicker when selection changes.
- * [misc/commdlg.c]
- Replace the GetXXXFilename32 macros by normal code.
- Fix two reported bugs in my changes to commdlg.
+ * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
+ Transform every ERR() to WARN() in MakeProcInstance.
- * [windows/win.c]
- Add a hook to catch bogus WM_SIZE messages by emitting a warning
- in the appropriate case.
+ * dlls/kernel/kernel_main.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Call WriteOutProfiles16 to make sure that last profile gets written.
- * [objects/bitmap.c]
- Reject unreasonbable large size arguments in
- CreateCompatibleBitmap32 and add an fixme for that situation.
+ * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Disable the owner of a modal dialog box just before creating the
+ dialog window.
-Sun Apr 26 18:30:07 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * files/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ (from IBM TopPage patch) return correct error for already existing
+ file.
- * [include/ldt.h] [debugger/*.c] [miscemu/instr.c]
- Added IS_SELECTOR_SYSTEM and IS_SELECTOR_32BIT macros.
- Make instruction emulation support system selectors.
+ * windows/winproc.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
- * [loader/*.c]
- Started moving NE specific functions to the new loader/ne
- directory.
+ * windows/winpos.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Enables showing of hidden windows when the app ask *only* to maximize it.
- * [memory/environ.c]
- Enforce the 127 chars limit only when creating the environment of
- a Win16 process.
-
-Sun Apr 26 12:22:23 1998 Andreas Mohr <100.30936@germany.net>
+2000-08-20 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Handle the codepage of fonts if supported by the graphics driver.
+
+ * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added internal charsets for supporting DBCS charsets.
+
+ * objects/dc.c:
+ Fixed GDI locking in GetDeviceCaps.
+
+ * dlls/shell32/systray.c:
+ Kai Morich <mail@kai-morich.de>
+ Fixed bug in repeatedly iconisation, code cleanup.
+
+ * graphics/x11drv/init.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
+ startup problem).
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Implemented DuplicateIcon().
+
+ * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
+ Stubbed INT 15 function 84h.
+
+ * include/win.h, windows/win.c, windows/x11drv/event.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ - Separate application calls to ShowOwnedPopups from Wine calls (in
+ EVENT_MapNotify) by introducing an internal function.
+ - Fix ShowOwnedPopups so it sends messages with the same parameters as
+ in Windows.
+
+ * dlls/comctl32/treeview.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Removed direct calls to TREEVIEW_Refresh().
+
+ * objects/enhmetafile.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
+ EMR_POLYPOLYLINE.
+
+ * include/main.h, misc/main.c, ole/ole2nls.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added new language detection scheme that uses NLS data base instead of
+ hard coded values.
+
+ * loader/pe_resource.c:
+ Dusan Lacko <dlacko@codeweavers.com>
+ Pass the type/name as a C string instead of an
+ IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
+
+2000-08-19 Alexandre Julliard <julliard@winehq.com>
+
+ * include/global.h, include/path.h, include/win.h, include/win16drv.h, include/wine/winbase16.h, include/x11drv.h, memory/local.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, windows/cursoricon.c, windows/dce.c, windows/scroll.c, windows/user.c, windows/x11drv/wnd.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/x11.c, dlls/gdi/gdi_main.c, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c, dlls/wineps/brush.c, dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/psdrv.h, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/font.c, graphics/win16drv/objects.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Albert den Haan <albertd@corel.com>
+ Added syslevel locking for GDI operations.
+ Propagate the changes through the graphics code.
+
+ * misc/cdrom.c:
+ Ed Snow <ed_snow@ttmengineering.com>
+ Corrected serial number generation for CD's with 1 or 2 tracks.
+
+2000-08-18 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/cdrom.c, files/dos_fs.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
+ Device entry for drive in wine.conf).
+
+ * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
+
+ * dlls/comctl32/status.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Fixed STATUS_GetTextW in regard to NULL pointers.
+
+ * graphics/win16drv/prtdrv.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Append .DRV to name only if no extension present.
+
+ * debugger/stabs.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Ed Snow <ed_snow@ttmengineering.com>
+ Clean out the hack on BASS/TREBLE and suppress them in the mask as was
+ recommended oh so long ago.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
+ determine whether we need to call InvalidateRect() with bErase of TRUE or
+ FALSE. Reduces background erases in non-text toolbars by 80-85%.
+ - Fixed button state not being updated properly when LBUTTONDOWN and cursor
+ leaves the toolbar.
+ - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
+ with a source code comment.
+ - Removed unecessary call to TOOLBAR_CalcToolbar() in
+ TOOLBAR_GetItemRect(). Optimized TOOLBAR_CalcStrings(). Fixes very
+ slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
+ messages.
+ - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
+
+ * scheduler/synchro.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Save GET_APCS data before calling any asynchronous procedure calls, in
+ case the server is called during the APC.
+
+ * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Turns the handling to pure 16 bits, remove references to dialog.h.
+
+ * dlls/winspool/info.c:
+ Albert den Haan <albertd@corel.com>
+ Remove unused critical section global variable PRINT32_RegistryBlocker.
+
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Avoids changing 2 levels when clicking .. in the directory list.
+
+ * dlls/kernel/kernel32.spec, win32/console.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Stubbed SetConsoleInputExeNameA/W.
+
+ * dlls/comctl32/status.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ WM_GETFONT should return a real font handle instead of NULL.
+
+2000-08-16 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c:
+ Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
+ WATCOM compiled programs leave VirtualSize to zero which triggers the
+ virus check. Use SizeOfRawData instead.
+
+ * dlls/comctl32/animate.c:
+ Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
+ Implemented ACS_CENTER for animation controls.
+
+ * loader/pe_image.c:
+ Avoid going past the end of the relocation section. Skip sanity checks
+ for empty relocation blocks.
+
+ * dlls/comctl32/animate.c:
+ Francois Methot <francoism@macadamian.com>
+ Implemented background transparency on animation control for avi
+ composed of 8 bpp(or less) image. I added support for 8 bpp or more,
+ but it has not been tested.
+
+ * dlls/ole32/ole2.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ While dragging, catch keyboard messages between WM_KEYFIRST and
+ WM_KEYLAST, not just WM_KEYFIRST.
+
+ * dlls/kernel/wowthunk.c:
+ Peter Ganten <peter@ganten.org>
+ If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
+ anyway, since it might be a builtin module.
+
+ * dlls/shell32/shell32_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Missed the first character of every argument in CommandLineToArgv.
+
+ * dlls/winspool/info.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Add an error message if devmode structure in registry is invalid;
+ attempt to provide plausible values.
+
+2000-08-15 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed for DBCS(cp932/cp949) codepage conversion.
+ Implemented cp932 handling partly(but still incomplete).
+ Added supporting multiple fonts for DBCS handling.
+
+ * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Enhanced ELF files lookup for symbolic info.
+
+ * debugger/break.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed regression in break command.
+
+2000-08-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fix return value to 16 bits for 16 bit hook; remove leading space for
+ file specification.
+
+ * windows/message.c:
+ Peter Ganten <peter@ganten.org>
+ Threads without active or focus window should not receive keyboard
+ messages.
- * [files/file.c]
- Fixed an incredible typo in CopyFile32A that made it unusable
- since a rewrite in 970112 (!!).
+ * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
+ Implemented SEC_IMAGE mappings and shared PE sections (with the help
+ of Peter Ganten).
- * [files/directory.c]
- Fixed GetTempPath32A/W to include trailing backslash.
+ * include/ntddk.h, loader/ne/module.c, misc/lstr.c, misc/main.c, msdos/int21.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/user/lstr.c, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, files/dos_fs.c, files/profile.c:
+ Moved CharUpper* and CharLower* functions to dlls/user.
- * [misc/ver.c]
- Make find_pe_resource "work" with corrupt files.
+ * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added support for special treatments (use 2 or more fonts, codepage
+ conversion, etc...) for DBCS text.
- * [misc/wsprintf.c]
- Altered WPRINTF_ParseFormatA/W to treat invalid format chars
- as normal output, too.
+ * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add "FullWindowDrag" feature for not managed windows.
- * [msdos/dpmi.c]
- Implemented "Allocate/Free real mode callback" (0x0303/0x0304).
- Cross your fingers if you need to use it ;) (completely untested)
- Implemented "Call real mode proc with far return" (0x0301, tested).
+ * controls/combo.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Update the edit box before rolling up the listbox, so the
+ selection isn't lost.
- * [msdos/int21.c]
- Fixed ioctlGenericBlkDevReq/0x60.
+ * libtest/Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added missing referenced dlls for libtest.
- * [relay32/dplayx.spec] [relay32/builtin32.c] [relay32/Makefile.in]
- Added built-in DPLAYX.DLL.
+ * dlls/comctl32/listview.c:
+ Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
+ LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
+ text in its own buffer.
- * [windows/win.c]
- Fixed GetWindowWord()/GWW_HWNDPARENT to return the window's owner
- if it has no parent (SDK).
+ * win32/Makefile.in, win32/error.c, win32/file.c, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/wcstring.c, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/wowthunk.c, dlls/ole32/compobj.c, dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, files/dos_fs.c, files/file.c, dlls/Makefile.in, dlls/advapi32/advapi.c, dlls/avifil32/avifile.c:
+ Cleaned up a few inter-dll dependencies. Added a few imports.
-Sat Apr 25 15:09:53 1998 M.T.Fortescue <mark@mtfhpc.demon.co.uk>
+ * ole/ole2nls.c, windows/class.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/multimon.c, windows/painting.c, windows/spy.c, dlls/version/info.c, dlls/winspool/info.c, graphics/escape.c, graphics/x11drv/xfont.c, include/shlwapi.h, include/wine/undocshell.h, include/wine/unicode.h, loader/ne/convert.c, memory/atom.c, memory/heap.c, memory/registry.c, objects/palette.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/wcstring.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/olefont.c, dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shpolicy.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/advapi32/registry.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/dplayx/dplayx_global.c, dlls/kernel/format_msg.c, controls/icontitle.c, controls/listbox.c:
+ Replaced all lstr* calls from inside Wine code by their str* equivalent.
- * [debugger/db_disasm.c]
- Fixed disassemble bug for no-display option and 'lock',
- 'repne' and 'repe' prefixes.
+ * msdos/dpmi.c:
+ Replaced global Callbacks structure by appropriate glue code
+ generation. Removed a few unused entries in the Callout structure.
- * [debugger/registers.c]
- Added textual flag description output on 'info regs'.
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c, include/winversion.h, misc/version.c, win32/device.c, windows/winhelp.c, dlls/advapi32/security.c, dlls/imm32/imm.c, dlls/msacm/msacm32_main.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c:
+ Replaced VERSION_* calls by exported API equivalents.
-Sat Apr 25 14:18:26 1998 Matthew Becker <mbecker@glasscity.net>
+ * include/callback.h, loader/ne/.cvsignore, loader/ne/Makefile.in, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/.cvsignore, memory/Makefile.in, memory/local.c, misc/comm.c, tools/winebuild/spec16.c, controls/.cvsignore, controls/Makefile.in, controls/edit.c, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, if1632/thunk.c, include/builtin16.h:
+ Replaced global Callbacks structure by appropriate glue code
+ generation. Removed a few unused entries in the Callout structure.
- * [*/*.c]
- Added stubs and/or documentation for the following functions:
- LookupPrivilegeValue, OpenService, ControlService, RegGetKeySecurity,
- StartService, SetComputerName, DeleteService, CloseServiceHandle,
- OpenProcessToken, OpenSCManager, DeregisterEventSource,
- WaitForDebugEvent, WaitForInputIdle, RegisterEventSource,
- SetDebugErrorLevel, SetConsoleCursorPosition, ChoosePixelFormat,
- SetPixelFormat, GetPixelFormat, DescribePixelFormat, SwapBuffers,
- PolyBezier, AbortPath, DestroyAcceleratorTable, HeapWalk,
- DdeInitialize, DdeUninitialize, DdeConnectList, DdeDisconnectList,
- DdeCreateStringHandle, DdePostAdvise, DdeGetData, DdeNameService,
- DdeGetLastError, WNetGetDirectoryType, EnumPrinters, RegFlushKey,
- RegGetKeySecurity, DllGetClassObject, DllCanUnloadNow, CreateBitmap,
- CreateCompatibleBitmap, CreateBitmapIndirect, GetBitmapBits,
- SetBitmapBits, LoadImage, CopyImage, LoadBitmap, DrawIcon,
- CreateDiscardableBitmap, SetDIBits, GetCharABCWidths, LoadTypeLib,
- SetConsoleCtrlHandler, CreateConsoleScreenBuffer, ReadConsoleInput,
- GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleWindowInfo,
- SetConsoleTextAttribute, SetConsoleScreenBufferSize,
- FillConsoleOutputCharacter, FillConsoleOutputAttribute,
- CreateMailslot, GetMailslotInfo, GetCompressedFileSize,
- GetProcessWindowStation, GetThreadDesktop, SetDebugErrorLevel,
- WaitForDebugEvent, SetComputerName, CreateMDIWindow.
+ * winedefault.reg:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Added load address for the shared memory of BDE (Borland database
+ manager).
-Thu Apr 23 23:54:04 1998 Douglas Ridgway <ridgway@winehq.com>
+ * scheduler/client.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix for starting server from the current directory.
- * [include/windows.h] [objects/enhmetafile.c] [relay32/gdi32.spec]
- Implement CopyEnhMetaFile, Get/SetEnhMetaFileBits, other fixes.
+ * graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added checking for broken font cache.
+ Added supporting for iso10646 encoding.
- * [include/windows.h] [objects/metafile.c] [relay32/gdi32.spec]
- 32-bit metafile fixes, implement EnumMetaFile32, GetMetaFileBitsEx.
+2000-08-11 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/client.c, server/request.c:
+ Made server startup more robust against races caused by a previous
+ server terminating at the same time.
+
+ * configure, configure.in, tools/c2man.pl:
+ Mike_McCormack@looksmart.com.au
+ Created default c2man compatible perl script for generating
+ documentation, in case c2man isn't installed.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
+ cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
+ and fixed a problem where sub items where not being properly
+ associated with their item for virtual list views.
+
+ * memory/codepage.c, misc/lstr.c, ole/ole2nls.c, unicode/Makefile.in, unicode/cpmap.pl, unicode/wctype.c, configure, configure.in, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/wcstring.c, dlls/user/lstr.c, include/config.h.in, include/winbase.h, include/wine/unicode.h:
+ Added Unicode ctype support.
+
+ * dlls/comctl32/updown.c, include/commctrl.h:
+ Moved NM_UPDOWN definition to commctrl.h.
+
+ * relay32/relay386.c:
+ Peter Ganten <peter@ganten.org>
+ The user driver functions might be called with the window lock held.
+
+ * include/module.h, loader/pe_resource.c, loader/resource.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Make FindResource and FindResourceEx fully windows compatible.
+
+ * include/tchar.h:
+ Damyan Ognyanoff <Damyan@rocketmail.com>
+ Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
+
+ * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
+ Added UTF-8 conversion support.
+
+ * windows/x11drv/wnd.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Instead of not doing the Z ordering when the application asks to place
+ the window under a zero-sized window, now the window above the
+ zero-sized window, is used to do the Z ordering.
+
+ * dlls/commdlg/filedlg95.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Initialize lpstrInitialDir to really bogus value to restore original
+ value later.
+
+ * include/windef.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added a few more anonymous union definitions.
+
+ * include/guiddef.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed C++ operators return value.
+
+ * dlls/crtdll/crtdll_main.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented fopen() append mode, and a really cheesy fscanf()
+ implementation...
+
+ * dlls/shell32/shlfileop.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ 1. Make buffer for message large enough to hold very long file names.
+ 2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
+ implementation specific behaviour.
+ 3. Show actual message to user, not non-formatted one.
+
+2000-08-10 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/x11drv/x11drv_main.c, include/clipboard.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/event.c, windows/keyboard.c, windows/sysparams.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, configure, configure.in, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c, dlls/user/display.c, dlls/user/mouse.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec:
+ Merged clipboard driver into USER driver.
+ Moved all ttydrv source files to dlls/ttydrv.
+ Load functions pointer for the USER driver from the graphics driver
+ dll with GetProcAddress.
+
+2000-08-09 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/bitmap.c, programs/notepad/search.c, scheduler/synchro.c, windows/caret.c, windows/cursoricon.c, windows/queue.c, windows/x11drv/wnd.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, graphics/painting.c, include/msacmdrv.h, include/ntddk.h, include/ole.h, include/wine/obj_base.h, misc/comm.c, misc/main.c, msdos/int09.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/msacm/msacmdrv.h, dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/serialui/confdlg.c, dlls/shell32/brsfolder.c, dlls/user/ddeml.c, dlls/wininet/http.c, dlls/wininet/internet.c, controls/icontitle.c, controls/widgets.c, dlls/comctl32/tab.c, dlls/crtdll/crtdll_main.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c:
+ Removed some unnecessary #includes and dll dependencies.
+
+ * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
+ Make PDB, ENVDB and STARTUPINFO global variables.
+ Added 'module' field in PDB, and removed Wine-specific fields.
+
+ * misc/version.c, scheduler/services.c:
+ Removed winver and service_table from the PDB and made them static
+ variables.
+
+ * include/file.h, loader/dos/dosvm.c, files/file.c:
+ Removed the DOS handles table from the PDB and made it a static
+ variable.
+
+ * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
+ Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - Avoid null-pointer exceptions by testing listnodes validity before doing
+ any work with those.
+ - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
+ the TLB constructor which initializes TLBContext::length to that
+ value.
+ - For non-standard pointed types, td[3] is always 0. I observed that
+ the type is stored at td[2]/8 and not td[3]/8.
+ - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
+ type with no inherited interfaces. If the implemented types linked list
+ is empty, set pRefType as 0 and return S_OK.
+
+ * include/wine/obj_oleaut.h:
+ James Hatheway <james@macadamian.com>
+ Fixed typo in the IDispatch_GetTypeInfo macro.
+
+ * dlls/comctl32/tooltips.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix some remaining problems with tooltips.
+
+ * configure.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
+ fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
+
+ * include/authors.h, include/crtdll.h, include/device.h, include/file.h, include/metafiledrv.h, include/w32sys.h, tools/make_authors, win32/file.c, dlls/ole32/ole2.c, dlls/shell32/authors.h, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/shell32/shlview.c, dlls/win32s/w32sys.c, files/file.c, graphics/metafiledrv/metafiledrv.h, debugger/winedbg.c, dlls/crtdll/crtdll.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c:
+ Moved a few non-standard headers into their respective dlls.
+
+ * include/Makefile.in:
+ Install all standard Windows includes, plus some from the wine subdir.
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.h, include/animate.h, include/comboex.h, include/commctrl.h, include/datetime.h, include/flatsb.h, include/header.h, include/hotkey.h, include/imagelist.h, include/ipaddress.h, include/listview.h, include/monthcal.h, include/nativefont.h, include/pager.h, include/progress.h, include/rebar.h, include/status.h, include/tab.h, include/toolbar.h, include/tooltips.h, include/trackbar.h, include/treeview.h, include/updown.h, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c:
+ Removed all non-standard common control headers from the include
+ directory.
- * [objects/font.c] [graphics/x11drv/xfont.c] [graphics/x11drv/text.c]
- Some rotated text support for X11R6 displays.
+ * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
+ Moved struct32.c to windows directory.
- * [win32/newfns.c] [ole/ole2nls.c]
- Moved GetNumberFormat32A.
+2000-08-08 Alexandre Julliard <julliard@winehq.com>
-Wed Apr 22 17:38:20 1998 David Lee Lambert <lamber45@egr.msu.edu>
+ * relay32/builtin32.c:
+ Make sure builtin dlls are never freed since we don't support dlclose
+ properly yet.
- * [ole/ole2nls.c] [misc/network.c]
- Changed some function documentation to the new style.
+ * dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/richedit/reader.c, dlls/serialui/confdlg.c, dlls/shell32/shell32.spec, dlls/shell32/shellstring.c, dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, include/wine/winbase16.h, dlls/Makefile.in, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/kernel/Makefile.in, dlls/kernel/kernel.spec, dlls/lzexpand/lzexpand_main.c, dlls/msacm/driver.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
+ Small dll interfaces cleanups.
- * [misc/network.c] [include/windows.h] [if1632/user.spec]
- [relay32/mpr.spec] [misc/mpr.c]
- Added stubs for some Win32 network functions; renamed some
- 16-bit ones with 32-bit counterparts, as well as
- WNetGetDirectoryType; moved the stubs in misc/mpr.c (three of
- them!) to misc/network.c.
+ * configure, configure.in, include/wine_gl.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
+ using mesa-3.2 even without glext.h.
- * [ole/compobj.c] [ole/storage.c] [ole/ole2disp.c]
- [ole/ole2nls.c] [ole/folders.c] [ole/moniker.c] [ole/ole2.c]
- [graphics/fontengine.c] [graphics/ddraw.c] [graphics/env.c]
- [graphics/driver.c] [graphics/escape.c]
- Changed fprintf's to proper debug-macros.
+ * dlls/comctl32/listview.c, include/listview.h:
+ Aric Stewart <aric@codeweavers.com>
+ Reworked how selections are kept track of in the list view. Selections
+ are now listed as a sorted range of paired integers.
- * [include/winnls.h]
- Added some flags (for internal use).
+ * dlls/comctl32/tooltips.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
+ toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
+ valid window handle).
- * [ole/ole2nls.c]
- Added the Unicode core function, and worked out a way to hide
- the commonality of the core.
+ * documentation/HOWTO-winelib:
+ Wilbur N. Dale <wilbur.dale@lumin.nl>
+ Added description of using DLLs with WineLib.
- * [relay32/kernel32.spec]
- Added support for GetDate/Time32A/W.
+ * documentation/*:
+ John R. Sheets <jsheets@codeweavers.com>
+ Converted Wine documentation to SGML format.
+
+2000-08-07 Alexandre Julliard <julliard@winehq.com>
-Wed Apr 22 09:16:03 1998 Gordon Chaffee <chaffee@cs.berkeley.edu>
+ * controls/icontitle.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Initialize 'str' in ICONTITLE_GetTitlePos.
- * [win32/code_page.c]
- Fixed problem with MultiByteToWideChar that was introduced in
- last release. Made MultiByteToWideChar more compatible with Win32.
+ * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
+ Fixed resource functions to work with 32-bit modules that don't have a
+ 16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
- * [graphics/x11drv/graphics.c]
- Fixed problem with drawing arcs.
+ * programs/uninstaller/main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Add an edit control showing the command line of the currently selected
+ deinstall item.
+
+ * windows/winpos.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ WINPOS_WindowFromPoint should respect hrgnWnd.
+
+ * loader/pe_image.c:
+ Peter Ganten <peter@ganten.org>
+ Set up exe_modref before loading implicitly linked dlls.
+
+ * dlls/kernel/format_msg.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Prevent endless looping in linebreak handling.
+
+ * dlls/ddraw/ddraw/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ If we are looking for an existing pixmap format, we do not need the
+ same bitsperpixel (fixes depth 15/bitspixel 16 mode).
+
+ * include/dinput.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added a few DirectInput 7 definitions and C++ fixes.
+
+ * dlls/kernel/wowthunk.c:
+ Peter Ganten <peter@ganten.org>
+ LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
-Tue Apr 21 11:24:58 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
+ * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed local variable shadows warnings.
- * [ole/ole2nls.c]
- Move stuff from 0x409 case to Lang_En.
+ * win32/process.c, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, relay32/builtin32.c, scheduler/process.c, debugger/dbgmain.c, debugger/msc.c, debugger/types.c:
+ - Fixed resource functions to work directly from the HMODULE instead of
+ requiring a modref.
+ - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
+ Eric Pouech and Dusan Lacko).
+ - Simplified modref structure and handling.
- * [relay32/user32.spec] [windows/winpos.c]
- Added stubs for GetWindowRgn32 and SetWindowRgn32. Makes Office
- Paperclip happy.
+ * include/wine/obj_base.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Protect the prototypes in here from C++ name mangling...
+
+ * dlls/version/install.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
+
+ * include/vfw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ inline must be first attribute in function definition.
+
+ * dlls/user/lstr.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed CharNextW.
+
+ * graphics/x11drv/dib.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ X11DRV_DIB_SetImageBits_RLE8: break image lines.
+
+2000-08-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, dlls/winsock/Makefile.in, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/serialui/Makefile.in, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
+ Added imports of kernel32.dll where necessary.
+
+ * Makefile.in, dlls/user/Makefile.in:
+ Link USER resources into libuser.so.
+
+ * ole/ole2nls.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for calling ctype functions with Unicode characters.
+
+ * dlls/comctl32/toolbar.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Converted all calls to RedrawWindow to InvalidateRect. Previously
+ RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
+ immediate WM_PAINT message. Moving to InvalidateRect should let
+ WM_PAINTs occur normally.
+
+ * controls/listbox.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Avoid resetting the background color when clearing out blank areas, as
+ it may have been set to something other than COLOR_WINDOW by the
+ application.
+
+ * windows/x11drv/wnd.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Top level windows with 0 width or height are created with a size of 1x1 in
+ the X11 driver. I've added some code to make sure those windows are never
+ mapped while the size <= 0.
+
+ * misc/lstr.c, misc/main.c, relay32/snoop.c, win32/except.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/user.spec, dlls/user/user32.spec, if1632/Makefile.in, if1632/dummy.c, include/wine/exception.h, include/wine/winestring.h, include/wine/winuser16.h, include/winuser.h, memory/string.c, console/interface.c, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi_main.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/shell32/shell32.spec:
+ Moved most USER string functions to dlls/user.
+ Cleaned up a few more inter-dll dependencies.
+
+ * ole/ole2nls.c, relay32/relay386.c, win32/device.c, win32/init.c, windows/driver.c, windows/painting.c, windows/win.c, files/dos_fs.c, files/drive.c, files/file.c, graphics/win16drv/init.c, graphics/x11drv/xfont.c, loader/loadorder.c, loader/ne/convert.c, loader/ne/module.c, loader/ne/resource.c, misc/registry.c, objects/enhmetafile.c, controls/edit.c, controls/menu.c, dlls/shlwapi/path.c, dlls/user/text.c:
+ Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
+ to trap exceptions.
+
+2000-08-04 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Warn about directories specified in modules.dat that are not used.
+ - Eliminated the warnings caused by the change above.
+ - Minor API files update.
+ - Minor bug fixes.
+
+ * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * debugger/stack.c, dlls/comctl32/listview.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, debugger/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a few missing imports.
+
+ * objects/palette.c, objects/text.c, scheduler/thread.c, win32/Makefile.in, win32/newfns.c, win32/ordinals.c, windows/queue.c, windows/scroll.c, dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, graphics/Makefile.in, graphics/cache.c, loader/resource.c, misc/lstr.c, dlls/kernel/kernel32.spec:
+ Moved a bunch of functions out of libwine/kernel/gdi into USER.
+
+ * windows/x11drv/wnd.c, graphics/metafiledrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h, include/ttydrv.h, include/user.h, include/win.h, include/x11drv.h, objects/metafile.c, windows/caret.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/painting.c, windows/winpos.c, controls/combo.c, controls/menu.c, dlls/ttydrv/ttydrv_main.c, dlls/wineps/init.c, dlls/x11drv/x11drv_main.c, graphics/enhmetafiledrv/init.c:
+ Removed a few dependencies on GDI internals from USER dll.
+
+ * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/user/user32.spec, programs/uninstaller/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, debugger/Makefile.in, debugger/winedbg.spec:
+ Added a few missing imports.
+
+2000-08-03 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/console.c, Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/printdrv.c, dlls/kernel/toolhelp.spec, dlls/user/Makefile.in, misc/Makefile.in, misc/printdrv.c, msdos/int09.c, msdos/int16.c, scheduler/thread.c:
+ Make USER and GDI separate dlls.
+
+ * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed the Win16/Win32 structure size/alignment differences of
+ ws_hostent, ws_protoent, ws_servent, ws_netent.
+
+ * dlls/comctl32/tooltips.c, include/tooltips.h:
+ Huw D M Davies <h.davies@codeweavers.com>
+ Redo the show/hide logic and add a comment to explain what's going on.
+ Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
+ Fix handling of TTDT_AUTOMATIC.
+ Relayed mouse messages should extract the position from lParam not
+ msg.pt
+ SubclassProc now unified with TTM_RELAYEVENT.
+ Change all lstrcpyxtox to use win32 APIs.
+
+ * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Changed the AFM metrics structure to use an array instead of a linked
+ list. This avoids doing two heap allocations for every character, and
+ reduces the metrics parsing time by approx 25%.
+
+ * dlls/wininet/http.c:
+ John R. Sheets <jsheets@codeweavers.com>
+ Added "Mime-Version" to standard MIME headers parsed in
+ HTTP_GetStdHeaderIndex().
+
+ * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Implemented the ErrorInfo interfaces.
+
+ * dlls/kernel/Makefile.in:
+ Added explicit dependency on message files for people who don't run
+ make depend.
+
+ * dlls/shell32/shellguid.c, dlls/shlwapi/shlwapi_main.c, ole/guid.c, dlls/avifil32/avifile.c, dlls/ddraw/main.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/oleaut.c:
+ Moved GUID definitions to their respective dll.
+
+ * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
+ Fixed IShellLinkA/W definitions.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shellord.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, include/guiddef.h, include/initguid.h, include/rpc.h, include/shlguid.h, include/vfw.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, include/wtypes.h:
+ Added guiddef.h and moved a few GUID definitions to the correct file.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Fixed IsEqualGUID definition.
+
+ * include/winnls.h, ole/ole2nls.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
+ the registry. Instead, use system default values.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
+ - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
+ if there is only one column.
+ - Corrected a bug I introduced with an earlier patch which caused
+ problems with multiple selections.
+
+ * dlls/ddraw/convert.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ One of the 24/32 convert color masks was wrong.
+
+ * dlls/user/user32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ GetPropA/W have string args.
+
+ * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
+ Added imports of user32/gdi32/kernel32 wherever necessary.
+
+2000-08-01 Alexandre Julliard <julliard@winehq.com>
-Tue Apr 21 11:16:16 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20000801.
+
+----------------------------------------------------------------
+2000-08-01 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- If image is relocated, TLS addresses need to be adjusted.
+ * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Added WM_TCARD and DWORDLONG.
- * [debugger/*.c]
- Generalized tests for 32-bit segments.
-
-Tue Apr 21 02:04:59 1998 James Juran <jrj120@psu.edu>
-
- * [misc/*.c] [miscemu/*.c] [msdos/*.c] [if1632/*.c]
- [include/*.h] [loader/*.c] [memory/*.c] [multimedia/*.c]
- [objects/*.c]
- Almost all fprintf statements converted to appropriate
- debug messages.
-
- * [README]
- Updated "GETTING MORE INFORMATION" section to include WineHQ.
-
- * [documentation/debugger]
- Fixed typo.
+ * dlls/kernel/format_msg.c, tools/wmc/write.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ PE_MESSAGE_HEADER.Length contains the header itself too.
- * [windows/defwnd.c]
- Added function documentation.
+ * memory/virtual.c: Peter Ganten <peter@ganten.org>
+ Committing a page of a shared mapping in one process lets it appear
+ committed in other processes, too. To fake this, we commit them as
+ soon as they are mapped.
+
+ * include/winnt.h, memory/heap.c:
+ Peter Ganten <peter@ganten.org>
+ Moved Wine private heap creation flags to other values.
+ Return system heap when a shared heap is requested.
+
+ * files/directory.c:
+ Only set COMSPEC if not defined already.
+
+ * dlls/commdlg/filedlg.c, include/wine/unicode.h:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Changed the win31 style file dialog to 32 bits structures and
+ messages.
-Sun Apr 19 16:30:58 1998 Marcus Meissner <marcus@mud.de>
+ * dlls/comctl32/treeview.c: Serge Ivanov
+ Andrew Lewycky
+ Improved drawing of item text, added SHOWSELALWAYS capability.
- * [Make.rules.in]
- Added lint target (using lclint).
+ * dlls/comctl32/listview.c:
+ Matthew Lake <MasterR_L@yahoo.com>
+ Fixed a segfault problem using the standard file open dialog box.
- * [relay32/oleaut32.spec][relay32/Makefile.in][ole/typelib.c]
- [ole/ole2disp.c]
- Added oleaut32 spec, added some SysString functions.
+ * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
+ Moved MulDiv() and VGA routines out of GDI.
- * [if1632/signal.c]
- Added printing of faultaddress in Linux (using CR2 debug register).
+ * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Added support for ERRORLEVEL.
+ Most errors reported via FormatMessage().
+ COPY command now works correctly if output specifier is a directory.
- * [configure.in]
- Added <sys/types.h> for statfs checks.
+ * dlls/comctl32/treeview.c:
+ Susan Farley <sfarley@codeweavers.com>
+ More consistent calculation of line height, scrolls a full item on
+ line up/down.
- * [loader/*.c][debugger/break.c][debugger/hash.c]
- Started to split win32/win16 module handling, preparing support
- for other binary formats (like ELF).
+ * dlls/comctl32/listview.c, include/listview.h:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a few bugs including one with setting extended styles and
+ editing labels.
+ Implemented the LVS_EX_FULLROWSELECT extended style.
+ Begin an implementation of virtual list views (LVS_OWNERDATA style
+ set).
-Sat Apr 18 10:07:41 1998 Rein Klazes <rklazes@casema.net>
+ * include/ddraw.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed unnecessary X11 includes from ddraw.h.
- * [misc/registry.c]
- Fixed a bug that made RegQueryValuexxx returning
- incorrect registry values.
+ * loader/module.c: Peter Ganten <peter@ganten.org>
+ WinExec16 should not split quoted filenames with spaces.
-Fri Apr 17 22:59:22 1998 Alexander V. Lukyanov <lav@long.yar.ru>
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented InternetCheckConnectionA.
- * [misc/lstr.c]
- FormatMessage32*: remove linefeed when nolinefeed set;
- check for target underflow.
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed another non-Linux build failure.
-Fri Apr 17 00:38:14 1998 Alexander V. Lukyanov <lav@long.yar.ru>
+ * dlls/crtdll/crtdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed 2 forward entries.
- * [misc/crtdll.c]
- Implement xlat_file_ptr for CRT stdin/stdout/stderr address
- translation.
+ * dlls/comctl32/status.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed some flicker by detecting if we set the same value again.
-Wed Apr 15 20:43:56 1998 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Change logic of listbox resizing for 16 bits apps for lists without
+ LBS_NOINTEGRALHEIGHT style.
- * [controls/menu.c]
- Added 'odaction' parameter to MENU_DrawMenuItem() and redirected
- WM_DRAWITEM messages to GetWindow(hwnd,GW_OWNER).
+ * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
+ Fixed CreateDC to work properly when it is called with a device.
-Tue Apr 14 16:17:55 1998 Berend Reitsma <berend@united-info.com>
+ * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+ Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
+ - Support whitespace around commands better, and support the @
+ prefix better
+ - Enhance the set support to unset, display value error correctly
+ - Enhance the command line support for parms, and env var expansion
+ - Enhance the echo command to not loose whitespace, and display
+ output with % signs better
- * [graphics/metafiledrv/init.c] [graphics/painting.c]
- [graphics/win16drv/init.c] [graphics/x11drv/graphics.c]
- [graphics/x11drv/init.c] [include/gdi.h] [include/x11drv.h]
- [relay32/gdi32.spec]
- Added PolyPolyline routine.
+ * configure, configure.in, include/regstr.h, programs/Makefile.in, programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/README, programs/uninstaller/main.c, programs/uninstaller/main.h, programs/uninstaller/rsrc.rc, programs/uninstaller/uninstaller.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added an uninstaller for InstallShield, WISE etc.
- * [windows/winproc.c]
- Changed WINPROC_GetProc() to return proc instead of &(jmp proc).
+ * windows/x11drv/wnd.c:
+ Jean-Claude Batista <jcb@macadamian.com>
+ Provide position hints for window managers.
-----------------------------------------------------------------------
-Sun Apr 12 12:22:23 1997 Andreas Mohr <100.30936@germany.net>
+2000-07-31 Alexandre Julliard <julliard@winehq.com>
- * [files/drive.c]
- Fixed "no free space" problem with partition sizes between 1 and 2 GB
- (cluster_sectors may not exceed 0x40).
+ * graphics/x11drv/init.c, include/monitor.h, include/sysmetrics.h, include/ttydrv.h, include/x11drv.h, misc/main.c, windows/multimon.c, windows/sysmetrics.c, windows/ttydrv/init.c, windows/user.c, windows/win.c, windows/x11drv/init.c, windows/x11drv/mouse.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/gdi/wing.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/painting.c, graphics/ttydrv/dc.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
+ Cleaned up some more USER dependencies.
- * [windows/msgbox.c] [if1632/user.spec] [include/windows.h]
- Implemented MessageBoxIndirect16, corrected MSGBOXPARAMS16.
+ * include/wingdi.h, include/winuser.h:
+ Moved system metrics definitions to winuser.h.
- * [loader/task.c]
- DOS environment strings may never exceed 127 chars
- -> truncate Unix environment strings if necessary.
+ * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
+ Tidyed up stack backtrace code a bit, and added a simple special
+ case for backtracing from a null EIP.
-Sun Apr 12 02:51:44 1998 Dimitrie O. Paun <dimi@mail.cs.toronto.edu>
+ * files/file.c, server/file.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for 64-bit negative seek value.
- * [files/*.c]
- All fprintf statements were converted to appropriate debug
- messages.
+ * include/module.h, msdos/int2f.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Removed DOS task fields from the NE_MODULE structure.
- * [tools/find_debug_channels]
- Updated comments at the beginning of the file.
+ * loader/task.c:
+ Skip quoted program name when building command line.
-Sat Apr 11 15:27:21 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
+ DOS binary support has been restored.
- * [loader/module.c] [loader/task.c] [scheduler/process.c]
- Moved some code around to prepare the ground for CreateProcess().
+ * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
+ Moved toolhelp implementation into kernel32 dll.
- * [memory/environ.c] [loader/task.c]
- Moved Win32 environment strings functions to environ.c.
- Unified Win16 and Win32 environment management.
+ * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
+ Backed out FindResource language patch.
- * [scheduler/handle.c] [scheduler/k32obj.c] [scheduler/*.c]
- Implemented handle inheritance and DuplicateHandle().
+ * loader/dos/dosvm.c, msdos/int09.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed a few problems.
- * [scheduler/thread.c]
- Create a 16-bit stack for all threads.
+ * dlls/kernel/messages/winerr_enu.mc:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Added text for all messages included in win95 and winNT.
- * [windows/dialog.c]
- Implemented DIALOGEX resource format.
+ * dlls/kernel/format_msg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added { } around stuff in ADD_TO_T macros.
-Fri Apr 10 20:21:51 1998 Marcus Meissner <marcus@mud.de>
+ * include/dosexe.h, loader/dos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Convert DOS (MZ) binary loader to the new DOS process model.
- * [configure.in][include/acconfig.h][*/*][multimedia/*]
- Cleaned up the OSS detection stuff, added some more checks for
- headerfiles/functions.
- Removed a lot of OS specific #ifdefs.
- Lots of dependend multimedia cleanups.
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
+ assembly code a bit, and wrapped it in #ifdef __i386__.
- * [loader/pe_image.c]
- Enhanced comment, added missing reference count increase.
+2000-07-30 Alexandre Julliard <julliard@winehq.com>
- * [ole/compobj.c]
- Replaced broken StringFromGUID2 by working one.
+ * if1632/thunk.c, include/callback.h, include/keyboard.h, loader/dos/dosvm.c, misc/main.c, objects/bitmap.c, objects/dib.c, objects/palette.c, windows/keyboard.c:
+ Cleaned up a few USER dependencies.
- * [misc/winsock.c]
- SO_LINGER uses unsigned 16 bit in Win16 and Win32, but unsigned
- int (32bit) for UNIX.
+ * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Removed hModule parameter from MZ_AllocDPMITask(), and renamed
+ MZ_KillModule() to MZ_KillTask().
- * [memory/global.c]
- Allow realloc for lockcount 1 too.
+ * configure, configure.in:
+ Create dll/kernel/messages directory.
-Fri Apr 10 15:27:34 1998 Morten Welinder <terra@diku.dk>
+ * include/miscemu.h, msdos/dosmem.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
+ initialize DOS memory properly in the new process model. Made
+ DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
- * [graphics/x11drv/text.c]
- Handle control characters in trace. Ignore terminating newline.
+ * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
+ Removed usage of obsolete pModule->lpDosTask.
- * [multimedia/init.c]
- (MULTIMEDIA_Init): Correct allocations.
+2000-07-29 Alexandre Julliard <julliard@winehq.com>
- * [tools/examine-relay]
- Tidy up.
+ * include/winbase.h, include/winuser.h, loader/resource.c, memory/atom.c, memory/environ.c, misc/comm.c, misc/lstr.c, objects/gdiobj.c, objects/region.c, objects/text.c, relay32/builtin32.c, relay32/snoop.c, win32/device.c, win32/except.c, debugger/winedbg.c, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, graphics/painting.c, graphics/x11drv/xfont.c, if1632/snoop.c:
+ Removed some unnecessary inclusions of wingdi.h and winuser.h
- * [windows/syscolor.c]
- Change highlight colour from lightblue to lightgray. This
- looks correct for menus.
+ * dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, include/ntddk.h, loader/module.c:
+ Removed a few external dependencies from ntdll.
-Fri Apr 10 01:49:58 1998 Douglas Ridgway <ridgway@winehq.com>
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added CreateTypeLib,LHashValOfNameSys stubs.
+ Check for correct struct magic before reading out of it.
- * [configure.in] [Make.rules.in]
- Add check for c2man before using it.
+ * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented SmoothScrollWindow.
-Fri Apr 10 02:59:21 1998 Douglas Ridgway <ridgway@winehq.com>
+ * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
+ Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
+ of pointers from global heap functions.
- * [DEVELOPERS-HINTS]
- Simple description of adding API calls.
+ * dlls/kernel/format_msg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Get rid of USER32 functions in KERNEL32.
- * [include/wintypes.h] [include/windows.h]
- Get rid of Winelib16, avoid declaring some illegal functions in
- Winelib, add prototypes for some enhanced metafile functions, fix
- GetTextExtentPoint32 declarations.
+ * include/dosexe.h, loader/dos/dosvm.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added support for the Win32 Console interface to the main DOSVM event
+ loop. Cleaned up event dispatching code a bit.
- * [relay32/gdi32.spec] [objects/enhmetafile.c]
- Cosmetic and functional improvements.
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Make direct console input routines go through int16, rather than
+ reading directly from the console driver.
- * [include/wincon.h] [programs/view/*]
- Fixes, improved compatibility with native compilers.
+ * programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/wcmd/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in:
+ Francois Gouget <fgouget@psn.net>
+ ole32 now requires linking with kernel32
+ shell32 now requires linking with kernel32 and shlwapi
-Thu Apr 9 15:48:49 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ We always have strerror, so no need to ifdef HAVE_STRERROR.
- * [win32/kernel32.c]
- Implemented FT_Thunk / FT_Prolog / FT_Exit / FT_PrologPrime.
- Fixed Common32ThkLS thunk function.
+ * windows/win.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Initialize hrgnWnd.
+
+ * configure, configure.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix the GLEXT function prototype typedefs detection.
+
+ * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Let Int09 routines remember a keystroke's ASCII code, if available.
+
+ * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
+ Added some int33 function stubs.
+
+ * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
+ Changed a few core int10 routines to use the BIOS data segment cursor
+ positions and the VGA routines, instead of directly accessing the
+ console driver.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented OleGetAutoConvert.
+
+ * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ FindResourceExA/W should search for the specified language resource only.
+ FindResourceA/W should search for any language resource.
+
+ * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ No longer crash when running with DirectDraw with a DDClipper in
+ -desktop mode.
+
+ * windows/nonclient.c:
+ Francois Boisvert <francois@macadamian.com>
+ NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
+ clicking on a window having a customize non client area.
+
+2000-07-28 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
+
+ * memory/codepage.c:
+ Wolfgang Schwotzer <woschwot@gmx.net>
+ Added NULL pointer checks.
+
+ * include/acconfig.h, include/config.h.in, include/ts_shape.h, include/ttydrv.h, include/win.h, include/x11drv.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_shape.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/winpos.c, windows/x11drv/init.c, windows/x11drv/wnd.c, configure, configure.in, dlls/x11drv/x11drv_main.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - implementation of SetWindowsRgn and GetWindowRgn
+ - X11DRV and TTYDRV updated with new API SetWindowRgn
- * [tools/build.c] [relay32/relay386.c] [if1632/relay.c]
- Changed relay code to allow register functions to modify stack layout.
+ * include/miscemu.h, include/winnt.h, loader/dos/module.c, memory/global.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/interrupts.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Removed the hModule parameter from various DOSMEM routines, the DOSMEM
+ routines now always use the current memory space.
+
+ * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
+ Solaris specific fixes.
+
+ * windows/x11drv/event.c, windows/defwnd.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Now the service thread is no more in charge of erasing the background
+ of the Window. Service thread is doing the invalidation part, and the
+ application thread is doing the erasing part. All this has been
+ implemented using WM_SYNCPAINT message.
+
+ * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
+
+ * windows/x11drv/event.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not crash if window was not found.
+
+ * windows/dialog.c, windows/painting.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - UpdateWindow should refresh all children that have an update region.
+ - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
+ a WM_PAINT eventually for the dialog, no need to force a paint right away.
+ (based on a patch from James Hatheway in the Corel tree)
+
+ * msdos/int21.c, msdos/int2f.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Just get DOS task structure from MZ_Current(), instead of (clumsily)
+ trying to find and read from the current task's module structures.
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Make a global asm helper function to handle 32-bit RMCB calls, so we
+ don't need those complex constraints either.
+
+ * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
+ Always get a hardware message from the system queue in PeekMessage,
+ even if no such wake bits are set, because in a PeekMessage loop,
+ there's no sleeping, so the necessary wake bits are never set...
+
+ * dlls/oleaut32/olefont.c, include/olectl.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add Connection Point support to OLE font objects.
+ Add some more TRACE()s.
+
+ * dlls/*/*.spec:
+ Added 'owner' field to 16-bit spec files to specify the name of the
+ 32-bit dll that contains it.
+
+2000-07-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/Makefile.in, dlls/winmm/sound.spec, dlls/winmm/sound16.c, include/stress.h, include/wine/winesound.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/stress.c, dlls/kernel/stress.spec, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
+ Merged setupx.dll into setupapi.dll.
+ Merged sound.dll into winmm.dll.
+ Merged stress.dll into kernel32.dll.
+
+ * dlls/dciman32/Makefile.in, dlls/dciman32/dciman_main.c, dlls/dplay/Makefile.in, dlls/dplay/dplay_main.c, dlls/msnet32/Makefile.in, dlls/msnet32/msnet_main.c, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shfolder/shfolder_main.c, dlls/wow32/Makefile.in, dlls/wow32/wow_main.c:
+ Added a few empty source files so that each dll has at least one C
+ file.
+
+ * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c, include/driver.h, include/mmsystem.h, include/msacm.h, include/vfw.h, programs/avitools/icinfo.c, windows/driver.c, dlls/comctl32/animate.c, dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c, dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mmsystem.c, dlls/avifil32/avifile.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
+ - upgraded vfw.h content
+
+ * msdos/dpmi.c: Avoid clobbering %ebx.
+
+ * loader/ne/module.c:
+ Return the proper error code when a 16-bit task failed to start
+ (thanks to Peter Ganten).
+
+ * documentation/HOWTO-winelib:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Adapted to the recent winebuild rename.
+
+ * loader/module.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added detection code for very old Windows (1.1, 2.0, ...) binaries to
+ MODULE_GetBinaryType().
+
+ * dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c:
+ Moved shlwapi routines from shell32.dll to shlwapi.dll.
+
+2000-07-25 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, Makefile.in, configure, configure.in, dlls/Makedll.rules.in, server/Makefile.in, server/atom.c, server/registry.c, server/unicode.c, server/unicode.h, tools/wmc/Makefile.in, unicode/.cvsignore, unicode/Makefile.in:
+ Make unicode.o into a separate ELF library so that we can use it from
+ the wineserver too.
+
+ * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
+ non-existent directory would leave the new drive enabled upon aborting
+ (fixes CuteFTP install and should fix MANY apps)
+ This has probably been caused by myself. *brownpaperbag*
+ - added GetVolumeInformation serial number bug-for-bug compatibility
+ - corrected Unicode labels (better CD-ROM handling in general)
+ - moved CD-ROM label detection code to misc/cdrom.c
+ - possible to use loopback mounted ISO9660 files
+ - init some uninitialised drive fields
+ - remove some unnecessary header includes
+
+ * windows/winpos.c:
+ Susan Farley <sfarley@codeweavers.com>
+ Don't destroy the caret on SWP_HIDEWINDOW.
+
+ * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/format_msg.c, dlls/kernel/kernel.rc, dlls/kernel/kernel32.spec, dlls/kernel/messages/.cvsignore, dlls/kernel/messages/winerr_enu.mc, loader/resource.c, misc/lstr.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Improved FormatMessage:
+ - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
+ - Implemented language search as documented
+ - Illegal combinations of options trapped.
+ - Message table for system messages added.
+
+ * include/winbase.h, include/winuser.h:
+ Moved FORMAT_MESSAGE flags definition to winbase.h.
+
+ * Make.rules.in:
+ Added rules for message compiler .mc files.
+
+ * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ James Hatheway <james@macadamian.com>
+ Portability fixes.
+
+ * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/serialui.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/setupx.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
+ Bertho Stultiens <bertho@akhphd.au.dk>
+ - Implemented a bug-work-around for Berkeley yacc (byacc) which
+ does not generate proper default transition rules for non-terminals.
+ See comments in parser.y how the fix works.
+ - Changed the error-line/char position to make emacs happy parsing
+ the position of the error.
+ - Added comments in the documentation in which order the line-numer
+ and character-position of the error is written.
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Use lcall opcodes, so all gas-es understand it...
+
+ * dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, if1632/relay.c, if1632/thunk.c, include/flatthunk.h, misc/Makefile.in, misc/w32scomb.c, relay32/Makefile.in, relay32/utthunk.c, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/flatthunk.h, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec:
+ Moved thunking functions off to kernel32.dll.
+
+ * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/ntdll/sec.c, memory/Makefile.in, memory/registry.c:
+ Temporarily moved advapi32 registry support back into libwine.so, and
+ made advapi32 a separate dll.
+
+ * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ fixed a number of long standing bugs:
+ - segmented expressions didn't display correctly
+ - using dynamic size array for nested types parsing
+ - correct display of source code after a crash
+ factorized some code
+
+ * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
+ Merged wing.dll into gdi32.dll.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Prevent the attempt to draw invalid image indexes.
+ Provide the two pixel buffer between the image and the label.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ A generic implemention of IConnectionPoint/IEnumConnections.
+
+ * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Make fnt2bdf produce correct fonts.
+
+ * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
+ Make int16 read from the BIOS keyboard buffer, not directly from the
+ console driver.
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed broken assembler. Removed support for old protected-mode hack
+ for running real-mode code on platforms that don't support vm86; the
+ current CallRM->RMCB shortcut code should take care of all
+ Wine-supplied RM APIs (such as DOSASPI) anyway.
+
+ * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
+ Perform NE_InitProcess in the context of the new task.
+
+2000-07-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/win87em.c, dlls/kernel/win87em.spec, dlls/kernel/windebug.c, dlls/kernel/windebug.spec:
+ Merged msacm and msacm32 dlls.
+ Merged win87em and windebug into kernel32.dll.
+
+2000-07-23 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
+ Francois Gouget <fgouget@psn.net>
+ Fixed int/HANDLE mismatches revealed by -DSTRICT.
+ Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
+
+ * programs/progman/main.c:
+ Francois Gouget <fgouget@psn.net>
+ Fixed WinMain's signature.
+ Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
+ Removed obsolete references to the Languages array.
+
+ * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
+ Francois Gouget <fgouget@psn.net>
+ Removed obsolete references to the Languages array.
+
+ * programs/clock/main.c:
+ Francois Gouget <fgouget@psn.net>
+ Fixed WinMain's signature.
+ Fixed parameter order for the call to CreateWindow.
+
+ * libtest/hello.c, libtest/hello2.c, libtest/hello3.c, libtest/hello4.c, libtest/hello5.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, programs/notepad/main.c, programs/winver/winver.c:
+ Francois Gouget <fgouget@psn.net>
+ Fixed WinMain's signature.
+
+ * programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, libtest/Makefile.in:
+ Francois Gouget <fgouget@psn.net>
+ Added -DSTRICT.
+ Added missing libraries comctl32 and rpcrt4.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ James Hatheway <james@macadamian.com>
+ Adds an initial WSAIoctl function with support for only the
+ SIO_GET_INTERFACE_LIST command. Adds initial code to WsControl
+ function to support the WSCNTL_TCPIP_QUERY_INFO command.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Compilation fixes for OpenGL.
+
+ * Make.rules.in: Mike_McCormack@looksmart.com.au
+ Corrected c2man flags. It still crashes anyhow :-/
+
+ * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Detect broken glext.h headers.
+
+ * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
+ Mike_McCormack@looksmart.com.au
+ Added some basic text display and editing capabilities, cursor
+ positioning, a bit of scrolling and a text file loader.
+
+ * include/tapi.h: Mike_McCormack@looksmart.com.au
+ Implemented lineGetCountry. (works with HyperTrm.exe)
+
+ * 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:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Focus handling, visual changes + misc fixes.
+
+ * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
+ Implemented lineGetCountry. (works with HyperTrm.exe)
- * [memory/selector.c]
- Implemented AllocMappedBuffer / FreeMappedBuffer.
+ * include/winbase.h: Francois Gouget <fgouget@psn.net>
+ Removed duplicate declaration of AddAccessAllowedAce.
- * [relay32/kernel32.spec] [if1632/kernel.spec] [win32/ordinals.c]
- Added names for undocumented functions.
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Handle the case where the function SetItem is called to select an item
+ or set its focus.
- * [loader/module.c]
- Bugfix: LoadLibrary16 should *not* silently load 32-bit DLL.
+ * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
+ Ove Kaaven <ovek@transgaming.com>
+ Added a few C++ operators to Direct3D structures, and made some unions
+ 'nameless'.
-Thu Apr 9 03:54:58 1998 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * dlls/winsock/async.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Insured that all parameters of async functions are copied before
+ returnig from request.
- * [windows/keyboard.c]
- Fix an erroneous test in TranslateAccelerator{16,32} for the end
- of the accelerator table.
+ * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fix a few typos and such.
-Thu Apr 8 20:36:28 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ * include/d3d.h, include/ddraw.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some DirectDraw7-related definitions.
- * [misc/crtdll.c]
- Implement getenv.
+ * configure, configure.in, include/config.h.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Make non-existence of (f)lex an error.
- * [misc/commdlg.c]
- Make Get[Save/Open]FileName work in most situations.
+ * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
+
+ * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
+ Added a few Win32 definitions.
- * [misc/lstr.c]
- Use wvsprintf32A instead of vsprintf in FormatMessage32X
+ * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
+ Reduce scope of "Status" #ifdef hack.
+
+ * if1632/relay.c, relay32/builtin32.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Say that "No handler" messages as fatal.
- * [misc/version]
- Make NT3.50 a recognised version
+ * winedefault.reg: Fixed SharedDir location.
+
+ * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
+ the ugly Dr7 hack.
+
+ * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed first seek on MEM mmio files.
+
+ * dlls/commdlg/fontdlg.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
- * [graphics/x11drv/graphics.c]
- Change the algorithme to draw arcs
+ * dlls/wininet/http.c:
+ John R. Sheets <jsheets@codeweavers.com>
+ Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
- * [loader/resource.c]
- Return an empty buffer in LoadString32A if no resource found.
+ * dlls/wininet/internet.c:
+ John R. Sheets <jsheets@codeweavers.com>
+ Put the URL parameter list in with the URL path if the ExtraInfo
+ buffer isn't specified.
- * [win32/code_page.c]
- Try harder to get the right size in MultiByteToWideChar.
+ * controls/icontitle.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Fixed calculation of buffer length after switch of window text to
+ unicode.
- * [win32/process.c]
- Call WinExec32 for CreateProcess32A.
+ * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
+ Comment out a nonfunctional DOS part of debugger.
- * [windows/user.c]
- Install default Int0 Handler in InitApp().
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added stub for RasHangUpA().
-Thu Apr 8 19:29:48 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
+ DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
+ to documentation.
- * [misc/imagelist.c]
- Preliminary fix for drawing selected images.
- Various improvements.
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a few problems.
- * [controls/progress.c][include/progress.c][include/commctrl.h]
- Added progress bar messages and styles for IE4.01 (dll version 4.72)
- compatibility.
- Fixed led size problem.
+ * dlls/comctl32/toolbar.c:
+ David Elliott <dfe@infinite-internet.net>
+ - Changed the temporary buffer for loading resources from 256 to 512
+ - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
+ the function
+ - Use lstrcpynW instead of lstrcpyW
+
+2000-07-16 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20000716.
+
+----------------------------------------------------------------
+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.
- * [controls/updown.c][include/commctrl.h]
- Added UDM_GETRANGE32 and UDM_SETRANGE32.
+ * 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/oembitmaps.c][include/windows.h][include/bitmaps/*]
- Added Win95 icons and fixed Win95 cursor and restore button bug.
- Now they should be visible. Sorry!!!
+ * dlls/x11drv/x11drv_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Restrict nTimeout to 0-32767, since it is a 16bit value in X.
- * [relay32/comctl32.spec]
- Added most missing function names.
+ * 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.
-Tue Apr 6 18:48:36 1998 Matthew Becker <mbecker@glasscity.net>
+ * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [objects/font.c] [if1632/gdi.spec]
- GetOutlineTextMetrics: stub
+ * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
- * [objects/text.c]
- GetTextCharset should just call GetTextCharsetInfo.
+ * 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.
- * [misc/mpr.c] [relay32/mpr.spec]
- WNetCachePassword: stub
+ * 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
- * [scheduler/thread.c] [relay32/user32.spec]
- AttachThreadInput: stub
- Updated documentation.
+ * dlls/commdlg/comdlg32.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Remove second import of winspool.drv.
- * [objects/palette.c]
- Updated documentation.
+ * controls/static.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add support for icons set by STM_SETIMAGE.
-Tue Mar 31 17:06:30 1998 James Juran <jrj120@psu.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.
- * [*/*.c]
- Finished fixing USER32 ordinal numbers in function documentation.
+ * graphics/x11drv/xfont.c:
+ John Elliot <jce@seasip.demon.co.uk>
+ Some fonts may have no characters at all for some reason, avoid crashes.
-Mon Mar 30 20:27:38 1998 Morten Welinder <terra@diku.dk>
+ * dlls/dsound/dsound_main.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Add a few more flags to those recognized when doing trace+dsound.
- * [misc/debugstr.c] [include/debugstr.h]
- Moved _dumpstr from relay32/relay386.c. Improved control
- character handling.
+ * 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.
- * [msdos/int21.c]
- Implement 215E00 -- get machine name.
+ * graphics/x11drv/dib.c:
+ James Abbatiello <abbeyj@wpi.edu>
+ Use XCreateImage/XGetSubImage instead of XGetImage for
+ X11DRV_DIB_GetImageBits.
- * [windows/winpos.c]
- SetWindowPos32: Make an extra sync when mapping managed
- windows. This makes sure the reconfigure event has been
- handled. See Mshearts' what's-your-name window.
+2000-06-10 Alexandre Julliard <julliard@winehq.com>
-Mon Mar 30 01:13:50 1998 Alexander V. Lukyanov <lav@long.yar.ru>
+ * 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.
- * [Makefile.in]
- Install includes from TOPSRCDIR.
+ * loader/ne/module.c:
+ Make sure GetModuleFileName16 does not return garbage even if the path
+ is not valid (thanks to Andreas Mohr).
-----------------------------------------------------------------------
-Sun Mar 29 15:18:57 1998 Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
+ * 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.
- * [msdos/int21.c]
- More verbose Trace messages
+ * 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>
-Sun Mar 29 15:03:30 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/ttydrv/ttydrv_main.c: Fixed warning.
- * [loader/ne_image.c]
- Terminate relocation chains on 0 offset.
+ * 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.
-Sun Mar 29 02:35:45 1998 James Juran <jrj120@psu.edu>
+ * 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).
- * [windows/caret.c] [windows/class.c] [windows/clipboard.c]
- Fixed more USER32 ordinal numbers in function documentation.
+ * 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.
-Sat Mar 28 22:40:23 1997 Andreas Mohr <100.30936@germany.net>
+ * 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.
- * [controls/desktop.c]
- Return 1 for WM_NCCREATE in DesktopWndProc.
+ * 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.
- * [controls/menu.c]
- Fixed crash when destroying a top popup win that was only created
- but not shown.
+ * 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.
- * [ole/typelib.c] [if1632/typelib.spec]
- Implemented OABuildVersion.
+ * 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.
- * [windows/win.c]
- Finally fixed ugly bug in GetParent32 that affected window placement:
- Didn't return 0 for windows that have neither WS_POPUP nor
- WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
+ * 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.
-Sat Mar 28 02:26:43 1998 Dimitrie O. Paun <dimi@mail.cs.toronto.edu>
+ * 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().
- * [DEVELOPERS-HINTS] [documentation/debug-msgs]
- Updated documentation on debug messages
+2000-05-05 Alexandre Julliard <julliard@winehq.com>
- * [include/button.h] [controls/button.c] [include/windows.h]
- [include/combo.h] [controls/combo.c] [controls/commctrl.c]
- [controls/icontitle.c] [controls/listbox.c] [controls/menu.c]
- [controls/scroll.c] [controls/widgets.c]
- Changed some 16-bit code to 32-bit code. I am positive this will
- not break anything.
+ * include/winuser.h, windows/nonclient.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added WM_SIZING message support.
- * [controls/uitools.c]
- Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
- to reflect the fact that they implement Win95 look. Maybe we will
- have a UITOOLS31_ in the future. Anyhow, the change is completely
- internal to this file.
+ * graphics/path.c: Rob Farnum <robf@twinux.com>
+ Removed warnings from freeing path in DeleteDC.
- * [*/*.c]
- Changed a lot of [f]printf into appropriate debug messages.
+ * dlls/comctl32/header.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a bug with the processing of HitTest.
-Fri Mar 27 19:56:12 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
- * [documentation/status/]
- Added directdraw and directsound status.
+ * controls/edit.c: Susan Farley <susan@codeweavers.com>
+ Handle ^C, ^V and ^X in an edit control properly.
- * [if1632/thunk.c][ole/*.c][win32/kernel32.c]
- Added some documentation.
- Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
- (calling conventions and the like still unknown).
+ * misc/registry.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
-Fri Mar 27 09:59:32 1998 Morten Eriksen <mortene@pvv.org>
+ * dlls/comctl32/treeview.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed DC leak.
- * [loader/resource.c][windows/keyboard.c]
- Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
-
- * [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
- Added implementation of StringFromGUID2().
+ * 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.
-Tue Mar 26 23:12:05 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * dlls/comctl32/tooltips.c:
+ Sheri Steeves <sheri@macadamian.com>
+ Worked around some tooltips hide problems by checking the current tooltip.
- * [misc/imagelist.c][relay32/comctl32.spec]
- Implemented new debugging interface.
- Added missing functions (some are empty stubs).
- Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
+ * documentation/distributors:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added a configuration hint for the CD-ROM "unhide" option.
- * [objects/oembitmaps.c][include/windows.h]
- [include/bitmaps/*]
- Added missing restore bitmaps for Win95 look.
- Added missing Win95 cursors.
+ * 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.
-Thu Mar 26 10:18:20 1998 Douglas Ridgway <ridgway@winehq.com>
+ * 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.
- * [programs/view/Makefile.in] [programs/view/view.c]
- Fix compilation, Aldus placeable metafile loading.
+2000-05-03 Alexandre Julliard <julliard@winehq.com>
- * [graphics/metafiledrv/init.c] [relay32/gdi32.spec]
- [objects/metafile.c]
- Implemented various 32 bit versions of regular metafile API.
+ * include/debugdefs.h: Generated again.
- * [objects/enhmetafile.c]
- Implemented rendering of a couple of dozen records.
+ * include/pe_image.h, loader/pe_image.c:
+ PE_LoadImage: removed version parameter, set last error correctly.
-Tue Mar 24 20:06:39 1998 Matthew Becker <mbecker@glasscity.net>
+ * 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.
- * [memory/*.c]
- Updated documentation for API manpages.
+ * dlls/Makefile.in: Fixed typo.
-Mon Mar 23 09:09:00 1998 Alex Korobka <alex@pharm.sunysb.edu>
+ * 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.
- * [misc/winsock.c]
- Fixed 32-bit DNS lookup.
+ * dlls/x11drv/x11drv_main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Call XOpenIM on the large stack.
-Mon Mar 23 23:54:47 1998 Luiz Otavio L. Zorzella <zorzella@nr.conexware.com>
+ * include/winsock.h:
+ Bang Jun-Young <bangjy@dreamwiz.com>
+ FreeBSD 3.4 compile fix.
- * [multimedia/init.c]
- New code for the initialization and gathering of information about
- the MIDI devices, for future use.
+ * 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.
-Thu Mar 19 00:59:29 1998 Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
+ * server/object.c: Small optimization.
- * [windows/win.c]
- Eliminated inaccurate setting of cs->hMenu in
- WIN_CreateWindowEx, along with superfluous SetMenu32 call.
+ * scheduler/thread.c: Fixed default thread stack size.
-Mon Mar 16 17:40:53 1998 Petter Reinholdtsen <pere@td.org.uit.no>
+ * objects/text.c: Fixed DrawTextW length handling.
- * [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
- Install wine.sym in $(exec_prefix)/lib and make sure the debugger
- finds it.
+ * dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Remove the assertion when there is no source surface.
-Sun Mar 15 22:36:35 1998 Michael Veksler <mveksler@tx.technion.ac.il>
+ * include/oleauto.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add DosDateTimeToVariantTime prototype.
- * [dummy.c] [if1632/gdi.spec]
- Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
+ * dlls/shell32/shlwapi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Map StrChrA to strchr. Fix StrChrW arg list.
-----------------------------------------------------------------------
-Sun Mar 15 03:46:50 1998 Dimitrie O. Paun <dimi@mail.cs.toronto.edu>
+ * include/winuser.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added HWND_MESSAGE.
- * [*/*]
- Fixed some dprintf_ such that there is one and only one
- new line for each dprintf and that new line occurs at the end.
- Transformed some fprintfs into proper debug statements.
- Removed much redundancy from most of the debug statements. The
- redundancy appeared because now the component and function
- name is output automatically. Most debug statements also used to
- output the name of the function.
- All these changes prepared the source to switch completely to
- the new debugging interface.
- For more info, refer to ./documentation/debug-msg
+ * 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.
-Sat Mar 14 19:45:23 1997 Andreas Mohr <100.30936@germany.net>
+ * misc/registry.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Mmap does not fail on zero-length files.
- * [misc/shell.c] [if1632/kernel.spec]
- Changed parameters of FUNC004() to fix a crash.
- Not sure if this fix is correct (doc wanted).
+2000-05-01 Alexandre Julliard <julliard@winehq.com>
- * [windows/user.c] [if1632/user.spec] [include/user.h]
- Implemented UserSeeUserDo.
+ * 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.
- * [msdos/int21.c] [include/msdos.h]
- Added "GET LIST OF LISTS" (INT 21/52h).
+ * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
+ Setup the initial thread %fs from a constructor.
-Sat Mar 14 15:48:02 1998 Douglas Ridgway <ridgway@gmcl.com>
+ * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
+ Added DECL_GLOBAL_CONSTRUCTOR macro.
- * [include/windows.h] [relay32/gdi32.spec] [objects/enhmetafile.c]
- Beginnings of enhanced metafile support.
+ * 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.
-Fri Mar 13 20:53:09 1998 John Richardson <jrichard@zko.dec.com>
+ * 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.
- * [win32/console.c]
- Restart interrupted console writes.
+ * files/file.c: Added ENOEXEC error code.
-Fri Mar 13 18:59:24 1998 Matthew Becker <mbecker@glasscity.net>
+ * scheduler/pthread.c: Added atfork support.
- * [*/*.c]
- Updated documentation for API manpages.
+ * 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/dce.c]
- ReleaseDC16: Fixed cast.
+ * debugger/debugger.h, include/heap.h, memory/heap.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Get rid of HEAP_xrealloc.
- * [include/windows.h] [memory/virtual.c]
- VirtualQuery{Ex} should return DWORD instead of BOOL32.
+2000-04-25 Alexandre Julliard <julliard@winehq.com>
-Fri Mar 13 13:03:06 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Compile fix for --without-x.
- * [README][documentation/status/]
- README updated, added lzexpand,version and multimedia
- status notes to new documentation/status directory.
+ * loader/main.c, wine.ini:
+ Patrik Stridvall <ps@leissner.se>
+ Added new configuration file option for selecting graphics driver.
- * [ole/*.c][if1632/typelib.spec]
- Added typelib stubs, several small additions and fixes.
+ * dlls/ttydrv/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Link the TTY driver with the standard libs.
- * [loader/pe_image.c]
- Fixed a small bug (fixup_imports got passed the wrong hModule in a
- remapcase).
+ * 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.
- * [loader/signal.c][if1632/signal.c][misc/winsock_dns.c]
- [loader/module.c]
- Fixed some recursive debugger crashes (caused by invalid FS).
+ * 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.
- * [misc/registry.c]
- Two bugs fixed.
+ * debugger/types.c, debugger/msc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Improved CodeView type information loader.
-Fri Mar 13 04:55:01 1998 David Lee Lambert <lamber45@egr.msu.edu>
+ * dlls/commdlg/colordlg.c:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Don't use the template member unless the corresponding flag is set.
- * [include/winnt.h] [include/winnls.h]
- Moved LANG_xxx flags to winnls.h
+2000-04-24 Alexandre Julliard <julliard@winehq.com>
- * [include/winnls.h]
- Added flags for GetDateFormat(); fixed validity of
- LOCALE_SYSTEM_DEFAULT.
+ * LICENSE, WARRANTY:
+ Switched to the X11 license.
- * [include/windows.h]
- Added GetTimeFormat() prototypes.
+ * server/registry.c, if1632/relay.c, misc/ddeml.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
- * [ole/ole2nls.c]
- Implemented ASCII date- and time-functions, using an
- optimized common core; added stubs for Unicode versions;
- started work on a Unicode core.
+ * 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.
- * [AUTHORS]
- Added my name.
+ * 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.
-Mon Mar 9 20:10:15 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ * include/winnt.h: Francois Gouget <fgouget@psn.net>
+ Include string.h to make winnt.h self-sufficient.
- * [relay32/comctl32.spec] [include/imagelist.h]
- [include/commctrl.h] [misc/imagelist.c] [misc/Makefile.in]
- First attempt at implementing ImageLists.
+ * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
+ infoPtr sometimes can be NULL.
-Sun Mar 8 20:19:49 1998 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.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.
- * [files/dos_fs.c] [configure.in]
- Try to get FileTimeToLocalFileTime,FileTimeToSystemTime and
- SystemTimeToFileTime right.
- Use timegm() where available.
+ * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed toolbar bitmap size handling.
- * [misc/lstr.c]
- Fix an off by one error in FormatMessage and handle the case
- when args = NULL (used by programs to get the length of the
- string).
+ * configure.in, configure:
+ Rein Klazes <rklazes@casema.net>
+ Correct test for linux 2.2 joystick API, which returned true in every
+ case.
- * [win32/console.c]
- Actual display a per-process Title string, better working
- attempt for WriteConsole32W and ReadConsole32W.
+ * 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.
-Fri Mar 6 20:33:45 1998 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * 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().
- * [include/config.h.in][configure.in][multimedia/audio.c]
- [multimedia/dsound.c]
- Added check for FreeBSD sound system.
+2000-04-23 Alexandre Julliard <julliard@winehq.com>
-Sun Mar 1 17:40:10 1998 Jason Schonberg <schon@mti.sgi.com>
+ * Makefile.in, dlls/x11drv/Makefile.in:
+ Build wineclipsrv as part of the x11drv dll.
- * [controls/edit.c] [include/ole.h] [include/shlobj.h]
- Removed final commas in enum types.
+ * 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.
-Mon Feb 23 07:52:18 1998 Luiz Otavio L. Zorzella <zorzella@nr.conexware.com>
+ * windows/painting.c: Rein Klazes <rklazes@casema.net>
+ Make RDW_ValidateParent() modify the update region of all parents, not
+ just the direct parent.
- * [multimedia/time.c]
- Workaround to avoid infinite recursion inside timeGetTime.
+ * relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_PrintArg: replaced IsBad* functions by exception handler.
- * [multimedia/audio.c]
- WODM_GETNUMDEVS and WIDM_GETNUMDEVS only return 1 now if the
- SOUND_DEV can be opened, or if it's busy.
+ * configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Added --without-curses compile option.
-----------------------------------------------------------------------
-Sun Mar 1 10:45:23 1998 Andreas Mohr <100.30936@germany.net>
+ * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+ Added some more pthread overrides.
- * [loader/ne_image.c]
- Fixed problem with weird DLLs (NE_FFLAGS_SINGLEDATA && DGROUP = 0).
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Fixed debugger registry key location.
- * [msdos/dosmem.c]
- Export address for __0000H, too.
+ * include/ddeml.h: Francois Gouget <fgouget@psn.net>
+ Use DECLARE_HANDLE to declare handles.
- * [msdos/dpmi.c]
- Changed MemAlloc functions to return less fragmented addresses.
+ * include/windef.h: Francois Gouget <fgouget@psn.net>
+ DECLARE_HANDLE should not be undef'ed after use.
-Sat Feb 28 18:50:12 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
+ Fix edit control's WM_GETTEXT behaviour.
- * [scheduler/process.c] [scheduler/sysdeps.c]
- Don't use %fs register before threading initialization.
+ * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
+ Do not initialize dcb in BuildCommDCB[AndTimeouts].
-Sat Feb 28 14:04:56 1998 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ * 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.
- * [configure.in] [include/acconfig.h]
- Autoconf macro to check for non-reentrant X libraries.
+ * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
+ Check if dialog is visible before setting the focus.
- * [windows/winpos.c]
- In SetWindowPos32(), do not cause WM_SIZE messages when the
- SWP_NOSIZE flag is specified. This fixes the division-by-zero in
- Borland C++ 4.0 "Open Project" menu item.
+ * windows/defwnd.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Removed the longstanding hack in response to WM_ACTIVATE message.
-Sat Feb 28 13:11:26 1998 James Moody <013263m@dragon.acadiau.ca>
+ * include/winuser.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed GetNumberFormat declaration.
- * [ole/ole2nls.c]
- Changed "English" values from German to English.
+ * 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.
- * [files/dos_fs.c]
- Fixed off-by-one month bug.
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Gerard Patel <g.patel@wanadoo.fr>
+ Stub for InternetGetConnectedState.
-Fri Feb 27 22:12:01 1998 Douglas Ridgway <ridgway@winehq.com>
+ * include/winbase.h: Francois Gouget <fgouget@psn.net>
+ Fixed GetProcessHeap() for the STRICT mode.
- * [windows/win.c]
- Fix winelib class menu loading bug.
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Also check for empty GUID in DirectDrawCreate.
- * [include/module.h] [loader/module.c]
- LoadModule32 should be implemented in terms of CreateProcess.
+2000-04-19 Alexandre Julliard <julliard@winehq.com>
- * [programs/view/*]
- Metafile viewer sample program.
+ * 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.
- * [documentation/wine.texinfo] [documentation/Makefile.in]
- Improvements and additions, HTML target.
+ * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
+ Removed winmm from import list.
-Fri Feb 27 04:27:48 1998 Dimitrie O. Paun <dimi@cs.toronto.edu>
+ * dlls/comctl32/animate.c, include/animate.h:
+ Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
- * [*/*]
- Switched to the new debug messages interface. For more information
- please refer to documentation/debug-msgs. Because the new scheme
- introduces a new semantic level, I had to manually do through
- about 530 dprintf_xxx! The rest of about 2400 where transformed
- via a script. Because of the large number of changes that I had
- to do, some may have not come out as nicely as I wanted them. If
- this is the case, please let me know. There is a lot of work left
- to do: -- a few hundred printf's to be converted -- about 2300
- fprintf's to be converted -- about 600 FIXME's to be transformed
- The problem is that in the above mentioned cases, a lot of manual
- intervention is required because a lot of the information is
- missing. There are also a lot of other things to be done to the
- interface and so forth. I have now ideas for a at least a month
- worth of full time work :) I will proceed with many changes in the
- next few releases, so please do not start modifing things because
- there will be a hell of a lot of conflicts. If you have ideas that
- you want to integrate or you want to work on different things,
- please coordinate with me.
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
+ Fixed resource loading.
-Thu Feb 26 13:04:29 1998 David Lee Lambert <lamber45@egr.msu.edu>
+ * 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.
- * [ole/ole2nls.c] [include/windows.h]
- First try at OLE date- and time-formatting functions.
+ * winedefault.reg:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added DirectPlay registry keys to winedefault.reg.
-Wed Feb 25 11:20:35 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/comctl32/treeview.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Mousewheel support.
- * [files/*.c]
- Changed dos device handling, added 'CON' devicehandling.
+2000-04-18 Alexandre Julliard <julliard@winehq.com>
- * [graphics/ddraw.c]
- Bug fixes, some additions.
+ * 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.
- * [if1632/builtin.c][loader/module.c][library/winestub.c]
- Small hack so we don't need a dummy BUILTIN_LoadModule
- in winestub.c.
+ * 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.
- * [ole/*][relay32/ole32.spec][if1632/storage.spec]
- storage.dll started. winword loads documents (saving
- doesn't work yet, dunno why).
- Several ole additions, some cleanups and bugfixes.
- IMalloc16 implemented.
+ * 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}.
- * [loader/pe_image.c]
- Added some comments, fixed circular dll references,
- fixed modref ordering, fixed tls allocation.
+ * objects/region.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix return value for OffsetRgn if x and y are 0.
- * [memory/global.c]
- Added validity checks before every GET_ARENA_PTR.
- (several functions rely on Global* return values
- on invalid handles, like IsTask).
- Implemented GlobalUnlockFree16.
+ * graphics/path.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implement StrokeAndFillPath.
+ Call DeleteObject when finished with hrgn in PATH_FillPath.
- * [memory/virtual.c]
- Replaced dprintf_virtual by fprintf, so we can
- do 'info map' again in the debugger. Increase read
- linesize for Linux2.1 cases.
+ * include/wininet.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed typo.
- * [misc/cpu.c][misc/registry.c]
- Moved cpu registry initialization to misc/cpu.c.
+ * 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.
+
+ * objects/enhmetafile.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
- * [multimedia/dsound.c]
- Enhanced, replaced GETOSPACE bufferingcheck by SETFRAGMENT.
+2000-04-16 Alexandre Julliard <julliard@winehq.com>
+
+ * server/registry.c:
+ Removed permission checks in create_key and delete_key. It seems
+ Windows doesn't check anything.
+
+ * loader/resource.c:
+ Richard Cohen <richard@jubjub.demon.co.uk>
+ Wrap an exception handler around FindResource.
+
+ * programs/regtest/regtest.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Corrected WinMain.
+ Added test case for RegCreateKeyEx showing win95 behaviour.
+
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
+ Implemented 'walk process' and 'walk threads' commands using toolhelp
+ snapshots.
+
+ * 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>.
+
+ * 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.
- * [relay32/crtdll.spec][relay32/ntdll.spec]
- Replaced some ptr by respective 'str' and 'wstr' arguments
- for libc functions.
+ * 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.
- * [scheduler/thread.c]
- Added some sanity checks to stackallocation, tlshandling fixed.
+ * 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
- * [tools/build.c]
- Fixed cdecl argumenttype order (was reversed).
+ * winedefault.reg:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add missing backslash in the debugger definition.
- * [win32/ordinals.c]
- Implemented KERNEL_449.
+ * win32/time.c: Rein Klazes <rklazes@casema.net>
+ SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
+ adjustment of 2 minutes just in case...
- * [windows/dinput.c]
- Some fixes, needs much more work. Tomb Raider2 works with keyboard ;)
+ * dlls/dsound/dsound_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DSOUND_MixerNorm: do not compare unrelated pointers.
-Tue Feb 24 20:46:37 1998 James Juran <jrj120@psu.edu>
+2000-04-15 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- Fixed USER32 ordinal numbers in documentation.
+ * loader/module.c:
+ Rewrote command-line parsing of CreateProcessA to be more compatible.
-Sat Feb 21 12:30:38 1998 John Richardson <jrichard@zko.dec.com>
+ * 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.
- * [files/file.c] [include/k32obj.h] [memory/virtual.c]
- [scheduler/critsection.c] [scheduler/event.c] [scheduler/handle.c]
- [scheduler/k32obj.c] [scheduler/mutex.c] [scheduler/process.c]
- [scheduler/semaphore.c] [scheduler/thread.c]
- Added generic k32obj read and write routines for k32objs that
- support I/O.
+ * 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.
- * [documentation/console]
- Updated console docs.
+ * 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.
- * [win32/console.c]
- Make console work like a k32obj that supports I/O.
+ * dlls/comctl32/toolbar.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Implement CCS_NOMOVEY for tool bars.
- * [include/windows.h]
- Make WriteFile and ReadFile take HANDLE32 for handle.
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Symlink root's registry to global registry. Minor cleanups.
-----------------------------------------------------------------------
-Sun Feb 15 14:07:07 1998 Dimitrie O. Paun <dimi@mail.cs.toronto.edu>
+ * 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
- * [controls/menu.c] [misc/ver.c] [multimedia/dsound.c]
- [multimedia/joystick.c] [windows/dialog.c]
- Modified some dprintf_xxx's to prepare them for a new
- dprintf_ scheme. Basically, I changed the dprintf's that
- outputed a line with many dprintf calls to do just one
- dprintf call.
+ * 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).
-Sun Feb 15 12:02:59 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+2000-04-14 Alexandre Julliard <julliard@winehq.com>
- * [graphics/x11drv/*.c] [objects/*.c]
- A few X11 critical section optimizations, mostly with XGet/PutPixel.
+ * 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.
- * [scheduler/sysdeps.c] [misc/main.c]
- Make sure X11 critical section is available before any Xlib call.
+ * 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.
- * [if1632/relay.c] [tools/build.c]
- Yet another attempt at fixing Catch/Throw.
+ * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ A few corrections to bounding boxes.
- * [loader/pe_image.c]
- Fixed broken PE DLL loading.
+ * graphics/x11drv/graphics.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Don't close groups of polylines.
- * [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
- Implemented handle access rights.
- Added Get/SetHandleInformation.
+ * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not dereference a ptr we just checked being NULL.
-Sun Feb 15 09:45:23 1997 Andreas Mohr <100.30936@germany.net>
+ * 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.
- * [misc/winsock.c]
- Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
+ * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
+ Follow symlinks when saving registry.
- * [graphics/fontengine.c] [include/font.h]
- Minor improvements.
+ * debugger/Makefile.in:
+ Added missing winestub dependency.
- * [memory/global.c]
- Implemented GlobalEntryHandle.
+ * 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.
- * [misc/toolhelp.c]
- Fixed a memory bug in Notify*register.
+2000-04-13 Alexandre Julliard <julliard@winehq.com>
- * [misc/w32scomb.c]
- Improved Get16DLLAddress.
+ * 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.
- * [objects/gdiobj.c]
- Implemented GdiSeeGdiDo.
+ * 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.
+ * relay32/builtin32.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a .xcnlnk section to builtin KERNEL32 PE header.
-Sat Feb 14 14:57:39 1998 John Richardson <jrichard@zko.dec.com>
+ * 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.
- * [win32/console.c]
- Added the console implementation, AllocConsole, FreeConsole,
- CONSOLE_InheritConsole.
+ * 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.
- * [documentation/console]
- Some documentation on the console.
+ * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
+ Implemented guard pages and stack overflow exceptions.
- * [include/winerror.h]
- Added some error defines.
+ * include/thread.h, scheduler/process.c, scheduler/thread.c:
+ Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
+ the various stacks.
- * [scheduler/k32obj.c]
- Registered the scheduler ops.
+ * files/profile.c:
+ Make sure HKLM\Software\Wine\Wine is a non-volatile key.
-Fri Feb 13 19:35:35 1998 James Moody <013263m@dragon.acadiau.ca>
+ * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Fixed AltGr key handling.
- * [ole/ole2nls.c]
- Some English language fixes for missing values.
+ * 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.
- * [controls/listbox.c]
- Fix to allow an empty listbox to deselect all items.
+ * 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.
- * [relay32/user32.spec] [windows/keyboard.c]
- CreateAcceleratorTableA stub method.
+ * 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...
- * [windows/sysmetrics.c]
- Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
+ * memory/global.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ GlobalReAlloc returns 0 on failure.
- * [windows/message.c]
- PostThreadMessage32A stub method.
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Stub for NtAllocateUuids.
-Fri Feb 13 17:12:24 1998 Jim Peterson <jspeter@roanoke.infi.net>
+ * 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.
- * [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
- Updated the 'hello3' test so that it functions properly again.
+2000-04-11 Alexandre Julliard <julliard@winehq.com>
-Fri Feb 13 14:08:07 1998 Martin Boehme <boehme@informatik.mu-luebeck.de>
-
- * [graphics/mapping.c]
- Fixed the embarrassing bugs I introduced into DPtoLP and
- LPtoDP.
+ * documentation/.cvsignore: Ignore all output files.
- * [windows/scroll.c]
- Prevent ScrollWindow32 from sending WM_ERASEBKGND.
+ * 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>)
-Thu Feb 12 22:46:53 1998 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * 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.
- * [objects/metafile] [include/ldt.h]
- Fix to cope with records longer than 64K.
+ * AUTHORS, include/authors.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged in Corel's AUTHORs.
- * [windows/clipboard.c]
- Clean up bitmaps and metapicts properly.
+ * graphics/x11drv/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Only copy dstwidth*3 bytes in the 24bit case.
-Mon Feb 3 21:52:18 1998 Karl Backström <karl_b@geocities.com>
+ * dlls/ddraw/dsurface/x11.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Free private structure in Xlib_DDS_Release.
- * [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
- Minor update of Swedish language support.
+ * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
+ MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
-----------------------------------------------------------------------
-Sun Feb 1 13:24:54 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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).
- * [files/drive.c]
- Added Device= parameter to drive configuration.
+ * 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/relay.c]
- Throw() and Catch() now use the correct CATCHBUF layout (untested).
+2000-04-10 Alexandre Julliard <julliard@winehq.com>
- * [tools/build.c] [include/stackframe.h] [loader/task.c]
- Moved 16-bit stack pointer into thread database.
- Save current %fs while running 16-bit code.
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Use d3dexecutebuffer_create only when compiling with MESA.
-Fri Jan 30 09:25:49 1998 Martin Boehme <boehme@informatik.mu-luebeck.de>
+2000-04-09 Alexandre Julliard <julliard@winehq.com>
- * [graphics/mapping.c]
- Made DPtoLP32 and LPtoDP32 respect world transforms.
+ * 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.
- * [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
- [include/path.h]
- More path support.
+ * console/generic.c, console/ncurses.c, console/xterm.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cosmetics.
- * [include/gdi.h] [include/windows.h] [objects/dc.c]
- [relay/gdi32.spec]
- Support for Get/SetArcDirection and Get/SetWorldTransform
+ * 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.
- * [windows/hook.c]
- Fixed a bug in HOOK_Map16To32Common.
+ * 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.
-Thu Jan 29 23:43:18 1998 Douglas Ridgway <ridgway@taiga.gmcl.com>
+ * scheduler/process.c:
+ Commented out exit() call on ExitProcess for now.
- * [graphics/metafiledrv/init.c] [objects/metafile.c]
- Documentation for metafile related API calls. Fixed a bug to avoid
- documenting it.
+ * 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.
- * [include/windows.h]
- Declaration for LoadImage.
+ * 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.
-Thu Jan 29 21:44:45 1998 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+2000-03-28 Alexandre Julliard <julliard@winehq.com>
- * [graphics/win16drv/*]
- Changes to printing code to enable use of printer fonts with the
- win3.1 postscript driver. Remember to add printer=on to [wine]
- section of wine.conf . You will also need to disable truetype
- fonts from control panel. Winword 6.0 and Write seem to be happy
- with this...
+ * 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.
- * [include/bitmap.h]
- Fix Widthbytes for 15bpp displays.
+ * include/wine/winnet16.h, misc/network.c:
+ Ron Gage <rongage@att.net>
+ Fixed bug reported by winapi_check.
-Tue Jan 27 20:54:08 1998 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ * */*.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added/fixed some documentation reported by winapi_check.
- * [tsx11/*] [include/ts*] [tools/make_X11wrappers]
- Implemented thread-safe X11 wrappers.
+ * graphics/x11drv/palette.c, objects/palette.c:
+ Fixed memory allocations.
-Tue Jan 27 13:54:09 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
+ * 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
- * [windows/queue.c]
- Forgot to convert thdb to thread_id.
+ * 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.
- * [misc/registry.c]
- Sped up Windows 95 registry reading. Changed code to traverse
- registry as a tree rather than read in all possible keys
- (including dead ones).
+ * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
+ Minor fix in wrc to support the Solaris preprocessor.
-Tue Jan 27 12:46:09 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
+ Fixed some ANSI C violations.
- * [loader/pe_image.c][Makefile.in][scheduler/thread.c]
- [libtest/hello5.c]
- Don't exit() on failed to load referenced dlls.
- Fixed static tls allocation for multiple threads.
- WINELIB should now be able to load PE dlls. A sample
- winelib program, that dynamically loads a internal dll
- is included.
+ * documentation/no-windows:
+ Ove Kaaven <ovek@arcticnet.no>
+ Add start menu directories.
- * [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
- Cleaned up and enhanced further. Added several DirectX5
- interface definitions and DirectSurface3 implementation.
- Stubs for D3D (NOT coming soon, just there so it fails safely).
+ * scheduler/sysdeps.c, scheduler/thread.c:
+ Put CLONE_FILES back in, it is still breaking too many things.
- * [multimedia/dsound.c][include/dsound.h]
- Actually works now for a lot of cases. Some DirectX5 stuff
- added. Still lacking several features.
+ * 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).
- * [windows/dinput.c][include/dinput.h]
- Started implementing DirectInput. Doesn't work yet, don't
- know why.
+ * files/dos_fs.c:
+ Ignore trailing spaces in DOSFS_ToDosFCBFormat.
- * [if1632/thunk.c][misc/callbacks.c]
- [win32/kernel.c][include/callbacks.h]
- Added WOWCallback16Ex, WOWHandle32.
+ * dlls/winsock/socket.c:
+ Fixed small bug in WSOCK32_accept
- * [misc/cpu.c]
- Fixed GetSystemInfo, IsProcessorFeaturePresent.
+2000-03-26 Alexandre Julliard <julliard@winehq.com>
- * [multimedia/joystick.c][multimedia/time.c]
- Several fixes. Small hack to get timerevents in timeGetTime() loops.
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20000326.
-Tue Jan 20 11:26:27 1998 Slaven Rezic <eserte@cs.tu-berlin.de>
+----------------------------------------------------------------
+2000-03-26 Alexandre Julliard <julliard@winehq.com>
- * [configure.in]
- Fixed check for union semun on FreeBSD systems.
+ * files/dos_fs.c: Stefan Leichter <sle@camline.com>
+ DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
-Sun Jan 18 23:05:04 1998 Karl Backström <karl_b@geocities.com>
+ * 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.
- * [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
- [resources/sysres_Sw.rc]
- Added/updated Swedish language support.
+ * 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().
-Sun Jan 18 18:49:01 1998 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * dlls/dsound/dsound_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed debug formatting.
- * [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
- [windows/win.c] [windows/dce.c] [windows/winpos.c]
- Bug fixes.
+ * dlls/advapi32/registry.c: Fixed error checking in registry saving.
-Sun Jan 18 12:45:23 1997 Andreas Mohr <100.30936@germany.net>
+ * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use strerror in debug output.
- * [msdos/int25.c] [msdos/int26.c]
- Implemented "native" absolute disk read/write access.
+ * dlls/shell32/changenotify.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SHChangeNotify[A|W]: free only items we allocated.
- * [msdos/int13.c] [msdos/ioports.c]
- Enhanced GET DRIVE PARAMETERS (int13 AH=08).
+ * 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.
- * [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
- Fixed typos, implemented dmEnumDFonts,
- Started implementation of dmRealizeObject.
+ * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now read .so list from debuggee's address space.
- * [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
- Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
- CoFileTimeNow.
+ * include/windowsx.h: Francois Gouget <fgouget@psn.net>
+ Added missing macros.
- * [if1632/kernel.spec] [include/windows.h] [memory/global.c]
- [memory/string.c] [misc/kernel.c] [misc/Makefile.in]
- [misc/toolhelp.c] [msdos/int21.c]
- Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer,
- stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
- (Undocumented Windows).
+ * include/winnt.h, include/winreg.h, server/registry.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Moved some registry definitions to winnt.h.
- * [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
- Misc stubs.
+ * 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.
- * [if1632/winaspi.spec] [misc/aspi.c]
- Implemented GetASPIDLLVersion.
+ * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
+ Activate a hidden window only when explicitely asked by the
+ application.
- * [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
- Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
+ * 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
- * [misc/w32scomb.c]
- Implemented Get16DLLAddress() partially
- (big thanks to Marcus and Alexandre).
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stubs for DllRegisterServer/DllUnregisterServer.
- * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
- Added built-in DPLAY.DLL.
+ * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed return value for SC_GET_DEV_TYPE.
- * [relay32/winmm.spec] [multimedia/joystick.c]
- Added joySetThreshold.
+2000-03-25 Alexandre Julliard <julliard@winehq.com>
- * [misc/windebug.c]
- Added WinNotify.
+ * 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.
- * [win32/console.c]
- Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
- WriteConsoleOutput32A.
+ * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
+ Handle socket POLLERR/POLLHUP conditions properly.
+ Clear error field for OOB notifications.
- * [windows/user.c]
- Stub SetEventHook.
+ * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Send the correct ODA_ code when deselecting an item.
-Sat Jan 17 19:30:35 1998 Matthew Toseland <Paul.Toseland@btinternet.com>
+ * 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.
- * [windows/painting.c]
- Fixed broken restore-to-maximized.
+ * include/Makefile.in:
+ Do not erase local files on uninstall if install dir does not exist.
-Mon Jan 12 21:25:32 1998 Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
+ * 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.
- * [documentation/wine.man] [include/options.h]
- [misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
- [resources/sysres_Ca.rc] [resources/Makefile.in]
- Added language catalan. (Afegit l'idioma català).
+ * 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.
-----------------------------------------------------------------------
-Sun Jan 18 17:05:58 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [include/stackframe.h] [tools/build.c]
- Some cleanups in stack frame building.
+ * dlls/user/Makefile.in: Added missing keyboard.spec.
- * [misc/port.c]
- Implemented clone() wrapper for libc5 users.
+2000-03-24 Alexandre Julliard <julliard@winehq.com>
- * [scheduler/mutex.c] [scheduler/synchro.c]
- Implemented abandoned mutexes.
+ * 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.
- * [scheduler/process.c] [scheduler/thread.c]
- We now create a process and a thread structure as soon as possible
- during initialization.
+ * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
+ Moved LoadImage and related functions to cursoricon.c.
- * [scheduler/thread.c] [scheduler/sysdeps.c]
- Moved system-specific thread handling to sysdeps.c.
+ * 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.
-Fri Jan 16 10:45:15 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
+ Disable OpenGL support if the latter is thread safe.
- * [graphics/ddraw.c][include/ddraw.h]
- Surface handling enhanced. Some stuff already works ;)
+ * 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.
- * [multimedia/dsound.c][include/dsound.h]
- Implemented using the Open Sound System.
- Slowly starts to work (sounds terrible for some programs).
+ * 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.
- * [configure.in][multimedia/audio.c][include/config.h.in]
- Added check for OpenSoundSystem, fixed -lXxf86dga check.
- Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
+ * 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.
- * [if1632/relay.c][relay32/relay386.c]
- Do not print control characters for 'str' or 'wstr' args.
+ * 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.
- * [misc/registry.c]
- "" seems to equals NULL in keynames. Replace where needed. Seems
- to help the win95 regedit.exe...
+ * 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.
- * [win32/newfns.c]
- Implemented QueryPerformance* using gettimeofday(2)
- (should be done using the pentium timers probably).
+ * 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.
- * [tools/ipcl]
- Removed useless open_pipe construct.
+ * 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
-Sun Jan 11 17:10:02 1998 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * 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
- * [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
- Regions are now internal to Wine. The basis of this code is taken
- from the X11 distribution. GetRegionData() is implemented as is
- ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
- behave correctly now.
+ * 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.
- * [objects/metafile.c] [graphics/metafiledrv/graphics.c]
- [graphics/metafiledrv/init.c] [include/metafile.h]
- [include/metafiledrv.h]
- Playback of META_CREATEREGION should now work. Implemented recording
- of META_CREATEREGION and META_PAINTREGION.
+ * 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.
- * [graphics/x11drv/graphics.c]
- FillRgn() (and therefore its friends) respect logical co-ords.
+ * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix spec file entries for EnumFontFamiliesEx*.
-Wed Jan 7 01:21:45 1998 Steinar Hamre <steinarh@stud.fim.ntnu.no>
+ * 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.
- * [configure.in] [include/acconfig.h] [tools/build.c]
- Now checking whether to use .string or .ascii.
+ * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added proper termination upon failure.
- * [configure.in] [include/acconfig.h] [scheduler/critsection.c]
- Defining union semun if this is not available from header files.
+ * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed basic type evaluation.
- * [misc/lstr.c]
- Moved wine's own header files below <wctype.h> to avoid
- parse error on Solaris.
+ * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Ensure that non-NULL terminated stings are saved correctly.
-Sun Jan 4 15:38:07 1998 Andrew Taylor <ataylor@cadvision.com>
+ * windows/input.c: Rein Klazes <rklazes@casema.net>
+ Correct the NotifyCode in the WM_COMMAND message sent by
+ KBD_translate_accelerator().
- * [multimedia/mmsystem.c] [multimedia/mmio.c]
- Implemented mmioSendMessage and rearranged the mmio
- subsystem in terms of this function.
+ * 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.
-Wed Dec 24 00:51:29 1997 Charles Duffy <cduffy@bigfoot.com>
+ * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
+ PTRACE_POKEUSR for libc5(?) compile.
- * [windows/clipboard.c] [relay32/user32.spec]
- GetPriorityClipboardFormat32 now has something other than just
- a stub. I have no idea if it works (can't test until
- SetClipboardData is finished) but HEdit likes things a lot more
- this way.
+ * 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.
-----------------------------------------------------------------------
-Sat Jan 3 17:15:56 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
+ Added (correct) prototype for HeapWalk.
- * [debugger/db_disasm.c]
- Added cpuid and cmpxchg instructions.
+ * 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*'
- * [if1632/builtin.c] [relay32/builtin32.c]
- Fixed broken -dll option with Win32 DLLs.
+2000-03-20 Alexandre Julliard <julliard@winehq.com>
- * [include/heap.h]
- Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
+ * 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.
- * [configure.in] [misc/lstr.c]
- Added check for wctype.h.
- Commented out --enable-ipc option (IPC code has been broken for a
- long time anyway).
+2000-03-19 Alexandre Julliard <julliard@winehq.com>
- * [scheduler/critsection.c] [scheduler/event.c]
- [scheduler/mutex.c] [scheduler/semaphore.c]
- Implemented Win32 synchronization objects.
+ * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
+ Improved CompareStringA performance.
- * [scheduler/synchro.c]
- Implemented WaitForMultipleObjects and related functions.
+ * library/winestub.c: Added missing debugtools.h include.
- * [scheduler/thread.c]
- If possible, use clone() in CreateThread().
+ * 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.
- * [scheduler/thread.c] [scheduler/process.c]
- Made thread and process waitable objects.
- Thread and process id values are now different from the pointers
- they represent.
+ * 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.
- * [win32/k32obj.c]
- Moved to scheduler directory.
- Added function table for waiting operations on objects.
+ * loader/module.c:
+ Hack: always try builtin module before elf or elfdll to avoid loading
+ a builtin dll .so file in the wrong mode.
- * [files/file.c] [memory/virtual.c]
- Added new K32OBJ function table.
+ * graphics/x11drv/xfont.c, objects/font.c:
+ Moved font resource functions out of the X11 driver.
-Sun Jan 1 16:48:23 1997 Andreas Mohr <100.30936@germany.net>
+ * tools/makedep.c:
+ Added support for source files stored in subdirectories.
- * [files/file.c]
- Fixed my patch for GetTempFileName16() as needed.
- It was ...Name32A() that didn't work properly, not ...Name16().
+ * 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.
- * [graphics/x11drv/brush.c]
- Fixed a BadMatch error.
+ * 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.
- * [msdos/int21.c]
- Fixed INT21_FindNextFCB() to get correct volume labels e.g.
- in "file open" dialog.
+ * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
+ Francois Gouget <fgouget@psn.net>
+ Explicitly use the TVN_xxxA version of the macros.
- * [multimedia/joystick.c] [relay32/winmm.spec]
- Stub JoyGetPosEx().
+ * include/commctrl.h: Francois Gouget <fgouget@psn.net>
+ - Added the TVN_xxxA macros
+ - Added missing TBNOTIFY macros and types
+ - Added SNDMSG
- * [scheduler/process.c] [relay32/kernel32.spec]
- Implemented RegisterServiceProcess().
+ * include/winuser.h: Francois Gouget <fgouget@psn.net>
+ Added WM_APP.
-Wed Dec 31 11:14:43 1997 Lawson Whitney <lawson_whitney@juno.com>
+ * 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.
- * [if1632/kernel.spec] [if1632/relay.c]
- Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
- CallProc32W.
+ * include/windef.h: Francois Gouget <fgouget@psn.net>
+ - Added missing definition for GLOBALHANDLE and LOCALHANDLE
+ - Fixed the prototype of WNDENUMPROC
- * [loader/module.c]
- Take a shot at defining FreeLibrary32W.
+ * include/ddeml.h: Francois Gouget <fgouget@psn.net>
+ Added some missing defines.
-Sun Dec 28 12:44:04 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
+ * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
+ Propagate IsDialogMessage to the parent if the dialog has the
+ DS_CONTROL flag.
- * [controls/menu.c]
- Menu modification from WM_INITMENUPOPUP message fixed.
- Menu items now can have different wID and hSubMenu (Win95 behavior).
+ * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added an exception frame for lstrcpy16.
- * [misc/cpu.c]
- Improved IsProcessorFeaturePresent.
+ * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now attaching imported DLLs of a winelib executable.
-Sun Dec 28 03:21:08 1997 Ove Kaaven <ovek@main.arcticnet.no>
+ * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
+ IOleItemContainer has OLEGUID(0x11c), not 0x11a.
- * [include/winsock.h] [misc/winsock.c]
- Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
- empty fd_sets if timeout.
+ * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed memory corruption with CoTaskMemRealloc.
- * [objects/palette.c]
- AnimatePalette() bailed out if entire palette is animated. Fixed.
+ * 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.)
- * [objects/dib.c]
- Added some code to SetDIBitsToDevice() and its helpers to fix
- some offseting problems.
+ * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
+ Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
- * [objects/cursoricon.c]
- Made CreateCursor32() convert the instance handle properly. Made
- DestroyCursor() return correct success status.
+ * include/windows.h: Francois Gouget <fgouget@psn.net>
+ Should include 'winspool.h'.
-Wed Dec 24 17:56:34 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
+ * 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.
- * [windows/syscolor.c]
- Added definition of GetSysColorPen16/32. This function does not
- exist in the Win32 API but is a very close (and natural) relative
- to GetSysColorBrush function. Moreover, it is *very* much used
- within Wine since there are a lot of places where we need to draw
- lines with the standard colors.
+ * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
+ Make the first comma in the control's definition optional.
- * [controls/button.c] [controls/combo.c] [controls/icontitle.c]
- [controls/menu.c] [controls/progress.c] [controls/scroll.c]
- [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
- [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
- Replaced references to sysColorObjects with the appropriate
- call to GetSysColorBrush32/GetSysColorPen32. There is no need to
- expose the implementation of these functions, even within Wine.
- This makes the code easier to understand, debug, maintain.
+ * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
+ Support loading any presentation aspect.
- * [controls/uitools.c]
- Modified most of the functions in this file to use the now
- standard pens (i.e. GetSysColorPen32). These functions made
- *heavy* use of standard pens so I expect a lot less
- CreatePen/DeleteObject calls can do only good...:)
- Plus some minor modifications (*no* functional changes though).
+ * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid a link error from another DLL on FreeBSD.
- * [controls/updown.c]
- Used the new DrawFrameControl32 function to paint the control.
- I also deleted UDDOWN_DrawArrow since it was no longer required.
+ * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed joystick ID/deviceID/driver handle/instance ID mixup.
-Tue Dec 23 00:03:33 1997 Steinar Hamre <steinarh@stud.fim.ntnu.no>
+ * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
+ Delete the shm segment as soon as wine and X have attached it.
- * [configure.in]
- Added check for -lw.
+ * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
+ Corrected handling of proto==NULL in WINSOCK_getservbyname and
+ WINSOCK_getservbyport.
- * [include/wintypes.h] [tools/build.c]
- Changes to make the assembly understandable for even sun as.
- ".ascii" -> ".string", "call %foo" -> "call *%foo",
- "pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
+ * 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).
- * [memory/ldt.c]
- #ifdef added so <sys/seg.h> will not be included on Solaris.
+2000-03-18 Alexandre Julliard <julliard@winehq.com>
-Mon Dec 22 18:55:19 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [configure.in]
- Added XF86DGA check.
+ * 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.
- * [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
- Started DirectSound. Only stubs for now.
+ * 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.
- * [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
- Started to implement DirectDraw. Mostly stubs, some
- testcases work. Requires the XF86DGA extension to XFree86.
- (check demo/blizdemo.exe from the Diablo CD-ROM).
+2000-03-17 Alexandre Julliard <julliard@winehq.com>
- * [files/drive.c]
- Return correct "CDFS" fsname so Diablo is a bit happier.
+ * 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.
-Sun Dec 21 21:45:48 1997 Kevin Cozens <kcozens@interlog.com>
+ * 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.
- * [misc/registry.c]
- Fixed bugs in the routines which read the Windows '95 registry
- files. Added extra information regarding the format of the Windows
- '95 registry files.
+ * relay32/builtin32.c:
+ Include space for resources in the module header instead of doing a
+ separate allocation.
-----------------------------------------------------------------------
-Fri Dec 19 10:50:46 1997 Douglas Ridgway <ridgway@winehq.com>
+ * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
+ Made MPR a separate dll.
- * [Make.rules.in] [Makefile.in] [documentation/Makefile.in]
- [documentation/README.documentation]
- First cut at Wine API documentation. No longer install reference
- manual by default.
+ * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
+ Andrew Lewycky <andrewl@corel.com>
+ Rewrite the BIGBLOCKFILE implementation for better performance.
-Wed Dec 17 21:32:23 1997 Andreas Mohr <100.30936@germany.net>
+ * 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.
- * [files/file.c]
- Fixed GetTempFileName16() to use current path of requested drive
- as needed.
+ * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
+ Avoid a refcount leak in QueryInterface when delegating.
+ And a couple of minor bugs.
- * [if1632/Makefile.in] [if1632/builtin.c] [if1632/dciman32.spec]
- [if1632/msvfw32.spec] [if1632/tapi32.spec] [if1632/wow32.spec]
- Added misc DLLs needed by various apps.
+2000-03-15 Alexandre Julliard <julliard@winehq.com>
-Wed Dec 17 12:01:50 1997 Morten Eriksen <mortene@sim.no>
+ * 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).
- * [if1632/gdi32.spec] [include/windows.h] [objects/palette.c]
- Inserted empty stub for CreateHalftonePalette.
+ * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
+ Karl Lessard <karll@corel.ca>
+ Update DIB sections in text output and for graphics primitives.
-Tue Dec 16 22:08:06 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * 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.
- * [windows/mdi.c]
- Use VK_TAB instead of VK_SEPARATOR in TranslateMDISysAccel().
+ * server/context_i386.c:
+ Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
+ Fixed context flags handling (thanks to Eric Pouech).
- * [graphics/metafiledrv/init.c]
- DeleteDC() on a MetaDC doesn't do anything - it shouldn't. Therefore
- fix cleanup of MetaDCs in CloseMetaFile(); they now actually get
- removed from the GDI heap!
+ * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
+ Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
- * [graphics/x11drv/xfont.c]
- Preserve FO_MATCH_XYINDEP flag in XFONT_MatchFIList(). Should reduce
- the number of bold-italic matches.
+ * server/debugger.c: Fixed bug in generate_startup_debug_events().
-Tue Dec 16 20:11:43 1997 Bertho Stultiens <bertho@panter.soci.aau.dk>
+ * 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.
- * [graphics/painting.c]
- Included an implementation of DrawState
+ * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Improved the visual appearence of the user interface. Made the code
+ somewhat simpler.
- * [if1632/thunk.c]
- Changed many fprintfs into dprintf_thunk
+2000-03-12 Alexandre Julliard <julliard@winehq.com>
- * [include/cache.h] [graphics/cache.c]
- New files to hold cached handles to regulary used GDI object.
+ * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
+ Waldek Hebisch <hebisch@math.uni.wroc.pl>
+ Implemented _read and _lseek.
- * [include/windows.h]
- Added DRAWSTATExx typedefs
- Added DSS_DEFAULT define for DrawState
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
+ Correct conversion of level parameter if WINSOCK_setsockopt is called
+ for option WS_SO_DONTLINGER.
- * [objects/text.c]
- New implementation of GrayString()
+ * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
+ Correct rounding of the result in MulDiv16().
- * [controls/uitools.c]
- Implemented DrawFrameControl() functions
- Changed DrawEdge() behaviour to win95 implementation
+ * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed FreeBSD compilation.
-Mon Dec 15 23:43:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
+ * 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
- * [graphics/path.c] [include/path.h] [graphics/painting.c]
- [if1632/gdi32.spec] [include/gdi.h] [include/windows.h]
- [objects/dc.c]
- Added preliminary support for GDI paths.
+ * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
+ Dimitrie Paun <dimi@bigfoot.com>
+ Cleaned up debug channels a bit.
- * [objects/dc.c]
- Added DC_Init_DC_INFO function for initializing WIN_DC_INFO
- structure.
+ * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Implemented stretched blts for depth 24 (unoptimized).
- * [include/windows.h] [include/gdi.h] [objects/gdiobj.c]
- Added DEFAULT_GUI_FONT.
+2000-03-10 Alexandre Julliard <julliard@winehq.com>
- * [include/winerror.h]
- Added a few error codes.
+ * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
- * [memory/heap.c]
- Changed HeapAlloc to make the correct calls to SetLastError
- (now conforms to NT's behaviour).
+ * include/process.h, memory/virtual.c, scheduler/process.c:
+ Removed PROCESS_IsCurrent().
- * [windows/win.c]
- Changed WIN_CreateWindowEx to allow child windows with zero
- width / height.
+ * 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.
-Sun Dec 14 12:01:07 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+2000-03-09 Alexandre Julliard <julliard@winehq.com>
- * [if1632/*] [relay32/*]
- Moved all 32-bit relay stuff to relay32/
+ * 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.
- * [fi1632/thunk.c] [win32/kernel32.c]
- Moved all KERNEL32 ordinal functions to kernel32.c
+ * 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).
- * [memory/selector.c]
- Initialize selectors in AllocSelectorArray.
+ * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleanup.
- * [tools/build.c]
- Generate C instead of assembly for Win32 relays.
- Fixed stack corruption in CallTo16 functions, found by Bertho
- Stultiens.
-
-Sun Dec 14 10:55:00 1997 Andreas Mohr <100.30936@germany.net>
+ * 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/Makefile.in] [if1632/builtin.c] [if1632/ole2thk.spec]
- Added built-in OLE2THK.DLL.
+ * 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).
- * [if1632/toolhelp.spec] [include/toolhelp.h] [memory/selector.c]
- [misc/toolhelp.c]
- Added stubs for StackTraceFirst(), StackTraceCSIPFirst(),
- StackTraceNext(), UTSelectorOffsetToLinear()
- and UTLinearToSelectorOffset().
+ * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
+ Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
-Sat Dec 13 17:26:41 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
+ Added resource.h include.
- * [misc/winsock.c]
- 32-bit API fixes for reported problems (thanks to Marcus
- and David).
+ * 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>.
- * [graphics/x11drv/xfont.c]
- Little tweak in point size calculation.
+ * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
+ Take type from referenced variant for VT_BYREF && VT_VARIANT.
- * [windows/defwnd.c] [windows/dce.c] [windows/winhelp.c]
- [windows/winproc.c] [windows/win.c]
- Bug fixes.
+ * 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.
-Sat Dec 13 16:35:14 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
+2000-03-08 Alexandre Julliard <julliard@winehq.com>
- * [files/dos_fs.c]
- OpenFile with empty filename and OF_PARSE returns current dir.
+ * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
+ Added server protocol version check.
- * [misc/commdlg.c]
- Ignore initial dir if bogus.
+ * 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]
- Locking an identic region in a file must not be an error.
+ * 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.
- * [misc/lstr.c]
- Use wide char ctype functions.
+ * 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.
-Fri Dec 12 23:46:22 1997 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ * 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.
- * [file/drive.c]
- First attempt for GetDiskFreeSpaceEx.
+ * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
+ wm->modname might be invalid at the end of FreeLibrary.
-Fri Dec 12 23:18:41 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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/pe_resource.c]
- Fixed wrongly appearing menus problem (only use default lookups in
- last resource subtree).
+ * 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.
- * [multimedia/*.c]
- Added win32 support for time* and joy* lowlevel drivers,
- (not excessively tested), some misc fixes and cleanups.
+ * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
+ Corrected value for DAYS_IN_ONE_YEAR.
- * [misc/shellord.c][misc/shell.c][ole/folders.c][ole/ifs.c]
- [include/interfaces.h][include/shlobj.h]
- Added some more undocumented SHELL32 functions, some shell folder
- interface stubs added, SHGetMalloc, SHGetDesktopFolder,
- SHGetSpecialFolderLocation, SHGetPathFromIDList stubs added,
- IMalloc, IUnknown implemented.
+ * dlls/crtdll/crtdll_main.c:
+ Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+ Cleaned up CRTDLL__unlink.
- * [windows/msgbox.c]
- Implemented MessageBoxIndirect*, some internal changes.
+ * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
+ The static control only needs to invalidate its rect when we SetText.
- * [if1632/thunk.c]
- KERNEL_431 implemented.
+ * include/winuser.h, misc/spy.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a few messages for IME.
- * [objects/gdiobj.c]
- GetCurrentObject implemented.
+ * 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).
-Wed Dec 3 01:09:17 1997 Gordon Chaffee <chaffee@apu.cs.berkeley.edu>
+ * 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().
- * [objects/dib.c]
- Fix a couple small DIB problems.
+ * 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.
- * [controls/edit.c]
- Fix a typo.
+2000-03-07 Alexandre Julliard <julliard@winehq.com>
- * [files/dos_fs.c]
- Try normal readdir in case fs is specified as vfat but isn't.
+ * 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.
- * [files/profile.c]
- Implementation of WritePrivateProfileSection32A from Uwe Bonnes.
+ * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
+ Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
- * [misc/printdrv.c]
- OpenPrinter32A stub, helps Word97 start.
+ * loader/ne/module.c, loader/ne/segment.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed second instance DGROUP loading.
- * [objects/text.c]
- Fixup implementation of GetTextCharsetInfo.
+ * 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.
- * [scheduler/process.c]
- Fix environment variable expansion.
+ * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
+ Actual write the cached struct in GlobalMemoryStatus.
- * [win32/code_page.c]
- Make MultiByteToWideChar and WideCharToMultiByte conform in return
- values and error conditions to those in Windows NT 4.0.
+ * 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.
- * [windows/message.c]
- Fix broadcasting problems in Win32. The Win32 docs say to use
- HWND_TOPMOST to broadcast to all Win32 Windows.
+ * 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.
- * [memory/virtual.c] [loader/pe_image.c]
- Do not map in VirtualAlloc if address is specified and space is
- not available. This is required by Win32.
+ * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Check for existence if MMIO_EXIST is passed to MMIO_Open.
- * [include/pen.h] [include/x11drv.h] [objects/dc.c]
- [objects/pen.c] [graphics/x11drv/pen.c]
- Support for ExtCreatePen.
+ * 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).
-Tue Dec 2 20:22:06 1997 Morten Welinder <terra@diku.dk>
+ * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Several fixes to MakeProcInstance.
- * [*/*.c] [*/*.h]
- Add lots of prototypes.
+2000-03-05 Alexandre Julliard <julliard@winehq.com>
- * [if1632/kernel32.spec][include/windows.h][include/winnt.h]
- [misc/cpu.c]
- Define IsProcessorFeaturePresent.
+ * 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.
- * [misc/crtdll.c]
- (CRTDLL__getcwd): Allocate enough memory for the terminating zero.
+2000-03-04 Alexandre Julliard <julliard@winehq.com>
- * [misc/ver.c]
- Improve check for null component in _find_data[AW]. Plug leaks
- in VerQueryValue*.
+ * */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.
- * [win32/console.c][if1632/kernel32.spec]
- Add stubs for GetConsoleCursorInfo32, SetConsoleCursorInfo32.
+ * misc/registry.c: Fixed error checking in registry saving.
- * [windows/message.c][if1632/user32.spec][include/windows.h]
- Define SendMessageTimeout*.
+ * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
+ WSACleanup should set last error to WSANOTINITIALISED if failing
+ because Winsock was not initialized...
- * [graphics/x11drv/xfont.c]
- Change algorithm of __genericCheckSum to be alignment safe.
+ * 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().
- * [misc/main.c] [misc/winsock.c] [misc/winsock_dns.c]
- Include winsock.h early to avoid Solaris problem.
+ * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
+ Fixed typos in _alldiv() and _allmul().
- * [include/windows.h]
- Undef FSHIFT before we define it.
+ * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
+ Added message for missing xpm devel libs for debian/corel.
- * [rc/winerc.c]
- Include <fcntl.h> instead of <sys/fcntl.h>.
+ * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
+ OleRegGetUserType did query wrong registry key.
- * [files/file.c]
- Use strerror in FILE_SetDosError if available.
+ * 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).
- * [include/config.h.in] [configure.in]
- Check for strerror.
+ * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
+ GetClipboardData16 might return an invalid global handle (spotted by
+ Corel).
- * [objects/gdiobj.c]
- Make static font structures aligned.
+ * objects/enhmetafile.c: Lilia Roumiantseva
+ cbCountSizeOfEnhMetafile callback function instead of increasing a
+ contents of the pointer to the size increased the pointer itself.
-Mon Dec 1 10:10:21 1997 Karl Garrison <karlos@eznet.net>
+ * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix docs to reflect change to .winerc processing.
- * [win32/console.c] [if1632/kernel32.spec] [include/windows.h]
- Added stub for GetNumberOfConsoleMouseButtons.
- Added stub for PeekConsoleInput(A,W).
- Fixed parameter list for WriteConsole(A,W).
- GetNumberOfConsoleInputEvents now returns 0 events instead of 1
- (since low-level console functions are not yet supported).
- GetConsoleMode no longer returns ENABLE_WINDOW_INPUT and
- ENABLE_MOUSE_INPUT since these are not currently implemented.
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of config.cache problems.
-----------------------------------------------------------------------
-Sat Nov 29 12:35:26 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [if1632/builtin.c]
- Build a complete PE header for builtin Win32 modules.
+ 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.
- * [loader/pe_image.c] [loader/module.c]
- HMODULE32 now points to the loading address of the module. There
- is no longer a separate PE_MODULE structure.
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
+ Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
-Fri Nov 28 11:21:47 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
+ CURSORICON_IconToCursor: inconsistent Lock/Unlock
- * [ole/*][configure.in][Makefile.in][include/interfaces.h]
- [if1632/olesvr32.spec][if1632/olecli32.spec]
- New directory, moved OLE stuff there.
- new .spec files for olecli32,olesvr32, some stubs added.
+ * 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.
- * [misc/shell.c]
- Added support for extracting icons from PE dlls.
+ * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
+ Fix a sign bug where memcpy was called with negative length.
- * [misc/shellord.c][if1632/shell32.spec]
- Added a huge heap of ordinal only exported shell functions
- (will work only in Win95).
+2000-02-29 Alexandre Julliard <julliard@winehq.com>
- * [loader/task.c]
- Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
+ * files/profile.c: Make profile key a global handle.
- * [win32/string32.c][include/string32.h]
- Obsolete, removed.
+ * 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).
- * [windows/keyboard.c]
- Added *RegisterHotkey.
+ * 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.
- * [objects/font.c][objects/text.c]
- Added GetFontLanguageInfo, GetTextCharsetInfo.
+ * 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 Nov 26 18:10:40 1997 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
+ Implemented the behavior of sending WM_CONTEXTMENU when receiving a
+ WM_RBUTTONUP.
- * [misc/network.c]
- In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
- Makes Wordview 6 start on a network connected machine.
+ * dlls/ole32/storage32.c: Murali Pattathe
- * [controls/status.c]
- Catch a Null pointer in SW_SetText.
+ 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).
- * [files/dos_fs.c]
- Add NT5 functions GetLongPathName32.
+ 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.
- * [files/file.c]
- Make GetTempFileName16 accept drive 0 (Current Drive) too.
- Handle more errors and be more verbose in FILE_SetDosError, fix
- an error in DeleteFile32W
+ * 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.
- * [memory/virtual.c]
- Implement FlushViewOfFile.
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ Moved the rest of the API specification from the global file to the
+ local files.
- * [misc/crtdll]
- Implement _rotl and splitpath and add a stub for
- _abnormal_termination.
+2000-02-27 Alexandre Julliard <julliard@winehq.com>
- * [misc/printdrv.c]
- Stub for EnumPrinters32A.
+ * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
- * [win32/newfns]
- Add Stub for QueryPerformanceFrequency, change return value
- for QueryPerformanceCounter.
- Add stub for DeviceIoControl.
+----------------------------------------------------------------
+2000-02-27 Alexandre Julliard <julliard@winehq.com>
-Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
+ * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetComputerNameA(): added parameter check like Win95 does.
- * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
- [windows/winpos.c] [windows/win.c]
- Removed WIN_NO_REDRAW flag.
+ * 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 Nov 25 13:20:35 1997 Douglas Ridgway <ridgway@taiga.v-wave.com>
+ * memory/selector.c, include/selectors.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some Solaris specific assembler problems.
- * [graphics/x11drv/bitblt.c]
- Fixed memory leak in BITBLT_GetDstArea.
+ * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
-Sun Nov 23 14:05:23 1997 Andreas Mohr <100.30936@germany.net>
+ * 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.
- * [files/directory.c]
- Export windows system directory to environment.
+ * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
+ Added utility that generates patches for submission to
+ wine-patches@winehq.com.
- * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
- [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
- Added Win32s DLLs W32SKRNL and WIN32S16.
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
+ oleaut32 should not import functions from olepro32.
- * [if1632/kernel32.spec] [loader/module.c]
- Added misc functions for Win32s.
+ * dlls/comctl32/listview.c, include/listview.h:
+ Pierre Mageau <pierre@macadamian.com>
+ Don't display the context menu on a double click.
- * [if1632/kernel.spec] [loader/task.c]
- Added DefineHandleTable().
+ 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.
- * [scheduler/process.c]
- Fixed SetEnvironmentVariable32A() to avoid heap corruption.
+ 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.
-Sat Nov 22 14:11:42 1997 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ Ulrich Czekalla <ulrichc@corel.ca>
+ RelaseDC in CreateEditLabel.
- * [windows/painting.c]
- Fix leak in BeginPaint16() for CS_PARENTDC windows where the
- update region was not properly released.
+ 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.
-Thu Nov 20 03:55:29 1997 Gordon Chaffee <chaffee@CS.Berkeley.EDU>
+ Serge Ivanov <sergei@corel.ca>
+ LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
- * [loader/pe_image.c]
- Implemented forwarded DLL functions.
+ 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.
+
+ Pierre Mageau <pierre@macadamian.com>
+ Fix for handling correctly the cancelling mode of the Edit label.
+ Fix width calculation of the edit label.
+
+ 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.
- * [objects/dib.c]
- Added support for 16- and 32-bit mode DIBs.
- Support negative bitmap heights.
+ * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
+ - Write serial numbers to the device (FAT)
+ - DRIVE_ReadSuperblock: better checking for the FAT fs.
- * [win32/process.c]
- Added stub for CreateProcess32W.
+ * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GetFullPathName fixes.
- * [win32/security.c] [include/ntdll.h]
- Added stubs for LookupAccountSid32A/W.
+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.
+
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Fixes for ShellExecuteEx.
+
+ * 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.
+
+ * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
+ Updated.
- * [scheduler/process.c]
- Use the size specified in the PE header for the process heap.
+ * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added Winelib types.
-Mon Nov 17 00:53:35 1997 Len White <phreak@cgocable.net>
+ * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
+ Added icon no 4 (open folder).
- * [msdos/int3d.c]
- New file. Stubs for int3d.
+ * 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.
-Sun Nov 16 12:30:00 PST 1997 Jason Schonberg <schon@mti.sgi.com>
+ * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
+ Return an error instead of a success code in OleCreate stub function.
- * [include/aspi.h]
- Changed comment style from C++ to C.
+ * 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).
-----------------------------------------------------------------------
-Sun Nov 16 07:42:44 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ Stephane Lussier <stephane@macadamian.com>
+ Fixes for some tab control bugs
- * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
- Bug fixes.
+ Henning Hoffmann
+ Fixed some width problem with OWNERDRAW tab.
- * [misc/shell.c] [resources/*]
- New "About" dialog.
+ Luc Tourangeau <luc@macadamian.com>
+ TCM_ADJUSTRECT is now returning consistant compare to Windows.
-Sat Nov 15 17:30:18 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ 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
- * [configure.in] [Makefile.in]
- Replaced --with-library option by --disable-emulator. The default
- is now to build both the library and the emulator.
- Renamed --with options to --enable to follow autoconf guidelines.
+ * 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.
- * [loader/main.c] [miscemu/main.c] (New file)
- Split initialization in WinelibInit/EmulatorInit.
+ * controls/button.c: Bill Jin <billj@corel.ca>
+ Bitmap buttons were not refreshed correctly.
- * [loader/*.c]
- Removed all remaining #ifdef's WINELIB.
+ * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
+ This reverts Matts patch. The messaging needs double checking.
- * [controls/widgets.c] [windows/mdi.c]
- Converted MDIClientWndProc to 32-bit.
+ * 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).
- * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
- [scheduler/thread.c]
- Code and data selector values are now computed at run-time.
+ * 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.
- * [library/libres.c]
- Moved to loader/ directory.
+ * 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.
- * [misc/main.c] [misc/version.c] (New file)
- Moved all version stuff to version.c. Cleaned up a bit.
+ * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
+ Fixed Solaris specific compiler issue.
- * [msdos/dpmi.c]
- Update the REALMODECALL structure on return from real-mode
- interrupt.
+ * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
+ Fixed some debug message crashes.
- * [windows/event.c] [windows/keyboard.c]
- Changed the way event coordinates are determined. Don't rely on
- the ConfigureNotify event values. This should fix all problems
- with cursor position in -desktop and -managed modes.
+ * 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
-Sat Nov 15 16:09:36 1997 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * 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).
- * [controls/button.c]
- (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
+2000-02-25 Alexandre Julliard <julliard@winehq.com>
-Wed Nov 12 03:42:45 1997 Chris Faherty <chrisf@america.com>
+ * misc/debugstr.c:
+ Release unused space in debug strings to avoid too frequent
+ wrap-arounds in the circular buffer.
- * [misc/ver.c]
- Changed VerInstall32A to assume srcdir as destination if destdir
- is blank. This was causing alot of DLL installation into SYSTEM
- directory to fail.
+ * dlls/oleaut32/Makefile.in: Added import of olepro32.
- * [loader/ne_image.c]
- NE_LoadSegment buffer[100] was too small and getting overruns.
- Changed it to buffer[200].
+ * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added OLE entries and comments.
-Sat Nov 8 06:09:57 1997 Len White <phreak@cgocable.net>
+ * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Japanese support implemented.
- * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
- Added stub functions DdeConnectList(), DdeQueryNextServer(),
- DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
- DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
- DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
- DdeCmpStringHandles().
+ * 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.
-Fri Nov 7 19:44:26 1997 Olaf Flebbe <o.flebbe@science-computing.de>
+ * 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.
- * [files/directory.c]
- Fix typo in directory.c [broke loading of cdplayer on nt40]
+ Gautam Jain
+ EnumPrinters is not returning the number of printers found in case the
+ parameter dwLevel is 1.
- * [misc/main.c]
- Implemented -winver nt40.
+ * 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/resource.c] [user32.spec]
- Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
+ * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added prototypes for registry functions.
-Thu Nov 6 22:37:04 1997 Morten Welinder <terra@diku.dk>
+ * 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
- * [files/drive.c]
- (GetDiskFreeSpace32A): Cap at 2GB.
+ * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add prototype for CRTDLL_wcstol.
- * [include/windows.h]
- Prototype DrawIconEx and CreateDIBSection32.
- Define OBM_RADIOCHECK.
- Add DI_* macros.
+ * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for toolbar button size.
- * [objects/dib.c] [if1632/gdi.spec]
- CreateDIBSection is a WINAPI. Renamed to CreateDIBSection32.
- Implement CreateDIBSection16.
+ * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed CharNextA/CharNextExA for DBCS.
- * [if1632/user.spec] [if1632/user32.spec]
- Add DrawIconEx.
+ * 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.
- * [objects/cursoricon.c]
- (CopyIcon32): Fix bogus implementation.
+ * 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.
- * [objects/bitmap.c]
- (CopyBitmap32): New function.
- (CopyImage32): Do bitmaps.
+ 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.
- * [graphics/x11drv/text.c]
- (X11DRV_ExtTextOut): Change ascent and descent default to avoid
- zero-thinkness overstrike line.
+ 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.
- * [include/debugstr.h] [misc/debugstr.c]
- New files.
+ 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.
- * [msdos/dpmi.c]
- Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
- int 0x21, ah=0x52.
+ * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
+ Made some local functions static.
- * [msdos/int2f.c]
- Add dummys for 0x1681 and 0x1682.
+ * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [misc/registry.c]
- Fix memory leaks in RegDeleteKey32W.
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some of the API specification from the global file to the local
+ files.
- * [objects/text.c]
- In TEXT_NextLine, fix another off-by-one bug.
+ * 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.
- * [include/bitmaps/obm_radiocheck]
- New file. (It a small circle used to radio-button menu items
- when selected.)
-
- * [objects/oembitmap.c]
- Add obm_radiocheck.
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added AddAccessAllowedAce.
- * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
- [if1632/user.spec]
- Define CheckMenuRadioItem{16,32}. Define GetMenuItemRect{16,32}.
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
+ Some more ListView_ macros, winelib fixes.
-Wed Nov 5 11:30:14 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
- * [misc/main.c]
- Auto adjust versions depending on binary.
+ * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed allocation of 16x16 icons.
-Tue Nov 4 15:21:00 1997 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ * dlls/commdlg/filedlg95.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ For unicode: give the selected filename back.
- * [controls/listbox.c]
- Paint full background in listbox items with tab stops enabled.
+ * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+ Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
+ necessary.
- * [if1632/thunk.c]
- Copy some more message parameter structures (DRAWITEMSTRUCT16,
- COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
- that need this.
+ * windows/painting.c: Serge Ivanov <sergei@corel.ca>
+ We don't need to call LPtoDP in here as far as PatBlt does it internally.
- * [windows/dce.c]
- Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
- style set.
+ * 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.
- * [windows/focus.c]
- Make order of events in FOCUS_SwitchFocus() reflect API docs.
+ <yuxi@corel.com>
+ Fix property sheet initialization bugs.
- * [windows/defdlg.c]
- Fix problem with loss of focus in some dialogs.
+ 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.
- * [win32/code_page.c]
- Fix return value for MultiByteToWideChar().
+ Noomen Hamza
+ Resize property sheet to the largest dialog size.
- * [BUGS]
- BCW now works.
+ 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.
-----------------------------------------------------------------------
-Thu Oct 30 21:52:23 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
+ * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
+ We define PathISURLA, so use it.
- * [windows/nonclient.c]
- Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
- i.e. system menu already appears when mouse button is depressed.
- Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
- bar arrows are handled the same way as single clicks.
+ * 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/winpos.c]
- Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
- set; this is the way MS-Windows behaves.
+ * 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.
-Thu Oct 30 21:08:57 1997 Morten Welinder <terra@diku.dk>
+ * objects/region.c: Serge Ivanov <sergei@corel.com>
+ Not all region functions updated 'type' field to reflect current
+ region state.
- * [controls/status.c]
- In SW_SetText, fix condition, I hope.
+ * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
+ Eric Williams <ewill@ncal.verio.com>
+ Minor fixups and tweaking, and a dummy hook.
- * [controls/menu.c]
- (GetMenuState32): Don't mask return value. Print more debug info.
- (MENU_MenuBarCalcSize): Be more careful when printing debug
- information.
- (MENU_SetItemData): Empty strings are separators.
+ * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Fixed handling of filedlg flags.
- * [graphics/x11drv/text.c]
- Don't prototype CLIPPING_IntersectClipRect.
+2000-02-20 Alexandre Julliard <julliard@winehq.com>
- * [include/dc.h]
- Prototype CLIPPING_IntersectClipRect.
+ * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added FIXME comment for entry point parameter.
- * [objects/font.c]
- Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
- In CreateFont32W and CreateFont16, handle null font name.
+ * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - stub for OLE32.MkParseDisplayName
+ - spelling fixes
- * [objects/text.c]
- (TEXT_NextLine): Fix end-of-line bug.
+ * windows/dialog.c, windows/win.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ - fixed my slightly incorrect EndDialog patch
+ - cleaned up win.c
- * [if1632/shell32.spec]
- Activate existing implementation of ExtractIconA.
+ * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Spelling fixes.
- * [misc/shell.c]
- For Control_RunDLL, add types for parameters.
+ * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
+ Made the buffer list in the directsound object thread-safe.
-Thu Oct 30 14:54:11 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [controls/static.c] [include/windows.h] [misc/spy.c]
- Added some win32 defines to static controls, basic SS_BITMAP style
- handling implemented. [please add more, I am lacking knowledge and
- time]
+ * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
+ Avoid too much refreshing when changing the drive in the 16 bits file
+ dialog.
- * [controls/status.c]
- part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
+ * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
+ GetLongPathName rewrite.
- * [if1632/thunk.c] [tools/build.c]
- Support lret and 0x66 lret calls for CallTo16_regs
- (needed for KERNEL32_45)
- Fixed KERNEL32_45, QT_Thunk (should work now).
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
+ Corel merge:
- * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
- Added string dumping to relay debugging for win32 apifuncs.
+ 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.
- * [misc/ver.c]
- Fixed and cleaned up VerQueryValue*.
+ Don Kelly.
+ Fixes problems with open dialog box filters.
- * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
- [if1632/winmm.spec]
- Win32 support for lowlevel multimedia functions.
- Added some mixer* lowlevel functions.
- Some small fixes in the audio lowlevel queue handling, code
- reformatting/cleanups.
+ Ulrich Czekalla
+ Prevents the help button from displaying on OpenFile dialogs unless
+ the proper flag is set in the OPENFILENAME struct.
- * [debugger/hash.c]
- Don't show difference between 16bit symbols if they are in
- different segments.
+ Yuxi Zhang
+ Fixed memory leak.
- * [objects/cursoricon.c]
- Added GetIconInfo (partial) and CreateIconIndirect.
+ Jean-Claude Batista
+ Add tooltips to the file Dialog toolbar.
- * [windows/mdi.c]
- Fixed some "bad class" problems and crashes in MDICreateChild,
- which happen in Win32 (jwp32.exe).
+ 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.
-Wed Oct 29 00:57:27 1997 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ David Golding
+ A "!" was missing in a check against lpstrInitialDir.
- * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
- [documentation/aspi] [include/callback.h]
- Added support for 16 bit ASPI calls to linux generic SCSI.
- The support is not complete, but appears to run my Mustek
- scanner from within ipplus.exe.
+ Rick Mutzke
+ Fixed crash: if dialog has no filetypes appearing in the dropdown list.
-Mon Oct 27 00:59:41 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ Matt Robertson, Ulrich Czekalla
+ Fixed problems occurring with selection of files inside openfiledlg.
- * [windows/dce.c]
- DC reuse framework.
+ * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
+ - activated use of templates
+ - moved the creating of new folders to the shellview
-Sun Oct 26 18:41:21 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * 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).
- * [graphics/x11drv/xfont.c]
- Substituted fonts are removed from the alias table. References to
- the old name are also updated.
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Removed ItemIDListList, reorganisation, more formats.
- * [controls/combo.c]
- LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
- ComboLBox.
+ * 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
-Sun Oct 26 14:25:00 1997 Nikita V. Youshchenko <yoush@cs.msu.su>
+ * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Better context menus.
- * [include/drive.h] [files/drive.c] [msdos/int21.c]
- Partially implemented DOS drive mapping (int21 AX=440F).
+ * 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
-Sat Oct 25 13:03:29 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
+ Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
- * [debugger/debug.l]
- Support '.' in identifiers. Use "x . y" to access structure
- fields.
+ * 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.
- * [debugger/hash.c] [loader/pe_image.c]
- Load entry points of Win32 modules only when entering the
- debugger.
+ * dlls/shell32/shlfileop.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ New file (SHFileOperation).
- * [debugger/break.c]
- New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
- the start of every module.
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Fixes.
- * [files/file.c]
- FILE_mmap() can now fake mmap() for unaligned offsets or broken
- filesystems.
+ * 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
- * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
- Use a table of callbacks instead of macros to differentiate
- between emulator and Winelib.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ New aPidl handling functions.
- * [loader/task.c]
- Initialize current directory from cwd, not from module path.
+ * misc/main.c: Avoid crash on usage message.
- * [tools/build.c]
- Read CallTo16 prototypes directly from thunk.c source file.
+ * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
- * [windows/winproc.c] [windows/mdi.c]
- Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added stub for RtlAssert().
-Fri Oct 24 21:41:25 1997 Uwe Bonnes <bon@elektron.ikp.tu-darmstadt.de>
+ * windows/x11drv/keyboard.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added Japanese jp106 and pc98x1 keyboard layout.
- * [files/drive.c]
- Allow arguments like "a" for the drive related apis.
+ * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of PROFILE_ functions, now accessing Wine config options
+ through the registry.
- * [memory/global.c]
- Keep the calculation for dwMemoryLoad in range.
+ * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ While creating the wine config key, make sure that only Wine's subkeys
+ are volatile.
- * [misc/crtdll.c]
- Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
- its memory if requested.
- Implemented CRTDLL_rename and CRTDLL_stat needed for
- lcc-win32:wedit.exe.
- Implemented CRTDLL__fullpath.
+ * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for NULL ptr in PSDRV_GetDeviceCapabilities.
- * [misc/comm.c]
- High speed modes for the 16-bit mode Comm functions.
+ * 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/cpu.c]
- As applications may treat lpMaximumApplicationAddress as long,
- use a valid long number.
+2000-02-19 Alexandre Julliard <julliard@winehq.com>
- * [misc/main.c]
- In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
+ * memory/atom.c: Bug fix for native USER.
- * [misc/ole2nls.c]
- Implement LCMAP_UPPERCASE for LCMapString32.
+ * loader/loadorder.c, wine.ini:
+ Hard-coded DllPairs configuration; there is no need for the user to
+ change it.
- * [misc/wsprintf]
- Made WPRINTF_ParseFormatA understand %ws.
+ * 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.
- * [win32/file.c]
- Ignore FILE_ATTRIBUTE_NORMAL.
- Stub for ReadFileEx.
+2000-02-18 Alexandre Julliard <julliard@winehq.com>
-Fri Oct 24 15:36:02 1997 Doug Ridgway <ridgway@routh.ucsd.edu>
+ * 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().
- * [memory/local.c]
- Local heap exhaustion message now prints which builtin heap filled.
+ * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
+ Set the type of VarBstrFromDate to dwFlags, instead of lcid.
-Fri Oct 24 00:46:34 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed the problem with the date being off by one.
- * [windows/dialog.c]
- Reversed CreateFont16/32W typo.
+ 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.
-Thu Oct 23 23:44:20 1997 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added/corrected ordinals of kernel, gdi, user.
- * [if1632/user.spec]
- Fixed argument list for ChangeClipboardChain.
+ * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
+ Popup windows will be hidden when minimizing the main frame.
- * [windows/mdi.c]
- Pass correct hInstance to CreateWindow16() in MDICreateChild().
+ * 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.
-Mon Oct 20 11:51:24 1997 Carsten Fallesen <cf@it.dtu.dk>
+ * 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.
- * [objects/metafile.c]
- Added support for META_SETTEXTCHAREXTRA.
+ * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed prototype for OleTranslateColor.
- * [objects/region.c]
- Fixed crash in XPolygonRegion if there is only one point in
- in the region.
+ * files/file.c: Matthew Cline <matt@nightrealms.com>
+ Added WARN messages on open errors.
- * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
- [objects/gdiobj.c]
- Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c
- and included gdi.h instead. Implemented GetObjectType32().
+ * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ The maximum size of the buffer is 1024 bytes in Win32.
-Thu Oct 16 17:21:32 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+2000-02-16 Alexandre Julliard <julliard@winehq.com>
- * [documentation/wine.texinfo]
- Fixed WIN32 and Makefiles entries of Reference manual node, that
- made makeinfo dump core.
+ * 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.
-Mon Oct 13 17:15:57 1997 Robert Wilhelm <robert@physiol.med.tu-muenchen.de>
+ * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+ Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
- * [if1632/crtdll.spec]
- Added missing math functions y0(), y1(), y2(), floor(), frexp(),
- ldexp(), modf().
+ * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Send WM_HELP message when F1 is pressed.
-----------------------------------------------------------------------
-Sun Oct 12 15:03:01 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [if1632/builtin.c] [if1632/relay.c]
- Relay debugging entry points are now generated on the fly for
- Win32 DLLs.
+2000-02-14 Alexandre Julliard <julliard@winehq.com>
- * [include/stackframe.h]
- Added VA_LIST16 type and macros to access arguments on the 16-bit
- stack.
+ * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added stub for CoResumeClassObjects.
- * [memory/global.c]
- Fixed GlobalHandle32 to work with fixed blocks.
+ * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - added argument printing to stubs
+ - replaced memcmp by IsEqualGUID
+ - implemented GetCapabilities for Mouse and Keyboard
- * [misc/ddeml.c] (New file)
- Added a lot of stubs for DDEML functions.
+ * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
+ ioctlsocket() now returns success if the app sets nonblocking mode for
+ WSAAsyncSelect()-ed sockets.
- * [objects/dc.c]
- Added Get/SetGraphicsMode().
+ * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed FreeBSD compile.
- * [objects/gdiobj.c] [windows/winpos.c]
- Added a few stubs.
+ * 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
- * [tools/build.c]
- Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
- 'register' functions can no longer take arguments in Win32.
- The Win32 NE module is now generated by MODULE_CreateDummyModule.
- CallFrom32 callbacks removed except for register functions.
+2000-02-13 Alexandre Julliard <julliard@winehq.com>
-Fri Oct 10 18:22:18 1997 John Harvey <john@division.co.uk>
+ * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
+ Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
- * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
- [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
- [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
- [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
- [include/callback.h] [include/win16drv.h]
- Added support for pens and brushes in SelectObject. Added support
- for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
- Rectangle. Text is drawn in the correct place more often. These
- changes may only work with the Windows Postscript driver since
- many other drivers now need more GDI support.
+ * 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.
-Tue Oct 7 21:06:23 1997 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ * 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.
- * [debugger/expr.c]
- Fixed typo for the >> operator.
+ * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fixed CDROM_Audio_Seek for non-linux systems.
- * [loader/task.c]
- Fixed SwitchStackTo(); it used to return with the new stack placed
- four bytes too high in memory.
+ * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
+ GetObjectA() now rejects GDI handles which are invalid.
- * [loader/ne_resource.c]
- Removed problematic nametable code introduced in Wine 970914.
+ * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ VERSION_GetSystemDLLVersion crashed when being called on a .so.
-Tue Oct 7 02:24:12 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
+ * 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.
- * [controls/commctrl.c]
- Added this files to hold functions from the comctl32.dll
- Added to this files some functions scattered in different places
- (such as InitCommonControls) and added some new ones as well.
+ * dlls/ole32/clipboard.c: Removed check for class existence.
- * [include/syscolor.h] [windows/syscolor.c]
- Added proper entries for all possible COLOR_* values.
+ * 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/brush.c]
- Modified GetSysColorBrush to return the correct brush for
- all possible COLOR_* constants.
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Reading of ri blocks.
+ Better error handling.
-Sat Oct 4 23:35:20 1997 U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
+ Check that ci->hWindowMenu is not zero before using it.
- * [loader/module.c] [scheduler/process.c] [win32/environment.c]
- Another approach to get access to an unrestricted commandline.
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
+ David Howells <David.Howells@nexor.co.uk>
+ Implemented isw*() wctype.h functions.
- * [misc/crtdll.c]
- Make fclose work again.
+ * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Better error messages.
- * [if1632/crtdll.spec]
- Use sprintf for crtdll-sprintf again as e.g. %g is not available
- for wsprintf.
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ Fixed off-by-one error.
- * [misc/wsprintf.c]
- Make WPR_STRING work in more situations.
- Added debug output for the wsprintf functions.
+ * 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/crtdll.c] [misc/main.c]
- Use argv[0] as comand with CRTDLL_system.
+2000-02-12 Alexandre Julliard <julliard@winehq.com>
-Fri Oct 3 14:00:29 MET DST 1997 Jan Willamowius <jan@janhh.shnet.org>
+ * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
+ Added a PTEXTMETRIC[A|W] definition.
- * [*/*]
- Removed some compiler warnings.
+ * include/windef.h: Matthew Cline <matt@nightrealms.com>
+ Added typedefs for PSHORT and PUSHORT.
- * [msdos/int15.c]
- New INT 15 handler.
+ * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Protect EndDialog() from invalid window handles.
-----------------------------------------------------------------------
-Sat Sep 27 12:36:56 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [if1632/relay.c]
- Made Catch and Throw also save %si and %di (untested).
+2000-02-10 Alexandre Julliard <julliard@winehq.com>
- * [memory/selector.c]
- Added check for %fs and %gs in SELECTOR_FreeBlock.
+ * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
+ Added GUIDs, defines, and structures for DirectX7.
- * [rc/winerc.c]
- Generated files no longer depend on Wine includes.
- Made .h generation optional.
+ * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
+ Oleg Korda <oleg@isp.nsc.ru>
+ Added Russian translation.
- * [tools/build.c] [loader/task.c]
- Added CALL32_Init function.
- Added possibility to pass arguments when using CALLTO16_regs_.
- 32-bit stack pointer is now saved on the 16-bit stack, instead of
- using IF1632_Saved32_esp.
- Removed CallTo32 callbacks.
+ * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
+ Added missing goto in switch statement.
- * [tools/makedep.c] [*/Makefile.in]
- Added support for directly generating dependencies for .y, .l and
- .rc files. Modified the makefiles to use this feature.
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
- * [windows/winproc.c] [if1632/thunk.c]
- Use CALLTO16_regs to call window procedures.
+ * 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.
-Thu Sep 25 12:18:57 1997 Kristian Nielsen <kristian.nielsen@risoe.dk>
+ * 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.
- * [if1632/kernel.spec]
- Changed entry for SwitchStackBack to remove arguments from stack
- upon return (arguments left over from previous SwitchStackTo()).
- Borland C++ 4.0 now compiles "Hello World" (but crashes after
- outputting the .exe).
+ * */*:
+ Jeremy White <jwhite@codeweavers.com>
+ Removed #include of wingdi.h and windef.h from winuser.h (and resolved
+ the resulting compilation failures).
-Wed Sep 24 13:54:44 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+2000-02-07 Alexandre Julliard <julliard@winehq.com>
- * [files/directory.c]
- SearchPath might get NULL buffer (empty LRU list in wordpad).
+ * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
+ Make CLSIDFromString return a CLSID of zeros instead of crashing when
+ passed a null pointer.
- * [memory/selector.c]
- Added SUnMapLS*.
+ * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed unconditional use of JOYDEV.
- * [loader/pe_image.c]
- Be able to run executeables from non mmap()ble filesystems.
- PE_LoadLibrary adds librarys loaded by another process to
- its own modref list too.
+ * 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.
- * [windows/keyboard.c][include/accel.h][loader/resource.c]
- Fixed accelerator leakage, use SDK defines/names.
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
+ Added ListView_EditLabel macros.
- * [graphics/env.c][misc/main.c]
- Set/GetEnvironemnt have nothing to do with environment vars,
- but with Printer Environment.
+ * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Changed import to ordinal.
- * [graphics/escape.c]
- Escape32: map args back to segmented pointers.
+ * include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added IPersistFolder2 interface.
- * [windows/win.c]
- WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
+ * 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
-Tue Sep 16 14:40:16 1997 Robert Wilhelm <robert@physiol.med.tu-muenchen.de>
+ * 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.
- * [if1632/crtdll.spec] [misc/crtdll.c]
- Added signal().
+ * 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.
-----------------------------------------------------------------------
-Thu Sep 11 18:24:56 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Added CF_HDROP.
- * [objects/dc.c]
- In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
+ * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
+ Extended the winmm joystick API calls to support the new Linux
+ joystick driver.
-Tue Sep 9 23:04:02 1997 U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Added context functions for FreeBSD.
- * [memory/virtual.c]
- Do not write debugging info unconditionally to stderr.
+ * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
+ Fix for the system tray, Icon and popup menu's now work.
- * [files/profile.c]
- Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
+ * 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.
- * [misc/crtdll.c]
- Many new functions.
+ * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
+ Running object table are not using 0 as a valid index anymore.
- * [include/windows.h] [windows/winpos.c]
- ClientToScreen16 doesn't have a return value.
+ * controls/static.c: Luc Tourangeau <luc@macadamian.com>
+ Implementation of Static OwnerDraw.
-Sun Sep 7 10:06:39 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
+ Height calculation was 1 off in ImageList_Read.
- * [misc/main.c] [AUTHORS]
- Update the list of contributors. Please let me know if I forgot
- someone.
+2000-02-03 Alexandre Julliard <julliard@winehq.com>
- * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
- Ordinal base for Win32 DLLs is now computed automatically from the
- lowest ordinal found.
+ * 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.
- * [include/wintypes.h]
- WINAPI is now defined as attribute((stdcall)). This will require
- gcc to compile.
+ * 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/thunk.c]
- Removed Win32 thunks (no longer needed with stdcall).
+ * 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
- * [if1632/crtdll.spec] [misc/crtdll.c]
- Make sure we only reference cdecl functions in the spec file.
+ * 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.
- * [objects/dc.c]
- Use CapNotLast drawing style for 1-pixel wide lines.
+ * dlls/ole32/ole2.spec, server/process.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed minor issues found by winapi_check.
- * [tools/build.c]
- Added 'double' argument type.
- Added 'varargs' function type for Win32.
- Made CallTo16_xxx functions stdcall.
+ * tools/winapi_check/*:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor fixes.
+ - Moved some of the API specifications from the global file to the
+ local files.
-Fri Sep 5 14:50:49 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * 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.
- * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
- More fixes to get message exchange closer to the original.
+ * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
+ nIconIndex == -1 should return nr of available icons, not 0.
- * [misc/spy.c]
- Message logs now contain window names.
+ * Makefile.in: Fixed building of dosmod and wineclipsrv.
- * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
- [objects/cursoricon.c] [windows/user.c]
- Added some obscure features to fix memory leaks.
+ * misc/debugstr.c:
+ Bug fix: added temp structure to cope with debug traces during thread
+ startup.
-Fri Sep 5 00:46:28 1997 Jan Willamowius <jan@janhh.shnet.org>
+ * 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.
- * [if1632/kernel32.spec] [win32/newfns.c]
- Added stub for UTRegister() and UTUnRegister().
+ * 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.
-Thu Sep 4 12:03:12 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
- * [controls/edit.c]
- Allow ASCII codes > 127 in WM_CHAR.
+2000-01-27 Alexandre Julliard <julliard@winehq.com>
-Mon Sep 1 17:23:24 1997 Dimitrie O. Paun <dimi@mail.cs.toronto.edu>
+ * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Small fix.
- * [controls/widgets.c]
- In InitCommonControls, remember the name of the class
- because lpszClassName was made to point to a local array
- Added the ProgressBar to the list of implemented controls.
- Call InitCommonControls from WIDGETS_Init to register all
- implemented Common Controls.
-
- * [include/commctrl.h]
- Added misc decl for the Progress Bar.
+ * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Get HCU name from unix user name.
- * [controls/progress.c] [include/progress.h]
- First attempt at implementiong the Progress Bar class.
+ * 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.
- * [objects/brush.h]
- Implementation for GetSysColorBrush[16|32]
+2000-01-26 Alexandre Julliard <julliard@winehq.com>
- * [controls/status.c]
- Use DrawEdge to draw the borders and fill the background
+ * dlls/winmm/lolvldrv.c:
+ Dynamically load version.dll in MMDRV_GetDescription32.
- * [controls/uitools.c]
- Added DrawDiagEdge32 and DrawRectEdge32
+ * dlls/ole32/ole2.c:
+ Use a linked list instead of a DPA for the hook list.
- * [graphics/painting.c]
- Implement DrawEdge[16|32]
- Started DrawFrameControl32
+ * windows/x11drv/clipboard.c:
+ Use a linked list instead of a DPA to manage pixmaps.
-Mon Sep 1 10:07:09 1997 Lawson Whitney <lawson_whitney@juno.com>
+ * 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.
- * [misc/comm.c] [include/windows.h]
- SetCommEventMask returns a SEGPTR.
+ * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Add a newbie warning for slashes in the search Path= of wine.conf.
-Sun Aug 31 23:28:32 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
+ Wait for ShmCompletion during Flip.
- * [loader/pe_image.c][loader/module.c][include/pe_image.h]
- [include/module.h]
- Cleaned up the whole Win32 library mess (a bit).
+ * 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.
- * [debugger/stabs.c]
- If 'wine' has no absolute path and isn't found, check $PATH too.
+ * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
- * [misc/ole2nls.c]
- Some fixes.
+2000-01-25 Alexandre Julliard <julliard@winehq.com>
- * [misc/ver.c]
- Added support for PE style version resources.
+ * 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.
- * [memory/string.c]
- Check for NULL pointers to _lstr* functions, just as Windows95 does.
+ * 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.
- * [multimedia/time.c]
- Made list of timers a simple linked list.
+ * 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.
- * [loader/resource.c]
- Netscape 3 seems to pass NEGATIVE resource Ids (in an
- unsigned int, yes). Don't know why, fixed it anyway.
+ * files/profile.c, include/options.h:
+ Added PROFILE_GetConfigDir function.
- * [objects/bitmap.c]
- LoadImageW added.
+2000-01-24 Alexandre Julliard <julliard@winehq.com>
- * [include/win.h][windows/win.c]
- Change wIDmenu from UINT16 to UINT32 and changed the
- SetWindow(Long|Word) accordingly.
+ * 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.
-Thu Aug 28 19:30:08 1997 Morten Welinder <terra@diku.dk>
+ * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
+ Built a complete translation table for RtlNtStatusToDosError.
- * [include/windows.h]
- Add a few more colors defined for Win95.
- Add a few more brush styles.
+ * include/winerror.h, include/winnt.h: Added some error codes.
- * [windows/syscolor.c]
- Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
- GetSysColor16, GetSysColor32. Add support for above colors.
+ * windows/nonclient.c:
+ Use GetProcAddress instead of calling ShellAboutA directly.
-Sun Aug 24 16:22:57 1997 Andrew Taylor <ataylor@cadvision.com>
+2000-01-23 Alexandre Julliard <julliard@winehq.com>
- * [multimedia/mmsystem.c]
- Changed mmioDescend to use mmio functions for file I/O, neccessary
- for memory files.
+ * 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.
-----------------------------------------------------------------------
-Sat Aug 23 00:05:23 1997 Andreas Mohr <100.30936@germany.net>
+ * 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
- * [if1632/kernel.spec] [if1632/mmsystem.spec]
- Added some stubs.
+ * 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.
- * [include/neexe.h] [loader/module.c]
- Added warning for OS/2 executables.
+ * 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.
- * [multimedia/midi.c]
- Shortened MIDIOUT driver version string to be less than 31 chars.
+ * 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.
- * [objects/gdiobj.c]
- Fixed DeleteObject32() to react properly when called with stock object.
+ * dlls/*/.cvsignore:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
-Fri Aug 22 18:03:26 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
+ * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
+ Corrected arguments to VirtualFree().
- * [controls/updown.c] [include/updown.h]
- First attempt at implementiong the UpDown class.
+ * 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().
- * [controls/widgets.c]
- Added the UpDown class to be initialized by InitCommonControls().
+ * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
+ Map WM_MENUSELECT 32->16 bits for closing menu.
-Wed Aug 20 18:01:33 1997 Doug Ridgway <ridgway@routh.UCSD.EDU>
+ * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
- * [graphics/*] [objects/*] [include/gdi.h]
- Made all GDI objects (except DCs) moveable.
+ * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
+ Implemented (Register|Get|Revoke)ActiveObject from the docs.
-Mon Aug 18 03:25:30 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Supercharged XShm implementation for DirectDraw.
- * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
- Removed IPC communication to speed up winsock services
- (tested only with 16-bit netscape 3.03).
+ * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: missing NULL pointer checks.
- * [graphics/x11drv/xfont.c] [documentation/fonts]
- Miscellaneous improvements. Updated docs.
+ * loader/pe_image.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Check for MZ header before trying to decipher the PE header.
-Sun Aug 17 20:39:55 1997 Ingo Schneider <schneidi@informatik.tu-muenchen.de>
+ * relay32/kernel32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Export GetLongPathName[A|W].
- * [misc/comm.c]
- A couple of bug fixes.
+ * 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.
-Sun Aug 17 19:29:22 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Actually print return value of message.
- * [debugger/dbg.y]
- Display next instruction after stepi/nexti.
+ * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
+ Corrected arguments in DIB_DeleteDIBSection.
- * [if1632/relay.c] [include/callback.h] [tools/build.c]
- Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
- better Winelib support.
+ * files/file.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
+ help of James Feeney <james@nurealm.net>.
- * [include/sigcontext.h]
- Renamed to sig_context.h to avoid conflicts with libc.
+2000-01-20 Alexandre Julliard <julliard@winehq.com>
- * [*/*]
- All API functions are now prefixed with WINAPI in prevision of
- future Winelib integration.
+ * 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.
- * [loader/signal.c] [memory/ldt.c]
- Fixed assembly code to be -fPIC compatible.
+2000-01-18 Alexandre Julliard <julliard@winehq.com>
-Thu Aug 14 14:38:15 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [if1632/crtdll.spec][win32/except.c]
- _global_unwind, _local_unwind stub added.
+ * 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.
- * [objects/dib.c]
- Don't read memory you don't even need for the target bitmap (fixes
- one 'lazy' program).
+2000-01-17 Alexandre Julliard <julliard@winehq.com>
- * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
- [win32/ordinals.c][memory/selector.c][memory/global.c]
- [include/callback.h]
- Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
- (not 100% correct yet) and some friends.
+ * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Add some defines needed for Unicode to Ascii conversions.
- * [loader/pe_image.c]
- Add possibility to break at the DLL entrypoint.
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Better error handling, less keys held open.
- * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
- Misc bugfixes and additions.
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ EnumDisplayModes must pass lPitch.
- * [misc/registry.c]
- The registry seems to be case-preserving but case-insensitive.
+ * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
+ Validate the menu handles.
- * [memory/global.c]
- Adapted to new /proc/meminfo format.
+ * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
+ Rounds to the lowest integer, not the nearest.
- * [objects/font.c][graphics/x11drv/xfont.c]
- FONT_SelectObject and GetTextMetrics* get passed ranges in logical
- and not device points (thanks to Marion Reyzl for pointing this
- out).
+ * 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.
- * [windows/caret.c]
- Use the windows own DC if present (The caret coordinates are
- logical coordinates based on it). Fixes another AMIPRO problem.
+2000-01-16 Alexandre Julliard <julliard@winehq.com>
-Wed Aug 6 18:22:22 1997 Morten Welinder <terra@diku.dk>
+ * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Use --whole-archive to force linking all of libwine.a. into wine.
- * [controls/menu.c]
- General clean-up and Win32 work: split item_flags into fType and
- fState; split item_id into wID and hSubMenu. Improved
- debug-printing. Implemented InsertMenuItem32[AW],
- SetMenuDefaultItem32, and SetMenuItemInfo32[AW]. Fixed
- GetMenuItemInfo32[AW].
+ * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
+ Added automatic registration of built-in DLLs.
- * [if1632/user32.spec]
- Define above new functions.
+2000-01-15 Alexandre Julliard <julliard@winehq.com>
- * [include/windows.h]
- Define MF_DEFAULT and MF_RIGHTJUSTIFY. Prototype above functions.
+ * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
+ Fixed IPX detection.
- * [include/menu.h]
- Don't prototype now-static MENU_InitSysMenuPopup.
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ New implementation of the win95 registry loader.
- * [include/comm.h]
- Reduce MAX_PORTS to 9 (which the profile code can handle).
+ * 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.
-Tue Aug 5 20:16:22 1997 Victor Schneider <vischne@ibm.net>
+ * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
+ Display the external modules after the internal modules in crash report.
- * [library/winestub.c] [libtest/expand.c]
- These patches let people porting Windows apps compile them using
- the same conventions regarding global _argc and _argv as those on
- Windows C/C++ compilers.
+ * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
+ Made SetVolumeLabel report failure on CD-ROM drives.
-----------------------------------------------------------------------
-Sun Aug 3 14:03:43 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * documentation/status/directplay:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Updated documentation.
- * [documentation/Makefile.in]
- Create links for files included from wine.texinfo.
+ * 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.
- * [wine.man]
- Moved to documentation dir.
+ * 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
- * [if1632/builtin.c]
- Made SYSTEM.DLL always loaded by default.
+ * 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
- * [loader/signal.c] [if1632/signal.c]
- Split signal.c in generic/emulator-specific parts.
+ * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
+ Add HAVE_SOUNDCARD_H to support OpenBSD.
- * [misc/system.c] [if1632/thunk.c]
- Implemented system timer functions.
- Fixed InquireSystem parameters.
+ * 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
- * [msdos/ioports.c]
- Defined inb/outb functions to avoid including asm/io.h.
- Use the right instruction for word and dword direct access.
+ * graphics/enhmetafiledrv/init.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Store reference hdc size into enhanced metafile header when creating.
- * [multimedia/mmsystem.c]
- Fixed CallTo16 usage.
+ * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented OleRun.
-Sat Aug 2 13:05:23 1997 Andreas Mohr <100.30936@germany.net>
+ * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
+ Removed DeleteObject call left over from previous patch.
- * [controls/edit.c]
- When text is inserted into a newly created editline, the caret
- is placed after the text. Should be placed before the text. Fixed.
+ * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed bad register constraint in InterlockedCompareExchange.
- * [files/file.c]
- Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
- According to doc _lopen() never truncates files.
+ * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
+ Added prototypes for the NT synchronization functions
+ InterlockedCompareExchange and InterlockedExchangeAdd.
- * [if1632/user.spec] [misc/comm.c]
- Added stub for EnableCommNotification().
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't access 'wm->modname' after the modref has been flushed.
+
+ * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
+ Added null check in GlobalHandle.
+
+2000-01-12 Alexandre Julliard <julliard@winehq.com>
- * [misc/ver.c]
- Fixed problem with VerQueryValue*() running over end of name table
- in rare cases.
+ * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
+ Removed a dependency between oleaut32 and comctl32.
- * [msdos/int21.c]
- Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
+ * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
+ More STATUS_ codes.
+
+ * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
+ Fixed macro definition of IDirectDrawSurface_Restore.
+ Added defines for Ddraw's WaitForVerticalDisplay().
+
+ * include/dsound.h: Steve Langasek <vorlon@dodds.net>
+ Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
+ IDirectSoundBuffer_Unlock.
+
+ * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
+ Missing Winelib declarations for AUXCAPS.
- * [multimedia/joystick.c] [windows/message.c]
- Added joystick support !!!
- Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix (harmless) assembler warnings.
+
+ * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Fix problem with initialization (reported by Andreas Mohr).
+
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
+
+----------------------------------------------------------------
+Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
-Fri Aug 1 18:02:09 1997 Morten Welinder <terra@diku.dk>
+ * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
+ Non-Linux compile fix.
- * [if1632/user32.spec]
- Define DrawAnimatedRects32.
+ * 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).
- * [graphics/painting.c]
- (DrawAnimatedRects32): Create stub.
+ * 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.
- * [misc/registry.c]
- Cope with NULL class in RegQueryInfoKey32A.
+ * 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/user32.spec]
- Add GetMenuItemInfo32[AW].
+ * 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.
- * [controls/menu.c]
- (InsertMenu32A): Upgrade flags to 8 hex-digits.
- (MENUEX_ParseResource): First shot at implementation.
- (LoadMenuIndirect32A): Handle extended menus.
- (GetMenuItemInfo32[AW]): First shot at implementation.
+ * include/callback.h, if1632/thunk.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed the obsoleted CallTimeFuncProc, CallDriverProc,
+ CallDriverCallback.
- * [include/windows.h]
- Define MFT_*, MFS_*, MIIM_* macros. Define MENUITEMINFO[AW]
- structures and pointers.
+ * 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.
- * [Makefile.in]
- (etags): Add TAGS as target.
+ * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Give +0+0 as a default position for the desktop window.
- * [if1632/comctl32.spec]
- Use Windows 95's ordinals. Add a few missing stubs.
+ * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Convert mmio to allow the use of 32 bit mmio procedures.
-Thu Jul 31 14:01:13 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [objects/color.c]
- Fix for 16 color mode of XFree.
+ * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
- * [if1632/kernel32.spec][win32/ordinals.c]
- Moved/added some ordinal only exported functions from kernel32.dll
- (mostly thunking preparation stuff).
+ * 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.
-Wed Jul 30 09:16:38 1997 John Harvey <john@division.co.uk>
+ * 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.
- * [graphics/win16drv/init.c] [include/win16drv.h]
- Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
- Escape(NEXTBAND) implemented to make HP PCL printer driver work in
- word. Stub for PATBLT added to start work on printing more than
- text.
+ * relay32/user32.spec, windows/dialog.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Corrected parameter count for DialogBoxIndirectParamAorW.
-Mon Jul 28 13:14:28 1997 Victor Schneider <vischne@ibm.net>
+ * controls/scroll.c: Rein Klazes <rklazes@casema.net>
+ Don't show the scrollbar if SetScrollinfo() is called with only the
+ SIF_DISABLENOSCROLL flag.
- * [libtest/expand.c]
- New Winelib test program.
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ Added extra US keymap with the infamous phantom key.
-Wed Jul 23 09:37:13 1997 Adrian Harvey <adrian@select.com.au>
+ * Makefile.in, dlls/winmm/wineoss/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Use a uniform naming scheme for driver modules.
- * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
- [if1632/user.spec]
- Added ability to set filename wine considers the built-in DLLs
- to be in to something other than name.DLL with new "file" key
- in .spec files.
- Made kernel filename KRNL386.EXE (some programs use this name
- explicitly - ChemOffice install now starts up).
- Made user filename USER.EXE (just to be tidy).
+ * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Encapsulated Wine internal data into an ifdef __WINE__.
-Sun Jul 20 23:51:02 1997 David A. Cuthbert <dacut@henry.ece.cmu.edu>
+ * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved the 16 bit driver functions callout into the dir.
- * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
- Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
- menus. Misc menu drawing issues for Win95 tweaks fixed. Misc
- warnings fixed.
+ * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for WODM_BREAKLOOP message.
- * [loader/module.c]
- Spaces are now permitted in file/path names on the command line.
- If multiple matches can be made, the preferred match is the
- path/file with fewer spaces.
+ * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed extraneous ERR message.
-Tue Jul 29 02:21:15 1997 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
- * [misc/compobj.c]
- Added CLSIDFromString and StringFromCLSID.
+ * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Use case insensitive comparison while searching for new modules.
-----------------------------------------------------------------------
-Sat Jul 19 13:03:01 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/ntdll/ntdll.spec:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Added spec entry for _itoa.
- * [tools/build.c] [include/stackframe.h]
- Save the complete %ebp register in CallFrom16; fixes a crash with
- LabView reported by Andreas Mohr.
+ * 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.
- * [loader/main.c]
- Avoid executing a built-in DLL.
+ * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ "resultp" can be NULL in SendMessageTimeout*().
- * [controls/static.c]
- Converted static window procedure to Win32.
+ * 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()
- * [windows/message.c] [windows/queue.c] [include/queue.h]
- Hacked SendMessage functions to support inter-task messages with
- SendMessage32A/W.
+Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
-Sun Jul 13 16:55:35 1997 Bernhard Rosenkraenzer <bero@bero-online.ml.org>
+ * 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.
- * [ipc/bit_array.c]
- Don't use bitops.h in Linux 2.1.x (these versions do not return
- the previous state for clear_bit and set_bit)
+ * misc/ddeml.c, windows/win.c:
+ Fixed potential buffer overflows (spotted by Francois Gouget).
- * [ipc/shm_main_blk.c]
- Adapt to GLIBC's ipc_perm structure.
+ * 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.
- * [memory/ldt.c]
- Include <asm/unistd.h> on Linux/GLIBC systems (required for
- _syscall3).
+ * 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 Jul 9 23:53:19 1997 David A. Cuthbert <dacut@henry.ece.cmu.edu>
+Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/options.h] [files/profile.c]
- Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
+ * 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.
- * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
- All sysmetrics moved to array (no more constant macros). Added
- MOUSEWHEELPRESENT metric.
+ * 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.
- * [include/bitmap.h] [objects/oembitmap.c]
- Added OBM_Init() (see also loader/main.c) and more support for Win95
- bitmaps; added size info to OEM bitmaps.
+ * loader/pe_image.c:
+ PE_FindExportedFunction: use a binary search for function names.
- * [include/graphics.h] [windows/graphics.h]
- Added GRAPH_DrawGenericReliefRect.
+Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/main.c]
- Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
- latter checks for invalid entries in wine.conf).
+ * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
+ Fixed/commented out duplicate entry point names.
- * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
- [include/tweak.h] [controls/menu.c] [misc/tweak.c]
- [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
- [BUGS] [documentation/win95look]
- Added tweaks for Windows 95 interface support. See
- documentation/win95look for more information.
+ * 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.
- * [controls/edit.c]
- Fixed EDIT_MoveHome bug.
+ * 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.
- * [misc/ver.c]
- Changed name of dprintf_ver_string to ver_dstring to fix
- problem with tools/make_debug utility.
+ * 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.
-Wed Jul 9 21:31:54 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
+ debugstr_w now returns something looking like 'L"xxxx"...'
- * [objects/dib.c]
- Don't use palettes with dibs with biBitCount > 8.
+ * 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.
- * [misc/ole2nls.c][misc/ver.c]
- IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
- Some VerLanguage coded moved to ole2nls.c, some cleanups.
+Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
- * [multimedia/mcistring.c]
- Fixed "capabilities <dev> device type" crash (cool.exe).
+ * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added support for playing more record types (still more to come).
- * [misc/main.c]
- SystemParametersInfo*: added stub option 41
- (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
- that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
+ * 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.
-Tue Jul 8 22:40:53 1997 Morten Welinder <terra@diku.dk>
+ * 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/shell32.spec]
- Use Windows 95's ordinals. Help wanted, inquire within.
+ * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
+ Cast the unsigned int to signed, or NEAR_MATCH will not work.
-Mon Jul 7 11:20:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed first/last playable frame referencing.
- * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
- [tools/build-spec.txt] [tools/build.c]
- Added type 'segstr' (segmented pointer to null-terminated string)
- to .spec files.
+ * 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.
- * [windows/user.c] [if1632/user.spec]
- ExitWindowsExec stub function added.
+ * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
+ Test pointers passed to copyrect for NULL.
-Mon Jul 7 01:18:25 1997 U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Restore erroneously deleted lines.
- * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
- Implement MoveFileEx32, some enhancement for Movefile32.
+ * 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.
-Sat Jul 5 18:13:48 1997 Bruce Milner <Bruce.Milner@genetics.utah.edu.
+ * 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.
- * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
- [msdos/int21.c] [win32/file.c]
- Add LockFile/UnlockFile implementation.
- Add back in int21 func(0x5c) Record locking functions.
+ * documentation/linux-fat-permissions:
+ Steven Elliott <elliotsl@mindspring.com>
+ Added a document that describes configuring FAT filesystem permissions
+ for Wine.
- * [files/file.c]
- Fixed bug with OF_REOPEN in FILE_DoOpenFile.
+ * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
+ NT allocates one page as TEB. Some native NT-dlls are using this.
-Fri Jul 4 12:00:00 1997 Henrik Olsen <Henrik.Olsen@iaeste.dk>
+ * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Don't skip usable X fonts. Add support for koi8 fonts.
- * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
- [resources/sysres_Da.rc]
- Added/updated Danish language support.
+ * 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.
-Thu Jul 3 13:04:20 1997 Claus Fischer <fischer@iue.tuwien.ac.at>
+ * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
+ Changed the "this_is_a_syntax_error" error message to a more specific
+ error message.
- * [files/dos_fs.c]
- Properly implemented DOSFS_UnixTimeToFileTime and
- DOSFS_FileTimeToUnixTime.
+Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
- * [documentation/wine.texinfo]
- First version of texinfo documentation.
+ * 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.
-----------------------------------------------------------------------
-Thu Jun 26 02:14:03 1997 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Fixed ordinal numbering and added new spec stub.
- * [Makefile.in]
- New target install_includes.
+ * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
+ Readded Xpm autoconf checks.
- * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
- Some bug fixes.
+ * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
+ EnumSystemLocalesA should look for registry values, not subkeys.
-Wed Jun 25 14:43:41 1997 Victor Schneider <vischne@ibm.net>
+ * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
- * [controls/edit.c]
- Fixed WM_GETTEXT return value.
+ * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Corrected background color and fixed leaking GDI brush.
-Tue Jun 24 23:46:04 1997 Michiel van Loon <mfvl@xs4all.nl>
+ * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
+ NT loader: don't stop loading a hive when an error occurs.
- * [multimedia/*.c] [include/mmsystem.h]
- Added more callback code, including (I hope) function callback.
- Changed some linear pointers into segmented.
+ * 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.
- * [multimedia/audio.c]
- Removed some bugs.
+ * README: Juergen Lock <nox@jelal.kn-bremen.de>
+ Updated the FreeBSD notes, the LDT patch finally made it into -current.
-Sat Jun 28 11:37:56 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
+ If lpTitle==NULL and cbBuf==0 then we must return the required buffer
+ size.
- * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
- [include/commdlg.h]
- Implemented parts of comdlg32: GetOpenFileName32*,
- GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
+ Shaun Morris <shaun@blueneptune.com>
+ Implemented _TrackMouseEvent for the TME_LEAVE flag.
- * [windows/event.c]
- EVENT_QueryZOrder: check for children !=NULL (happens when
- using -managed).
+ * graphics/ddraw.c, graphics/ddraw_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Adds resolution / depth switching with DGA 2.0.
- * [BUGS][DEVELOPER-HINTS]
- Updated.
+----------------------------------------------------------------
+Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/text.c]
- Added GetTextCharset... (stub mostly).
+ * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed handling of DGA2.0 keyboard events.
-Sat Jun 21 08:47:58 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * 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.
- * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
- [loader/resource.c] [graphics/x11drv/xfont.c]
- SetResourceHandler & RemoveFontResource prototypes fixed.
+ * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ SysStringLen can get a NULL pointer (and shall return 0).
- * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
- [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
- [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
- [include/windows.h] [memory/string.c] [tools/build.c]
- New type of parameter allowed in .spec files : str, printed
- as a string with -debugmsg +relay. .spec files updated.
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using notification for detecting when a WAVEHDR has been played
- * [objects/dc.c]
- In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
- Likewise for WhitePixel.
+ * 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
- * [objects/gdiobj.c] [graphics/x11drv/brush.c]
- Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
- instead of BS_SOLID.
+ * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ ComboBox should not send bogus messages to edit buddy and to itself.
-Fri May 30 17:58:00 1997 Chris Faherty <chrisf@america.com>
+ * files/dos_fs.c: Peter Ganten <peter@ganten.org>
+ Fixed GetShortPathNameA.
- * [windows/keyboard.c]
- Added vkey to scancode translation table.
- This was primarily to fix Citrix WinFrame client which
- always needs scancodes in WM_KEYDOWN.
- Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
+ * Makefile.in, configure, configure.in:
+ Moses DeJong <dejong@cs.umn.edu>
+ Fixed missing libwine.so symlink during install. Set the runtime
+ linker path.
-----------------------------------------------------------------------
-Sat Jun 14 13:05:23 1997 Andreas Mohr <100.30936@germany.net>
+ * 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.
- * [include/mmsystem.h]
- Avoided infinite loop in audio code when accessing
- WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
- offsets (I applied WINE_PACKED).
+ * loader/module.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed cmd line length calculation.
- * [*/*]
- Added "WARNING:" and "ERROR:" to some printf's.
- Just grep for them with '-debugmsg +all'.
+ * 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
- * [multimedia/audio.c] [multimedia/mmsystem.c]
- Implemented wave callbacks: window and function callback.
- Fixed problem with WAVE_NotifyClient().
- Misc fixes.
+ * 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.
- * [windows/winhelp.c]
- Fixed problem with windows help telling "Help topic doesn't exist".
- But this problem still remains when using Winword.
+ * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed arg types of FIXMEs.
-Wed Jun 11 09:14:20 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
+ Check for passed invalid window handle in DefMDIChildProc*.
- * [wine.ini]
- New 'fonts' section format. Read documentation/fonts.
+ * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix no. of arguments in a WARN statement.
- * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
- [windows/win.c] [include/win.h]
- Implemented icon titles.
+ * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Allows DrawText(16|A|W) to get a NULL string as parameter.
- * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
- [include/x11drv.h] [include/x11font.h] [documentation/fonts]
- Rewrote font mapper from scratch.
+ * 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.
- * [tools/fnt2bdf.c]
- Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
+ * 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.
- * [windows/defwnd.c] [windows/nonclient.c]
- Word document window activation fix.
+ * dlls/shell32/shell32.spec:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added StrNCpyA, StrNCpyW.
- * [windows/mdi.c] [windows/win.c]
- Replaced WCL lists with WIN_BuildWinArray().
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Message translation WM_CREATE fixed.
-Mon Jun 9 23:51:16 1997 Andrew Taylor <ataylor@cadvision.com>
+Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
- Implemented LogParamError, LogError functions.
+ * 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.
-Tue Jun 3 23:46:04 1997 Michiel van Loon <mfvl@xs4all.nl>
+ * 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.
- * [include/mmsystem.h] [multimedia/audio.c]
- Constants for asynchronous play and record.
+ * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Added loader for NT registry files.
- * [multimedia/time.c]
- Filled in some empty functions.
+ * 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.
- * [multimedia/mmsystem.c]
- Fixed bugs in waveOutOpen.
+ * 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
- * [multimedia/mmsystem.c] [multimedia/audio.c]
- Implemented Window Callback for wave output at least.
+ * 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.
- * [files/file.c]
- Corrected bug in FileDosSetError.
- NULL pointer checking added.
+ * files/file.c: Peter Ganten <peter@ganten.org>
+ Return an error if lpOverlapped is provided to ReadFile / WriteFile.
- * [misc/spy.c]
- Added Multimedia messages to SPY_GetMsgName.
+ * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
-Tue Jun 3 22:34:30 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
- [tools/fnt2bdf.c][library/sup.c]
- IMAGE_* structs/defines changed fit better to SDK naming
- Don't load non-i386 PE executables.
- %fs should already be initialised for the FIRST loaded PE module.
+ * files/tape.c: Added missing WINAPIs.
- * [if1632/advapi.spec][win32/advapi.c]
- Some small stubs added to bring win32 setup.exe a bit farther.
+ * 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.
- * [if1632/kernel32.spec][scheduler/process.c]
- Adapted to match win95 kernel32.dll ordinals (NT doesn't use
- ordinal import), some ordinal only exported functions added.
+ * 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.
- * [if1632/relay.c]
- Added CallProc32W.
+ * 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>
- * [misc/lzexpand.c]
- Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
+ * 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.
- * [objects/dib.c]
- Everything with more than 8 bit of color is a truecolor mode
- and doesn't have a colormap.
+ * 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.
-Tue Jun 3 09:24:53 1997 John Harvey <john@division.co.uk>
+ * include/config.h.in, misc/port.c, configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use the real glibc openpty if present.
- * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
- [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
- [include/win16drv.h]
- Changed some structures that are passed to and from the 16 bit
- drivers to be allocated on the global heap.
- Implemented Escape(Control) 0x100 GetExtTextData properly to
- stop word from crashing.
- Postscript driver now prints on complete page instead of top
- left corner.
- Print spooling implemented.
+ * 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
- * [loader/module.c]
- MODULE_GetOrdinal changed char buffer to unsigned char to stop
- a loop that was happening when running the font control
- program from the control panel.
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed infinite loop for 0-length wavehdrs.
-Sun Jun 1 19:05:02 1997 Peter Schlaile <up9n@rz.uni-karlsruhe.de>
+ * 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
- * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
- Added support for direct io port access.
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Tried to reduce echo in playSound API (using two wavehdr instead of
+ one).
-Fri May 30 16:18:35 1997 David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
+ * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added callback mechanisms for MIDI IN.
- * [misc/ver.c]
- Implemented VerFindFile16.
+ * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed improper acm streams closing.
-Tue May 27 22:00:39 1997 Rick Richardson <rick@dgii.com>
+ * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Debug traces cosmetic fixes.
- * [misc/comm.c]
- Fixed GetCommError and GetCommEventMask.
+ * 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.
-Tue May 27 9:10:53 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
+Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
- * [scheduler/thread.c]
- Minor fix in thread database initialization.
+ * 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.
-Mon May 26 19:46:34 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * include/winuser.h, relay32/user32.spec, win32/newfns.c:
+ Erez Volk <erez@gmx.net>
+ Stubs for Get/SetProcessDefaultLayout.
- * [objects/dc.c]
- In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
+ * files/profile.c, relay32/kernel32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for CloseProfileUserMapping.
-Mon May 26 15:22:42 1997 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Use DInput's internal mouse event handler to handle the GetDeviceState
+ function.
- * [loader/pe_image.c]
- Add code for modules that co-reference each other. Photodex's
- agds.exe (cpic32) has two dll's that make calls into each other.
+ * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
+ waveHdr.lpData was eventually HeapFree()ed uninitialized.
-Mon May 26 13:38:16 1997 Jody Goldberg <jodyg@idt.net>
+ * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
+ Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
+ is unknown.
- * [memory/virtual.c]
- Dont use stdio when reading /proc/self/maps. It causes problems
- with libc6.
+ * 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.
- * [windows/dialog.c]
- Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
- is used.
+ * 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.
-Sun May 25 17:02:21 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
+ Pierre Mageau
+ Murali Pattathe
+ Francois Boisvert
+ Francis Baudet
+ Henning Hoffmann
+ Many fixes.
- * [objects/metafile.c]
- Resource cleanup in EnumMetaFile(). This was one reason Word was
- crashing after long periods of use. (Thanks to Chris Underhill for
- the logs)
+ * 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.
-Sun May 25 14:59:33 1997 Jimen Ching <jching@flex.com>
+ * server/file.c: Marcus Meissner <marcus@jet.franken.de>
+ Flush handle in any access mode.
- * [multimedia/mcistring.c]
- Initial support for compound MCI commands.
- Use case-insensitive compare for 'alias' and 'element' keywords.
- Fixed pointer copy of args keywords array.
+ * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixes off by one error in item insertion.
-----------------------------------------------------------------------
-Tue May 20 19:20:23 1997 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
+ Allow 1% deviation from specified sampling rate for some soundcards.
- * [resources/sysres_Es.rc]
- Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
+ * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
+ Suppressed the inclusion of OpenGL headers.
-Mon May 19 22:06:04 1997 Michiel van Loon <mfvl@xs4all.nl>
+ * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Added stub for conversion from meta to enhance meta files.
+ - Implemented GetEnhMetaFileBits for enhanced meta files.
- * [multimedia/mcistring.c]
- Corrected bug for device!element command.
+ * graphics/ddraw.c, graphics/ddraw_private.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Improved stubs for the ddraw clipper routines.
- * [multimedia/mmaux.c]
- Replaced printf and fprintf calls by dprintf_mmaux.
+Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
- * [multimedia/audio.c]
- Corrected debugmessage in wodGetVolume.
- Include code for MCI_CUE command.
+ * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
- * [multimedia/mmsystem.c]
- Added the MCIERR_SEQ error messages.
+ * server/event.c, server/file.c:
+ Fixed get_event_obj/get_file_obj to use the process parameter (thanks
+ to Eric Pouech).
- * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
- Changed call structure of waveInOpen and waveOutOpen.
+ * server/process.h, scheduler/process.c, server/process.c:
+ Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
- * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
- [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
- [multimedia/mcistring.c] [include/mmsystem.h]
- Changed the deviceID scheme.
+ * 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.
- * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
- [windows/user.c] [windows/driver.c] [graphic/wing.c]
- [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
- Removed compiler warnings.
+Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
-Mon May 19 01:32:24 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * tools/bin2res.c: Bug fixes.
- * [controls/menu.c] [windows/win.c] [windows/graphics.c]
- Popup menu shade, new system menu implementation,
- ModifyMenu() fixes, better check mark painting.
+ * 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.
- * [windows/mdi.c]
- MDI client fix for Win32.
+ * 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.
-Sat May 17 12:02:11 1997 Albrecht Kleine <kleine@ak.sax.de>
+ * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
+ Give the app back the exact font name it asked for.
- * [objects/metafile.c]
- Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
- plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
+ * 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.
-Thu May 15 22:52:00 1997 Jimen Ching <jching@flex.com>
+ * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
+ Updated Spanish MM error string translation.
- * [loader/ne_image.c]
- Make sure dgroup is valid by checking pModule->flags consistently.
+ * 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
-----------------------------------------------------------------------
-Tue May 6 19:12:20 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some visual toolbar bugs.
- * [loader/task.c] [loader/module.c]
- Fixed command line in LoadModule to already include the length
- indicator (thanks to Andreas Mohr).
+ * README: Juergen Lock <nox@jelal.kn-bremen.de>
+ Added notes about Wine-related FreeBSD kernel patches.
- * [windows/dialog.c]
- DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
- to Bruce Milner for this one); correctly update file spec on exit.
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Use RegQueryInfoKey to count number of printers.
- * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
- Moved emulator-specific code for calling window procedure to
- thunk.c.
+ * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
+ Don't try to call towupper() when there's no wctype.h.
-Mon Apr 28 10:21:59 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ When combobox selection changes, update its edit box accordingly.
- * [memory/local.c]
- Better implementation of moveable blocks (first word in block is
- the handle itself) and discarded blocks. Local(Re)Alloc is much
- more like the real thing.
+ * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+ Notify parent of listbox if requested.
-Thu Apr 24 19:50:19 1997 Albrecht Kleine <kleine@ak.sax.de>
+Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/metafile.c]
- Added handling of meta record META_DIBCREATEPATTERNBRUSH.
+ * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
-Mon Apr 21 14:03:32 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * 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.
- * [multimedia/mmsystem.c] [multimedia/audio.c]
- Fixed leftover problems with masked device IDs.
+ * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
+ Mention free Truetype font servers (Xfstt and xfsft).
- * [msdos/int21.c]
- Removed code duplications, fixed Write.
+ * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
+ Note what to do with the winedefault.reg in the file.
- * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
- [windows/winpos.c]
- Yet another attempt to make -managed work better.
+ * 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).
- * [controls/combo.c]
- UI fix.
+ * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Removed fixme.
-Mon Apr 21 13:10:24 1997 Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
+ * misc/registry.c: Several bug fixes in save_key().
- * [debugger/*]
- All "Loading from ..." lines merged into one so important
- information before the crash doesn't scroll out.
+ * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bogus error detection for RegEnumValue[AW] and
+ RegQueryValueEx[AW].
- * [if1632/kernel.spec]
- Added some ordinal stubs used by win95 OLE and friends.
+ * 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
- * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
- MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
- LoadLibraryEx32W and GetProcAddress32W added.
+ * dlls/win87em/emulate.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Several improvements.
- * [objects/bitmap.c]
- XImages use another memory layout for depth 4 (and poss. other
- depths) then Windows bitmaps. Replaced speedup hack by generic
- (and better working) code.
+ * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
- * [objects/dib.c]
- Another ximage!=bitmap memory layout bug.
- All _XinitImageFuncPtrs except one removed.
+ * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Made win16 serial comms less of a CPU hog.
-Sun Apr 20 17:12:30 1997 Andrew Taylor <ataylor@cadvision.com>
+ * 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.
- * [multimedia/audio.c]
- Fixed some regression bugs.
+Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Apr 20 12:15:09 1997 Andreas Mohr <100.30936@germany.net>
+ * 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.
- * [loader/module.c]
- Fixed MODULE_LoadExeHeader() to use the correct offset for
- fast-load area.
+ * misc/registry.c, server/registry.c:
+ Added support to the server for loading new format (version 2) files.
-Sat Apr 19 16:40:00 1997 Chad Fraleigh <chadf@bookcase.com>
+ * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
- * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
- [win32/*]
- Removed <malloc.h> and added <stdlib.h> where needed.
- Changed printf formaters to match argument types (%lx instead of %x).
- Casted some types to make the compiler happy. Mostly pointer<->ulong.
+ * 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.
- * [graphics/win16drv/init.c]
- Fixed uninitialized variable.
+ * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
+ Fixed handling of debug events on thread/process exit.
- * [include/msdos.h]
- Added <sys/types.h> needed for <dirent.h>.
+ * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
+ Raise an exception when a critical section wait failed.
- * [include/sigcontext.h]
- Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
- Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
+Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/crtdll.c] [misc/lstr.c]
- Casted last argument in v*printf() to be va_list. This code seems to
- make BIG assumptions about the implementation of va_list.
+ * 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.
- * [misc/ver.c]
- Fixed impossible if() expression (unsigned < 0).
+ * dlls/comctl32/imagelist.c, include/imagelist.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - first 'dummy' implementation of ImageList_Read
- * [misc/winsock.c]
- Removed semicolon on the end of an if() statement.
+ * include/rebar.h, dlls/comctl32/rebar.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - added version messages
- * [windows/mdi.c]
- Changed a counter/index to unsigned since it was complaining about
- signed/unsigned comparison and didn't need to be negative.
+ * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ - implemented LBItemFromPt
-Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
+ * 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
- * [scheduler/thread.c]
- Minor fix in thread database initialization.
+ * 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
-Wed Apr 16 17:28:05 1997 Andreas Mohr <100.30936@germany.net>
+ * 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
- * [files/file.c]
- Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
- directory entry.
+ * 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
-----------------------------------------------------------------------
-Mon Apr 14 11:22:54 1997 John Harvey <john@division.co.uk>
+ * 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.
- * [graphics/win16drv/init.c]
- Minor changes to help debug problems.
+ * 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/dummy.c] [if1632/gdi.spec]
- Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
+ * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Added stub for DllInstall().
- * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
- StartDoc16, EndDoc16 new functions.
+ * 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.
-Sun Apr 13 11:18:35 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [memory/virtual.c]
- Implemented MapViewOfFile.
+ * tools/make_requests:
+ Differentiate tracing functions between request and reply.
+ Added possibility to have dumping functions for specific types.
- * [debugger/dbg.y]
- Added 'info maps' command.
+Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
-Fri Apr 11 16:34:08 1997 Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
+ * include/server.h, scheduler/client.c:
+ Added server_call_noerr function that avoids touching the last error.
- * [controls/edit.c] [controls/EDIT.TODO]
- Started restructuring. Performance improvements.
- Fixed: wordwrap, scrollbar handling, scrolling, painting,
- EditWndProc() is now reentrant, wordbreak procs,
- better compliance to specs.
- New: margins, format rectangle.
+ * include/winerror.h: Added a few registry error codes.
- * [controls/widgets.c]
- Changed the cursor for the edit control class to an I-beam.
+ * graphics/x11drv/xfont.c, objects/font.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed some unaligned accesses.
- * [include/callback.h]
- Added 32 bit wordbreak callback.
+ * 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
-Mon Apr 7 20:53:28 1997 Albrecht Kleine <kleine@ak.sax.de>
+ * 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/metafile.c]
- Added handling of some more metafile records:
- META_CREATEREGION, META_INVERTREGION etc.
+ * files/file.c:
+ Fixed MoveFileExA behavior when target file does not exist.
-Sat Apr 5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
+ * 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.
- * [loader/signal.c]
- Define kernel sigaction ourselves instead of getting it
- from the kernel source.
+ * 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.
-Wed Apr 2 21:05:00 1997 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * files/profile.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Flush current profile before using a newly opened one.
- * [control/menu.c]
- Fix return value range for GetMenuState.
+ * memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
- * [files/file.c]
- Always fill out ofs->szPathName in FILE_DoOpenFile.
+ * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Stub for GetFontData16.
- * [memory/string.c]
- Add debug option string.
+ * windows/display.c, if1632/display.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added some ordinals and GetDriverResourceID().
- * [objects/cursoricon.c]
- Fix return value for DestroyIcon32.
+ * server/process.c, server/ptrace.c: Portability fixes.
-Mon Mar 31 17:16:12 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
- * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
- Added description of the source tree. Moved several
- files to fit it.
+ * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Fixed compile error.
- * [misc/shell.c]
- Use Win32 heap functions.
+ * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
+ Implemented StartServiceCtrlDispatcherA according to DispatcherW.
-----------------------------------------------------------------------
-Fri Mar 28 14:18:32 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * Makefile.in: Make sure we clean dlls/ too.
- * [misc/main.c] [ANNOUNCE]
- Update the list of contributors. Please let me know if I forgot
- someone.
+ * dlls/advapi32/service.c:
+ Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
+ of QueryServiceStatus.
- * [controls/combo.c]
- Fixed bug in CB_DIR16 handling.
- Use correct text color in CBPaintText.
+ * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing ';'.
- * [controls/listbox.c]
- Fixed WM_CTLCOLOR handling.
+ * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Error reporting fix.
- * [windows/winproc.c]
- Added translation for EM_*32 messages.
+ * tools/bug_report.pl:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Changed default relay line number from 100 to 200.
-Mon Mar 24 01:31:52 1997 Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
+ * dlls/comctl32/toolbar.c, include/commctrl.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added undocumented feature to InsertButtonA.
+ Added dropdown button support.
- * [files/drive.c]
- Added information on device and inode numbers to the DOSDRIVE
- struct, using it to find DOS drives in a path even if it contains
- symbolic links, eliminating annoying messages at startup.
- Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
+ * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed play back of uncompressed AVI file.
+ Fixed exiting conditions.
-Wed Mar 19 16:31:18 1997 John Harvey <john@division.co.uk>
+ * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a crash in IDirectDrawSurface:BltFast.
- * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
- [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
- [include/win16drv.h] [include/x11drv.h]
- Implemented GetCharWidth via graphics drivers.
+ * 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.
- * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
- Moved printer driver interfaces into a separate file.
+ * 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.
- * [graphics/win16drv/text.c]
- Fixed bugs that seg-faulted write.
+ * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add stubs for Get/SetLayout().
-Wed Mar 19 13:52:41 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
+ Jim Aston <jima@corel.ca>
+ Added stub for StgSetTimes.
- * [BUGS]
- Update.
+ * dlls/shell32/shlmenu.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ SHFind_InitMenuPopup is supposed to return a pointer.
- * [controls/edit.c]
- Removed useless parameters from a lot of functions.
+ * dlls/icmp/icmp_main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ u_int[16|32]_t might not be defined.
- * [controls/menu.c]
- Improved keyboard shortcuts. Added check for entries with popup
- menu in EnableMenuItem().
+ * 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.
- * [windows/winproc.c] [windows/win.c] [memory/selector.c]
- Do not allocate separate thunks for new windows.
+----------------------------------------------------------------
+Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/clipboard.c] [windows/painting.c]
- Fixed problems with ClipBook.
+ * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
- * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
- [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
- Combo rewrite.
+ * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed hash function.
- * [objects/dib.c]
- Slight improvements.
+Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Mar 19 11:21:17 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ The adwInfo[0] field was no longer used on mmioOpen (may contain file
+ handle).
- * [misc/crtdll.c]
- Added chdir/mkdir.
+ * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
+ FreePropVariantArray.
- * [misc/ntdll.c]
- Fixed some bugs, added RtlUnicodeStringToAnsiString.
+ * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed suicide code when playback thread's father dies.
- * [win32/process.c]
- Added initialisation of events/semaphores/mutices.
+ * 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
-Wed Mar 19 01:55:40 1997 Ricardo R. Massaro <massaro@ime.usp.br>
+ * 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
- * [resources/sysres_Po.rc]
- Added support for Portuguese language.
+ * 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 ...
-Sat Mar 18 18:00:14 1997 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * 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.
- * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
- Implemented SwitchToThisWindow().
-
- * [misc/ver.c]
- Corrected a flaw in VerInstallFile32A.
-
- * [msdos/int21.c]
- Corrected wrong number in Int21 3305
- Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
-
-Sun Mar 16 09:53:04 1997 Andreas Mohr <100.30936@germany.net>
+ * server/debugger.c: Bug fixes.
- * [loader/ne_module.c]
- Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
- setting it to 0x10000 if pSeg->size is 0.
+ * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed some unresolved externals on non-Intel archs.
-Thu Mar 13 12:15:00 1997 Anand Kumria <akumria@ozemail.com.au>
+ * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
+ Added missing WINAPI attribute to two forward declarations.
- * [ANNOUNCE]
- Added ftp.progsoc.uts.edu.au as a mirror of Wine.
+ * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
+ Removed leftover #undefs.
- * [memory/global.c]
- Removed MemManInfo sizeof check.
+ * dlls/winmm/mcicda/mcicda.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
-Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
+ * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
+ Work around glibc bug, that does not handle latin-1 umlauts.
- * [files/dos_fs.c]
- Pick up kernel dirent on glibc systems.
+Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/signal.c]
- Pick up kernel sigaction on glibc systems.
+ * 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.
-Sat Mar 8 21:05:37 1997 Jimen Ching <jching@aloha.com>
+ * tools/build.c, include/stackframe.h, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Modified Win32 register function handling.
- * [debugger/stabs.c] [debugger/msc.c]
- Check return value of mmap.
+ * 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.
-Fri Mar 7 05:42:03 1997 Lee Jaekil <juria@seodu.co.kr>
+ * 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
- * [win32/code_page.c]
- Added IsValidCodePage.
+ * 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.
-----------------------------------------------------------------------
-Sun Mar 2 14:57:37 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [*/*]
- Completed transition to new Win32 types.
+ * 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.
- * [tools/build.c]
- Changed CallTo16_regs to take a CONTEXT argument.
+ * dlls/ntdll/exception.c, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved GET_IP macro to winnt.h
- * [memory/virtual.c]
- Rewrote Virtual* functions. Implemented CreateFileMapping and
- OpenFileMapping. Broke MapViewOfFile ;-)
+ * 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.
- * [win32/k32obj.c]
- Implemented named objects.
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Implemented the PrintSetup dialog box for the PrintDlgA.
-Sun Mar 2 00:33:21 1997 Mikolaj Zalewski <zmikolaj@free.polbox.pl>
+ * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
+ Added validations for page index before using it.
- * [misc/ole2nls.c] [resources/sysres_Pl.c]
- Added Polish language support.
+ * 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
-Sat Mar 1 13:31:25 1997 David Faure <david.faure@ifhamy.insa-lyon.fr>
+ * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
+ Added support for WriteProcessMemory through the server.
- * [windows/keyboard.c]
- Wrote VkKeyScan and tested with Winword. Works ok except for dead
- chars.
+ * server/mapping.c, server/object.h: Added get_page_size function.
-Fri Feb 28 09:34:03 1997 John Harvey <john@division.co.uk>
+Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
- * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
- [graphics/win16drv/obects.c]
- Added start of SelectObject call for printer driver. Write should
- now run with the printer driver enabled.
+ * 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.
-Wed Feb 26 20:03:32 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [debugger/*.c]
- Re-added a disassembly command (list serves another functionality
- now).
+ * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Implemented VWin32 VxDCall mechanism and 2 calls.
- * [loader/pe_resource.c]
- Added # support.
+ * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
+ Fixed joystick scaling.
- * [misc/ole2nls.c]
- GetStringType* added.
+ * 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.
- * [objects/color.c]
- VGA16 fixes.
+ * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Portability fix: renamed PTRACE_* into PT_*.
- * [windows/class.c]
- Look for global widget classes too in GetClassInfo32.
+ * relay32/kernel32.spec, win32/device.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow for buggy apps that call the wrong VxDCall routine.
- * [windows/sysmetrics.c] [include/windows.h]
- Added Win32 sysmetrics.
+ * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
+ Complete stub for RasEnumEntries by saying we have 0 entries.
-Sat Feb 22 23:56:29 1997 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * 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.
- * [documentation/languages]
- The fourth case updated.
+ * server/thread.c:
+ Added use_ptrace flag to disable ptrace usage. Should eventually be
+ made into an option.
- * [if1632/ntdll.spec]
- Added some is* and to* functions.
+ * 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.
-Sat Feb 22 23:05:47 1997 Morten Welinder <terra@diku.dk>
+ * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
+ Julio Cesar Gazquez <jgazquez@dld.net>
+ Added Spanish (pure Castillan) MM error string translation.
- * [configure.in]
- Add tests for wait4 and waitpid.
+ * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added signal handling for SPARC / Solaris.
- * [loader/signal.c]
- Clean up OS-dependent code. I hope I got it right, :-)
+ * 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.
- * [tools/wineconf]
- Recognise vfat file systems. Ignore floppy drives specified in
- /etc/fstab.
+ * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed XShm completion event leak.
- * [files/*]
- Fix function names in error messages.
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed recursion count while calling midiStream(Pause|Restart).
-Sat Feb 22 06:15:13 1997 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ * 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.
- * [windows/keyboard.c] [windows/message.c]
- Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
- characters sets.
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ Bernd Paysan <bernd.paysan@gmx.de>
+ Added a stub for setjmp.
-Fri Feb 21 20:37:50 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/edit.c]
- Fix incorrect arg order in LOCAL_Alloc() call.
+ * server/thread.c:
+ Don't crash when we get a SIGCHLD for a removed thread.
-Fri Feb 21 18:19:17 1997 Andrew Taylor <ataylor@cadvision.com>
+ * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
+ Solaris compile fixes.
- * [multimedia/mmsystem.c] [multimedia/mcistring.c]
- Fixed bug related to device IDs returned by multimedia
- system. Implemented mciGetDeviceID.
+ * dlls/ntdll/exception.c, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ (Preliminary) CONTEXT structure for SPARC added.
-Sat Feb 15 00:58:19 1997 Jimen Ching <jching@aloha.com>
+ * 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.
- * [debugger/dbg.y]
- Do not dereference invalid expressions.
+ * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ When decommitting, remap zero pages using MAP_FIXED.
-----------------------------------------------------------------------
-Sat Feb 15 11:59:17 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [*/*]
- Converted a lot of functions to Win32 types.
- Removed HWND type.
+ * 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.
-Fri Feb 14 15:09:19 1997 Onno Hovers <onno@stack.nl>
+ * include/winbase.h, relay32/kernel32.spec, files/file.c:
+ Moshe Vainer <moshev@easybase.com>
+ Stub for GetOverlappedResult.
- * [memory/global.c]
- Implemented GMEM_MOVEABLE blocks for Win32.
+ * 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.
-Fri Feb 14 00:24:39 1997 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * 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.
- * [loader/task.c] [windows/queue.c]
- Do not read X events while in the intertask SendMessage().
+Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/lstr.c]
- Fixed CharPrev32A().
+ * server/process.c, server/select.c, server/thread.c, server/thread.h:
+ Preliminary ptrace support.
- * [windows/hook.c] [include/hook.h]
- Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
+ * memory/virtual.c:
+ Remap zero-pages when decomitting a page range (based on a patch by
+ Gerard Patel).
- * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
- [windows/event.c] [controls/edit.c]
- Added WIN_ISWIN32 flag to windows created by Win32 calls.
- Several new Win32 messages are sent when this flag is on.
-
- * [msdos/dosmem.c] [memory/global.c]
- Some changes in DOS memory allocation.
+ * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
+ Install the wine server in $(bindir) and exec it from there.
-Fri Feb 7 21:46:03 1997 Andrew Taylor <ataylor@cadvision.com>
+Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
- * [win32/security.c]
- Added SID manipulation functions.
+ * server/debugger.c:
+ Do not free the handles once they have been sent to the client (thanks
+ to Jeremy White).
- * [include/debug.h]
- Added debugging class "security".
+ * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when asked to use strings identified by resource id
+ instead of pointer.
-Fri Feb 7 20:46:33 1997 Robert Pouliot <krynos@clic.net>
+ * 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.
- * [debugger/msc.c] [debugger/source.c]
- [documentation/wine_os2.txt] [loader/signal.c]
- Some more changes for OS/2. Doesn't work yet.
+ * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
+ Patrik Stridvall <ps@leissner.se>
+ Minor fixes.
-Fri Feb 7 09:31:17 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [scheduler/process.c]
- Added ExpandEnvironmentStrings*.
+ * 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
- * [misc/ntdll.c] [include/ntdll.h]
- Added some new functions.
+ * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
+ Handle socket creation errors.
- * [objects/cursoricon.c]
- CURSORICON_LoadHandler: check against some bizarre out of memory
- conditions.
-
- * [windows/mdi.c]
- Fixed DefFrameProc32*, added TranslateMDISysAccel32.
+ * 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.
-Wed Feb 5 01:31:05 1997 John Zero <john@globe.graphisoft.hu>
+ * 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).
- * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
- [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
- Added Hungarian language support.
+Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Sun Feb 2 12:31:03 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * loader/main.c: Fixed -debugmsg +server.
- * [files/drive.c]
- Fixed SetCurrentDirectory() to also change the current drive.
+ * scheduler/handle.c:
+ Added special handling for the stdio handles in CloseHandle.
- * [win32/except.c] [tools/build.c]
- Use Win32 register functions to implement exception handling.
- Fixed UnhandledExceptionFilter.
+ * server/handle.c:
+ Made all handles multiple of 4. Fixed semantics for pseudo-handles.
-Fri Jan 31 15:42:41 1997 David Faure <david.faure@ihamy.insa-lyon.fr>
+ * server/debugger.c:
+ Free the handles of the event structure in the right process (thanks
+ to Jeremy White).
- * [windows/keyboard.c]
- Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
- Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
- or when the state has changed, out of wine.
- Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
- by InputKeyStateTable.
+ * 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
-Wed Jan 29 21:53:04 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
+ Never send a WM_CLOSE message to a popup window.
- * [loader/*resource.c][if1632/thunk.c]
- EnumResource* added.
+ * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
+ Check if the window is managed before trying to give it focus.
- * [loader/pe_resource.] [loader/resource.c]
- SizeofResource32(), LoadAccelerators32() added.
+ * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
+ Enhanced linux joystick api detection slightly.
- * [misc/lstr.c]
- FormatMessage %n added.
+ * windows/x11drv/keyboard.c:
+ Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
+ Added Polish keyboard support.
- * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
- _chdrive,_errno,_isctype added.
+ * graphics/win16drv/prtdrv.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
- * [misc/cpu.c]
- Replaced runtime_cpu by GetSystemInfo().
+ * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add `Cassette' to PPD -> windows printer-bin mapping.
- * [windows/hook.c][include/hook.h]
- Fixed mapping of hooks to win32/unicode.
+ * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Modified lstrcpynWtoA to put terminating null at end of string, not
+ end of buffer.
- * [windows/keyboard.c] [windows/defwnd.c]
- Updated to win32 standard.
- ALT-<Menukey> fixed.
+ * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
+ Removed duplicate macro definitions for the IStorage and IStream COM
+ interfaces.
- * [windows/queue.c]
- GetWindowThreadProcessId() implemented.
+ * windows/defwnd.c: Karl Lessard <karll@corel.com>
+ Fixed COLOR_MAX definition for new Win32 values.
-Mon Jan 27 16:42:49 1997 John Harvey <john@division.co.uk>
+ * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
- * [graphics/metafiledrv/*] [graphics/x11drv/*]
- [objects/bitmap.c] [objects/brush.c] [objects/font.c]
- [objects/gdiobj.c] [objects/pen.c]
- Moved SelectObject to graphics drivers. Printer support now works
- in a few cases but is definitely not complete. Generic/text driver
- works. The postscript driver works if true type fonts are disabled
- from the control panel. To enable printer support add Printer=on
- to the wine section of your wine.conf file. This causes write not
- to work properly. I know that several other printer drivers do not
- work.
+ * dlls/comctl32/listview.c, include/listview.h:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Set proper item focus on DeleteItem.
+ Clean up edit label implementation.
- * [tools/build.c]
- Make .stabs not used for svr4 since it doesn't use GNU assembler.
+ * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
+ Fixed a long standing (and annoying) typo, that prevented
+ GetDiskFreeSpaceA from working...
- * [misc/fontengine.c]
- Make sure a printf doesn't crash the system.
+ * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Enable safe reading of registry file, even if file is broken.
-Sat Jan 25 15:53:35 1997 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
+ * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
- * [objects/metafile.c]
- Fixed some problems with PlayMetaFileRecord().
+----------------------------------------------------------------
+Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/dc.c]
- hClipRgn gets initialized in GetDCState().
+ * scheduler/client.c: Set close-on-exec flag on server socket.
-Fri Jan 24 21:22:26 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added explanation on creating a new DLL.
- * [debugger/stabs.c]
- Handle file names beginning with '/'.
+ * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
+ Better version autodetection.
-Fri Jan 24 18:33:04 1997 Robert Pouliot <krynos@clic.net>
+ * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
- * [*/*]
- Some more patches for OS/2 support.
+ * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
+ Fail when LPRECT contains negative values.
-Fri Jan 24 11:30:41 1997 Bang Jun-Young <bangjy@nownuri.nowcom.co.kr>
+ * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
+ On ConfigureNotify, find the first visible window above the current one.
- * [resources/sysres_Ko.rc]
- Updated support for Korean (Ko) language.
+ * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
+ Corrected operand sizes for the "enter" instruction.
-----------------------------------------------------------------------
-Sun Jan 19 11:46:48 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ PSM_ADDPAGE returns TRUE or FALSE.
- * [loader/module.c]
- Fixed LoadModule() to always call the DLL initialization code.
+ * 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.
- * [windows/event.c]
- Moved all the keyboard stuff to windows/keyboard.c
+ * graphics/painting.c: Jim Aston <jima@corel.ca>
+ Prevent FillRgn from using a NULL pointer.
- * [tools/build.c]
- Fixed Win32 register functions.
+ * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed a few problems with RegEnumKey*.
-Sat Jan 18 22:24:41 1997 David Makepeace <D.Makepeace@mailbox.uq.oz.au>
+ * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Implementation of user defined templates.
- * [tools/makedep.c]
- Fixed bug which causes SEGV on Solaris x86.
+ * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
+ IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
-Fri Jan 17 18:32:27 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
+ * 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.
- * [controls/edit.c]
- Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
- WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
- Fixed EM_SETSEL and some minor bugs (features).
- Hence: fully functional undo and a win95 menu with the right mouse
- button.
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ In report view mode of the listview control, implemented the
+ horizontal scrollbar functionality.
- * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
- Added a context menu for the edit control.
- Translations, please ...
+ * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a small bug in the behavior of maximized MDI children.
-Fri Jan 17 08:29:52 1997 David Faure <david.faure@ifhamy.insa-lyon.fr>
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Rewrite of EnumPrinters.
- * [windows/event.c]
- Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
- Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
- Added 3-state handling of toggle keys (CapsLock, NumLock) in order
- to make them work with any X server.
- Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Fill in the hwndFrom field of the NMHDR structure when sending
+ notifications.
- * [include/keyboard.h]
- Totally replaced the file (formerly containing the vkcase definitions)
- by the declaration of 'extern' variables contained by event.c and used
- by keyboard.c
-
- * [windows/keyboard.c]
- Started to rewrite VkKeyScan and MapVirtualKey, to make them use the
- table keyc2vkey or X functions only.
- ToAscii : added keypad 0-9 and . special case.
- Changed toggle keys active mask from 0x80 to 0x1.
+ * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ When reading a profile entry remove trailing quote when there's an
+ opening one.
- * [misc/keyboard.c]
- File deleted. Contents moved to windows/keyboard.c.
+ * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
+ Return correct height and width for stock fonts in GetObject.
- * [misc/main.c]
- Added putenv XKB_DISABLE to disable XKB extension (which, when
- present, causes AltGr to change keyboard group instead of being a
- modifier).
+ * programs/avitools/aviplay.c: Compile fix.
-Tue Jan 14 22:56:43 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * programs/wcmd/.cvsignore: Added wmcdrc.h
- * [windows/event.c]
- Do not assume NumLockMask is Mod2Mask, but compute it by scanning
- output of XGetModifierMapping for XK_Num_Lock.
+ * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Added support for the addition and removal of custom I/O preocedures.
-Tue Jan 14 15:49:49 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Abey George<abey@macadamian.com>
+ Implemented ProgIDFromCLSID.
- * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
- [debugger/*.c]
- General clean up.
- Changed defines/structures to match Windows NT SDK.
+ * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
+ Thuy Nguyen <thuy@macadamian.com>
+ Wizard mode property sheets have a tab control.
- * [loader/main.c]
- Don't crash on empty command-line.
+ * 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.
- * [windows/winpos.c]
- winpos.c made win32 clean.
+ * 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.
- * [misc/ntdll.c]
- Some string conversion additions.
+ * 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.
- * [files/file.c]
- GetFileAttributes/GetTempFileName fixed.
+ * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed documentation.
- * [misc/ver.c]
- VerInstallFile implemented.
+ * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
+ Solaris make doesn't like unnecessary \.
-Mon Jan 13 15:03:11 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * 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.
- * [tools/build.c]: Use PREFIX also in stabs messages.
+ * windows/win.c, windows/x11drv/wineclipsrv.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed a couple of compiler warnings.
-Mon Jan 13 10:40:33 1997 John Harvey <john@division.co.uk>
+ * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
+ A crash would occur if the file type in report mode was empty.
- * [graphics/win16drv/*] [include/win16drv.h]
- Many fixes and some new features.
+ * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Changed the initialisation of the KeyState array.
- * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
- [include/x11drv.h] [objects/font.c]
- GetTextMetrics() moved to graphics driver.
+ * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Better handling of newlines in FormatMessage*.
- * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
- New dummy EngineEnumerateFont, EngineRealizeFont functions.
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fix (some) bad behavior with buffer underrun.
- * [include/windows.h]
- TEXTFORM16 and FONTINFO16 structure definitions moved here from
- include/win16drv.h
+ * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed PlaySound proc for non PCM content.
-----------------------------------------------------------------------
-Sat Jan 11 18:17:59 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [controls/menu.c]
- Updated to new Win32 types.
+ * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
+ Clicking the combo box would cause a crash if it was empty.
- * [controls/listbox.c]
- Fixed Winfile extended selection bug.
+ * 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.
- * [files/directory.c]
- Changed DIR_SearchPath to return both long and short file names.
+ * 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).
- * [files/dos_fs.c]
- Implemented VFAT ioctl to retrieve the original short filenames
- from a VFAT filesystem (Linux only for now).
- Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
- DOS_GetFullName().
- Properly implemented GetShortPathName() and GetFullPathName().
- Made all functions re-entrant.
+ * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
+ Selected button within tab control will be painted with the right
+ color brush.
- * [files/file.c] [misc/main.c]
- Replaced -allowreadonly option by -failreadonly. The default is
- now to report success when opening a read-only file for writing.
+ * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
+ Do not send two PSN_KILLACTIVE messages.
- * [objects/metafile.c]
- Fixed bug in DIB bitmaps pointer calculation.
+ * 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.
- * [scheduler/process.c]
- Implemented environment strings and Get/SetStdHandle with process
- environment block.
+Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
- * [tools/build.c]
- Rewrote BuildContext32() to avoid instructions that may not be
- supported by all assemblers.
-
-Fri Jan 10 17:11:09 1997 David Faure <david.faure@ifhamy.insa-lyon.fr>
+ * 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.
- * [windows/event.c]
- Created table keyc2vkey, which associate a vkey(+extended bit) to
- any keycode. Changed EVENT_event_to_vkey to use this table to
- return the correct vkey. Changed EVENT_ToAscii to get the keycode
- from this table too. Assigned OEM specific vkeys arbitrarily.
+ * dlls/oleaut32/ole2disp.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ SysAllocStringLen16 needs to handle NULL pointers, too.
-Fri Jan 10 09:26:17 1997 John Harvey <john@division.co.uk>
+ * memory/local.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Bug fix.
- * [misc/winsock.c] [misc/winsoc_async.c]
- Fixed svr4 header files.
- Changed bzero() to memset().
+ * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
+ Fixed small typos and slightly outdated comments.
- * [tools/fnt2bdf.c]
- Removed bcopy() and used memcpy() instead.
+ * 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.
- * [debugger/msc.c]
- Include string.h instead of strings.h
+ * 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
- * [debugger/stabs.c]
- Include string.h instead of strings.h.
- Define __ELF__ for svr4 systems.
+Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/signal.c]
- Use wait() instead of wait4() which doesnt exist on Unixware.
+ * 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.
- * [memory/global.c]
- Use sysconf() instead of getpagesize() for svr4 systems.
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ Made LoadHomeRegistryFiles default to TRUE.
-Thu Jan 9 21:07:20 1997 Robert Pouliot <krynos@clic.net>
+ * 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.
- * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
- [tools/Makefile.in] [documentation/wine_os2.txt]
- Patches for OS/2 support. Note that it doesn't compile yet.
+ * 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.
-Tue Jan 7 20:03:53 1997 Eric Youngdale <eric@sub2304.jic.com>
+ * 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.
- * [debugger/*]
- Many more debugger improvements (see debugger/README for details).
+ * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added Win16 variants of existing Win32 functions.
-Tue Jan 7 15:12:21 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
+ Solaris compile fix.
- * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
- [graphics/metafiledrv/*]
- Moved some device dependent code into the resp. subdirs.
+ * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
+ Remove prefixing by a tilde for GetTempFileName 32bits.
- * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
- Prototypes added,
- DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
+ * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing include.
- * [objects/region.c]
- CreatePolyPolygonRgn32 added.
+ * 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.
- * [files/dos_fs.c]
- QueryDosDevice added.
+ * 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().
- * [misc/lstr.c]
- FormatMessage: broken heap management fixed.
+ * 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.
- * [scheduler/process.c] [scheduler/thread.c]
- Get/SetThreadPriority/PriorityClass added.
+ * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
+ Improved registry isolation possibilities.
-Mon Jan 6 21:55:30 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * multimedia/*.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Split the multimedia/ directory into dlls/ subdirectories.
- * [misc/keyboard.c]
- ToAscii : Use EVENT_ToAscii instead.
+ * 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.
- * [windows/event.c]
- keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
- keypad cursor keys.
- EVENT_event_to_vkey : New function, to transform a X keycode
- into a MSwin vkey + extended bit.
- EVENT_ToAscii : New function, to transform a vkey + extended bit
- (+ key state table) into ascii char(s), using XLookupString, and
- recognizing dead chars.
- EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
- EVENT_event_to_vkey for keycode to vkey conversion; fixed
- previous, context and extended bits.
+ * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
+ Fixed top-down DIB handling in StretchDIBits32().
- * [windows/keyboard.c]
- Include stddebug.h, to get -debugmsg messages.
- GetKeyState : Handle VK_MBUTTON case.
- GetKeyboardState, SetKeyboardState : Debugging messages added.
+ * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added macro definitions for memory allocation.
- * [windows/message.c]
- TranslateMessage : Handle dead chars.
+ * 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.
-Mon Jan 6 20:10:11 1997 Dominik Strasser <bm424953@muenchen.org>
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ Added the functionality of the thumb track.
- * [if1632/crtdll.spec] [misc/crtdll.c]
- C++ functions new/delete/set_new_handler implemented.
+ * windows/focus.c: Adrian Thurston <adriant@corel.com>
+ Do not set focus to a disabled window.
-Mon Jan 6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
+ * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed an entry in the keyboard translation table for Ctrl-Break.
- * [controls/edit.c] [include/windows.h]
- Moved the edit control to 32 bits.
- Included new (win95) message definitions in windows.h
- Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
- EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
- Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
- Fixed some bugs, introduced a couple of others.
- Text buffer is now initially in 32-bit heap.
+ * include/debugdefs.h, scheduler/debugger.c:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ New channel 'debugstr' used to print OutputDebugString API calls.
- * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
- [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
- [misc/commdlg.c]
- Updated to work with 32-bit edit control.
+ * 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.
-Sat Jan 4 22:07:27 1997 O.Flebbe <O.Flebbe@science-computing.uni-tuebingen.de>
+Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- Use mmap rather then malloc. Better workaround for clean
- segments.
+ * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
+ PropertySheet didn't destroy page dialog's window while removing page.
-----------------------------------------------------------------------
-Wed Jan 1 15:36:17 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
+ Update the item width upon a new column in the header control.
- * [controls/listbox.c]
- Use FindFirstFile/FindNextFile in LISTBOX_Directory.
+ * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
+ Reorder parameters to fix position of base reg relative to exception
+ frame.
- * [files/dos_fs.c]
- Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
+ * documentation/Makefile.in: Fixed typo.
- * [files/file.c] [files/directory.c]
- Use Win32 kernel objects and handles for file handles.
- Unified SearchPath() and OpenFile().
+ * include/*.h:
+ Francois Gouget <fgouget@psn.net>
+ Define the COM macros even in C++.
- * [loader/builtin.c]
- Moved to if1632/ directory.
+ * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed loop with WM_SYSCHAR.
- * [tools/build.c] [debugger/*] [miscemu/*]
- Win16 register functions now receive the same CONTEXT * structure
- as Win32 functions.
+ * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
+ Fixed tooltips positioning.
- * [include/sigcontext.h] [miscemu/instr.c]
- Added new macros to get register values from the SIGCONTEXT
- structure (only used for instruction emulation now).
+ * graphics/x11drv/dib.c: Re-applied lost change.
- * [scheduler/process.c] [scheduler/thread.c] (New files)
- Allocate process and thread structures.
+ * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Ignore wrong hInstance.
- * [scheduler/process.c] [win32/k32obj.c]
- Added Win32 kernel objects and handles management.
+ * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
+ Robert 'Admiral' Coeyman <admiral@corner.net>
+ Report non-hercules video. Turned on int 2a.
- * [loader/task.c]
- Create a Win32 process and thread for every Win16 task.
+ * include/file.h, include/winbase.h, loader/module.c, files/file.c:
+ Jim Aston <jima@corel.ca>
+ Fixed compiling with STRICT.
- * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
- Built-in resources are now in Win32 format. This also avoids
- 16-bit callbacks for built-in dialogs.
+ * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
+ Proper resource support for dialog title.
- * [misc/lzexpand.c]
- Differentiate between 16-bit and 32-bit file handles.
+ * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
+ Fixed some wrong defines.
- * [miscemu/int*.c]
- Moved all int emulation to msdos/ directory.
+ * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Copy bitmaps properly.
- * [msdos/*]
- New directory msdos/ contains all MS-DOS emulation code that can
- also be used for Winelib; this should enable Winelib apps to use
- DOS3Call and related functions.
+ * 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.
- * [rc/winerc.c]
- A few bug fixes for Win32 resource format.
+ * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
+ Jim Aston <jima@corel.ca>
+ Added a few stubs.
- * [windows/winpos.c]
- Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
- right though).
+ * include/listview.h, dlls/comctl32/listview.c:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Implementation of edit labels.
-Sun Dec 29 17:47:55 1996 O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
+ * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed some anonymous union accesses.
- * [loader/pe_image.c]
- Make sure BSS of a PE_Image is zero.
+ * controls/listbox.c: Abey George <abey@macadamian.com>
+ Draw the item text from the top of the item rect.
-Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
+ Pierre Mageau <pierre@macadamian.com>
+ Fixed the ascending and descending sort order for the File Dialog.
- * [windows/scroll.c]
- ScrollWindowEx() rewrite, ScrollDC() fix.
+ * 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
- * [windows/nonclient.c] [controls/menu.c]
- Fixed Alt-Space crashes in dialogs.
+ * 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
- * [windows/event.c] [windows/message.c]
- Some changes in mouse message generation.
+ * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
+ Jim Aston <jima@corel.ca>
+ Added another anonymous union using the DUMMYUNIONNAME style.
-Thu Dec 26 09:25:24 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Properly copy text into user supplied buffer.
- * [debugger/stabs.c]
- Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
+ * 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.
-Tue Dec 24 00:59:05 MET 1996 Martin Buck <martin-2.buck@student.uni-ulm.de>
+ * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Tab control doesn't refresh tab area on TCM_SETCURSEL.
- * [windows/event.c]
- Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
- compatibility.
+ * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
+ Ulrich Czekalla <ulrichc@corel.ca>
+ Implemented StrRChrA.
-----------------------------------------------------------------------
-Sun Dec 22 13:30:18 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
- Added mapping functions.
+ * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
+ Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
- * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
- Added a lot of Win32 functions.
+ * include/winuser.h: Jim Aston <jima@corel.ca>
+ Fixed a small typo.
- * [memory/heap.c]
- Added HEAP_strdupAtoW and HEAP_strdupWtoA.
+ * windows/dialog.c: Adrian Thurston <adriant@corel.com>
+ Protect against wrong return value from WM_INITDIALOG.
- * [misc/lstr.c] [memory/string.c]
- Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
+ * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
+ Removed an illegal character.
- * [object/font.c]
- Avoid uppercasing font names.
+ * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
+ Now inits the policy cache when shell32 is first instantiated.
+ Matches Windoze behavior.
- * [windows/hook.c]
- Set ds = ss before calling hook procedure.
+ * 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.
-Sat Dec 21 21:44:17 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
+ Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
- * [objects/color.c]
- Use colors allocated by other clients.
+ * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
+ Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
- * [windows/caret.c]
- Set default blink time to 500.
+ * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
+ The property sheet dialog needs flag WS_VISIBLE.
- * [windows/win.c] [windows/event.c]
- Delete X context before XDestroyWindow().
+ * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
+ Set the default view button to List in the FileDialog.
- * [windows/keyboard.c]
- Fixed GetKeyState() once more.
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
-Fri Dec 20 08:26:33 1996 Eric Youngdale <eric@sub2304.jic.com>
+ * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed potential crash in string variable printing.
- * [debugger/*.c]
- Lots of built-in debugger improvements: parse Win32 EXEs debug
- information, display local variables, source files and line
- numbers, get symbols directly from the Wine executable, etc.
+ * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added WM_GETFONT support.
-Tue Dec 17 22:39:42 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * 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().
- * [misc/winsock_async.c]
- Extern declaration added for h_errno.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
+ mmioDescend offset and alignment issues).
-Tue Dec 17 21:29:34 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
+ We are supposed to delete the palette object with the DeleteObject
+ function.
- * [windows/message.c]
- Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
+ * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
+ Listview items will be drawn with the right item dimensions.
-----------------------------------------------------------------------
-Sun Dec 15 16:18:15 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
+ Some small corrections to the ExtTextOut function.
- * [graphics/x11drv/bitblt.c]
- Fixed BITBLT_StretchImage for partially covered or inverted
- bitmaps.
+ * 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.
- * [objects/dib.c]
- Fixed the upside-down bitmap problem.
+ * dlls/comctl32/animate.c, include/animate.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ First working version.
-Sat Dec 14 02:49:57 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added the mute capability to most control lines.
- * [if1632/user32.spec]
- IsMenu and RemoveMenu added (use existing Win16 functions).
+ * windows/win.c: Rein Klazes <rklazes@casema.net>
+ Use the module handle, if CreateWindowEx is called with
+ hInstance==NULL.
- * [include/windows.h]
- Corrections to BITMAPINFOHEADER structure.
+ * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing prototypes for StrRetToBuf(A|W).
- * [loader/module.c] [if1632/kernel32.spec]
- New function GetModuleFileName32A (heavily based on original
- Win16 version).
+Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- Hack to allow files with short PE header to be loaded (e.g.
- COMDLG32.DLL from Win32s).
+ * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
+ Added Pt.s.
- * [misc/winsock_async.c]
- #if out EIDRM case (not present in FreeBSD).
+ * objects/dib.c: Backed out previous change (breaks with metafiles).
- * [tools/build.c]
- Remove trailing comments from .s files generated by build
- as these break assembly when not run through pre-processor.
+ * 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.
- * [windows/graphics.c] [if1632/gdi32.spec]
- New function Polyline32 - based on original Polyline. Needs
- metafile support adding still.
+ * 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.
-Fri Dec 13 13:04:06 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing (and now required) filename directive.
- * [win32/findfile.c] [if1632/kernel.spec]
- FindFirstFile32A(): Use dos current directory for drive prefixes.
- FindNextFile32A(): Fill in file attribute information.
- Implement FindFirstFile16, FindNextFile16, FindClose16.
+ * tools/build.c, include/builtin32.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added filename to 32 bit builtin module descriptors.
- * [files/drive.c]
- GetCurrentDirectory32A - Fix problem with null 3rd character in
- string.
+ * 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.
-Tue Dec 10 14:49:07 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [windows/painting.c][windows/message.c]
- Don't use linked lists to call SendMessage(), for it might destroy
- the current listentry.
+ * 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
- * [misc/registry.c]
- Fixed temporary file saving (rename doesn't work across
- partitions).
+ * 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.
- * [files/*.c]
- GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
- GetVolumeInformation32W fixed.
+ * 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.
- * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
- LoadLibrary* updated to new naming std., *32W added.
+ * 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).
- * [win32/console.c] [include/wincon.h]
- Additions for NT commandline executables.
+ * windows/dialog.c: Abey George <abey@macadamian.com>
+ Changed EndDialog to behave like as in Windows.
+ Call SetWindowPos instead of ShowWindow in EndDialog.
- * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]
- GetUserName32W added, GetComputerName32W added,
- GetStartupInfo32W added, GetSystemInfo updated to NT standard.
+ * 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/msgbox.c][misc/shell.c][windows/graphics.c]
- MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
+ * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
- * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
- [if1632/ntdll.spec]
- Lot of new unicode functions added (needed for NT).
+ * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
+ dimensions are equal).
- * [loader/pe_image.c]
- NtCurrentTeb added.
+ * 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.
-Tue Dec 10 22:39:33 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [windows/keyboard.c]
- Rewrote function TranslateAccelerator().
+ * 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.
-Mon Dec 9 14:52:13 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
+ Some adjustments to ExtTextOut.
- * [windows/defwnd.c]
- DEFWND_SetText(): Set icon name.
+ * 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).
-Sun Dec 8 23:30:00 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Account for the trailing NULL in GetLogicalDriveStringsA.
- * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
- [if1632/winsock.spec]
- IPC resource cleanup, bugfixes.
+ * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
+ Fixed a typo in a function declaration.
- * [windows/dialog.c] [windows/defdlg.c]
- More DefDlgProc() fixes.
+ * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
+ Added Hungarian keyboard support.
-Sun Dec 8 14:01:42 1996 Vadim Strizhevsky <striv@ms.com>
+ * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
+ We have to activate MDI child windows.
- * [misc/clipboard.c] [objects/font.c] [win32/init.c]
- [win32/newfns.c] [windows/graphics.c]
- Added a few WIN32 functions which needed to run some win32
- accessories. Clock should now work almost as well as 16 bit version.
- Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
- GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
- Polygon32
- Fix: Polygon16 possible memory leak on error return.
+ * 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.
-----------------------------------------------------------------------
-Sun Dec 8 14:51:57 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
+ Correct usage of a scratch array in X11DRV_PolyBezier.
- * [configure.in]
- Added check to see if the compiler supports building a DLL when
- the --with-dll option is used.
+ * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+ Make WM_GETTEXTLENGTH return length for dropdownlist combos.
- * [controls/listbox.c]
- Don't send LBN_SELCHANGE too often.
- Added WM_CHARTOITEM support.
+ * controls/button.c: Francois Boisvert <francois@macadamian.com>
+ Removed FillRect in the ownerdrawn button procedure.
- * [Make.rules.in] [library/Makefile.in]
- Build winestub.o and link it with Winelib programs.
+ * 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.
- * [objects/text.c]
- Added support for '&&' in DrawText().
+ * 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.
- * [tools/build.c]
- Added -o option.
+ * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
+ Mouse position is signed.
-Sat Dec 7 12:07:07 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+ * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
+ Set the COLOR_3DLIGHT system color to the right window default value.
- * [win32/thread.c]
- GetCurrentThread(): return -2 (current thread pseudo-handle).
- GetCurrentThreadId(): return GetCurrentTask().
+ * 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).
- * [objects/font.c] [if1632/gdi32.spec]
- GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
+ * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Relink subdirectory objects on Makefile.in/Make.rules.in change.
- * [win32/findfile.c]
- FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
+ * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
+ Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
- * [windows/hook.c] [include/hook.h] [if1632/user.spec]
- [if1632/user32.spec] [windows/focus.c] [windows/message.c]
- [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
- Hooks rewritten to support Win32.
+ * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
+ Don't ref NULL ptrs in debug.
- * [misc/winsock.c]
- WINSOCK_select(): need to put sockets with errors into exceptfds.
- WINSOCK_socket(): fix error return.
+ * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
+ If the joydevice is not present, do not create a DirectInputDevice.
- * [windows/win.c]
- SetWindowWord(): call SetParent on GWW_HWNDPARENT.
+ * 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.
-Wed Dec 4 22:03:05 1996 Andrew Taylor <ataylor@cadvision.com>
+ * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
- * [files/dos_fs.c]
- Check if buf is NULL before copying string in GetFullPathName32A().
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
+ true.
-Wed Dec 4 21:40:59 1996 Robert Pouliot <krynos@clic.net>
+ * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Prevent self referencing next pointer during insert.
- * [graphics/wing.c] [if1632/wing.spec]
- Implemented many WinG functions, but some don't seem to
- work correctly (probably due to the one not done).
-
-Wed Dec 4 03:38:25 1996 Lee Jaekil <juria@puma.kaitech.re.kr>
+ * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing definitions.
- * [misc/main.c]
- Implemented a few more of the SystemParametersInfo() cases.
+ * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Added Dutch to the languages supported by MCI.
-Sun Dec 1 22:30:00 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * documentation/status/internationalisation:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Updated status of internationalisation.
- * [controls/button.c]
- Improved focus rectangle painting.
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: *Don't* resolve PE imports if asked not to ...
- * [windows/dialog.c] [windows/defdlg.c]
- Fixed IE3.0 problems with DWL_MSGRESULT.
+ * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: DdeNameService was broken.
-Sun Dec 1 20:49:32 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [files/profile.c]
- Changed error handling in PROFILE_SetString().
+ * 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.
-----------------------------------------------------------------------
-Sat Nov 30 19:21:17 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [configure]
- Re-generated with autoconf 2.11. Let me know if you have
- problems.
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added stubs for RevokeActiveObject, GetActiveObject, fixed
+ RegisterActiveObject stub argtypes.
- * [controls/listbox.c] [controls/oldlbox.c]
- Listboxes rewritten from scratch. Moved old code still used by
- comboboxes to oldlbox.c
+ * windows/x11drv/keyboard.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added german keyboard layout with "nodeadkeys" option enabled (just to
+ apostrophes are switched).
- * [misc/registry.c]
- Use temporary file when saving registry.
+ * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Stub for VideoCapDriverDescAndVer.
- * [windows/dialog.c]
- Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
+ * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replicate CreateDirectory() LastError workaround for the LFN part.
- * [windows/winproc.c]
- Added translation for listbox Win32 messages.
+ * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Also escape characters >=0x80 within the wineregistry savefile.
-Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * dlls/wnaspi32/winaspi32.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Don't use malloc/free in winaspi32.
- * [controls/widgets.c] [controls/button.c]
- Fixed some incompatibilities with CTL3D DLL.
+ * 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.
- * [windows/dialog.c]
- Made dialog windows fit into the desktop.
+ * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replaced double ChangeDisplaySettingsA by (Ex)[AW].
- * [misc/winsock.c] [misc/winsock_async.c]
- New Winsock engine.
+Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/message.c]
- GetMessage() fixes.
+ * 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.
- * [windows/queue.c] [windows/hook.c] [windows/win.c]
- SetMessageQueue() fixes.
+ * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
+ Rein Klazes <rklazes@casema.net>
+ First implementation of LoadTypeLibEx().
-Fri Nov 29 10:25:12 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * if1632/mmsystem.spec, multimedia/mmsystem.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for WMMMIDIRUNONCE called by midimap.drv.
- * [objects/text.c]
- DrawText16(): Fixed return value.
+ * 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.
-Tue Nov 26 14:47:09 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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).
- * [files/profile.c] [*/*]
- Added Win32 profile functions, updated to new naming standard.
+ * 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.
- * [objects/font.c] [if1632/thunk.c] [include/windows.h]
- Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
- structures.
+ * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
+ Added ability to call winapi_check from the Makefiles.
- * [misc/ole2nls.c] [if1632/thunk.c]
- Added EnumSystemLocales() (winhelp.exe).
+ * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
+ Modification due to problems with winapi-check.
- * [misc/registry.c]
- Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
+ * 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.
- * [win32/file.c]
- Partially fixed CreateFileMapping(), added UnmapViewOfFile().
+Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
-Sat Nov 23 23:36:05 1996 Ronan Waide <waider@waider.ie>
+ * server/event.c, server/object.h:
+ Made event manipulation routines public.
- * [misc/shell.c]
- Fixed some FIXMEs relating to ShellExec() and FindExecutable().
+ * 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.
- * [misc/main.c]
- Implemented a few more of the SystemParametersInfo() cases.
+ * windows/win.c: Noomen Hamza <noomen@macadamian.com>
+ Rewrite the ShowOwnedPopups function with a safety algorithm.
-Tue Nov 19 01:24:34 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
+ Make ExecFocusedItem return -1 on failure.
- * [include/keyboard.h]
- New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
+ * 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/windows.h]
- New [VK_A, VK_Z] and [VK_0, VK9] macros.
+ * dlls/ntdll/signal_i386.c:
+ Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
- * [misc/keyboard.c]
- Fixes in KeyTable and ToAscii.
+ * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Remember the allocated string to free it.
- * [objects/font.c]
- FONT_init : Give default value for MSWIN "system" font.
- FONT_MatchFont : Do not try every size of a font family if the
- family does not exist.
+ * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
+ Force recalculation of menu when calling InsertMenuItem.
- * [windows/event.c]
- lastEventChar hack removed.
- KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
- and QueueKeyStateTable (maintained in message.c).
- EVENT_key : Corrections to the extended bit setting.
+ * 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.
- * [windows/message.c] [windows/keyboard.c]
- Implementation of a new QueueKeyStateTable : table of key states
- valid when messages are retrieved by GetMessage or PeekMessage,
- and valid for TranslateMessage.
- TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
- and ToAscii.
-
-Mon Nov 18 16:59:01 1996 Robert Pouliot <krynos@clic.net>
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in hDrv for sending message.
- * [graphics/Makefile.in] [graphics/wing.c]
- [if1632/wing.spec]
- Some functions for WinG support, mostly empty stubs.
+Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/crtdll.c] [if1632/crtdll.spec]
- Many functions added to CRTDLL, mostly calls to Unix C library.
+ * 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.
-----------------------------------------------------------------------
-Sun Nov 17 15:01:45 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
- Moved BitBlt operations to the new graphics driver
- interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
+ * multimedia/mixer.c, multimedia/mmaux.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check for OSS driver presence and return error accordingly.
- * [memory/global.c]
- Unified MemManInfo() and GlobalMemoryStatus().
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of hack on MIDHDR's reserved field for 16/32 bit
+ discrimination.
- * [objects/text.c]
- Fixed ExtTextOut() to always use physical coords for clip rect.
+ * 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.
- * [windows/dialog.c]
- Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Got rid of hack on WAVEHDR's reserved field for 16/32 bit
+ discrimination.
- * [windows/event.c]
- Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
- (thanks to Thomas Koenig).
+ * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Typo correction.
- * [windows/painting.c]
- Moved update region clipping for CS_PARENTDC windows to BeginPaint().
-
- * [windows/scroll.c]
- Implemented Win32 version of ScrollWindow() and ScrollDC().
+ * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Fix integer based resource id assumption.
+ Add support for string based type ids.
-Tue Nov 12 09:52:17 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
+ Added some basic Winsock2 definitions.
- * [files/*.c] [win32/file.c]
- Some win32 filetime conversion functions added.
- Fixed behaviour with DOS drives pointing to UNIX /
- SetCurrentDirectory() may also get X:\xxx paths.
- Fixed FILE_Open when called from CreateFile().
- Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
+ * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
+ Added EXCEPT_EVENT to wineserver select loop.
- * [misc/crtdll.c] [if1632/crtdll.spec]
- Added some new functions.
+ * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
+ Fix for VFAT_IOCTL_READDIR_BOTH.
- * [if1632/user32.spec]
- Some thunks into win16 code added.
+ * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
+ Small wing enhancement.
- * [win32/init.c]
- Added GetSystemInfo(), removed GetModuleFileName() stub.
+ * 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.
- * [win32/code_page.c] [if1632/thunk.c]
- Added EnumSystemCodePages* (untested).
+ * 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.
- * [objects/font.c] [if1632/thunk.c]
- Added EnumFontFamilies32*.
-
-Mon Nov 11 14:50:24 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Fixed GetRandomRgn.
- * [controls/menu.c] [windows/mdi.c]
- Don't delete the MDI `windows' menu if it's already been deleted.
+ * files/drive.c: Abey George <abey@macadamian.com>
+ Made GetCurrentDirectory return long name of the current directory.
- * [misc/exec.c]
- Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
- and complains if it returns FALSE.
+ * 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.
- * [windows/winpos.c]
- Get maximized MDI child's nonclient area redrawn after resize.
+ * 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).
-Thu Nov 7 13:32:34 1996 Lee Jaekil <juria@seodu.co.kr>
+----------------------------------------------------------------
+Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [memory/global.c]
- Use /proc filesystem for GlobalMemoryStatus() on Linux.
+ * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
+ Noel Borthwick <noel@macadamian.com>
+ Added clipboard server.
-Mon Nov 4 18:30:00 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * 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.
- * [windows/event.c]
- Added OffiX-style file drop handling. File paths must be
- DOS-mappable by Wine (via wine.conf).
+ * msdos/int21.c:
+ Implemented uppercasing functions (based on a patch by Robert
+ 'Admiral' Coeyman).
- * [controls/combo.c]
- Added WM_GETTEXT handler.
+ * 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.
- * [objects/palette.c]
- Added ResizePalette() (untested).
+ * misc/comm.c: Patrik Stridvall <ps@leissner.se>
+ Modification due to problems with winapi-check.
- * [objects/cursoricon.c]
- Implemented icon to cursor conversion.
+ * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
+ WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
+ closed after loosing the focus.
- * [objects/color.c]
- Fixed crash on startup when no colorcells are writeable.
+ * 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.
-Mon Nov 4 00:49:41 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * 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).
- * [rc/winerc.c]
- Added support for win32 output.
+Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [library/libres.c] [include/libres.h] [loader/resource.c]
- Renamed LIBRES_FindResource to LIBRES_FindResource16.
- Added LIBRES_FindResource32.
+ * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added WINEOSS descriptor.
-Sun Nov 3 21:21:45 1996 Robert Pouliot <krynos@clic.net>
+ * 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
- * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
- Added the spec file for WinG, it's only stub for now, but it
- should be easy to do by someone with Windows programming
- knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
+ * 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.
- * [if1632/crtdll.spec]
- Added some string and memory functions to make sfxed95.exe (of
- Warcraft 2) almost work.
+ * 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 Nov 2 12:50:40 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer checking for correct iData in code.
- * [files/dos_fs.c]
- Added long file name mask in DOSFS_FindNext().
+ * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing DriverCallBack function.
- * [loader/pe_image.c] [loader/task.c]
- Moved Win32 task startup into TASK_CallToStart().
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ All headers (wave and midi functions) are now seen as segptr.
+ Added stub for joyGetPosEx16().
- * [objects/dc.c]
- Fixed SetDCState() for memory DC (thanks to Constantine
- Sapuntzakis for spotting this one).
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing defines.
- * [windows/winpos.c]
- Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
+ * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using the same structs for low-level drivers as Windows do.
- * [*/*]
- Added Win32 version for many graphics functions.
+ * 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 Oct 31 10:00:18 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * 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.
- * [controls/button.c]
- BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
+ * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added stub for joyGetPosEx16().
- * [controls/edit.c]
- EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
- EDIT_EM_GetSel() renamed to EDIT_GetSel().
+ * 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).
- * [windows/dialog.c]
- DS_LOCALEDIT is a dialog style not an edit style.
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
- * [windows/winproc.c]
- Stop stack trashing when wndPtr->text == NULL.
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using modReset() instead of tweaking MIDI controls.
-Tue Oct 29 23:35:04 1996 Constantine P Sapuntzakis <csapuntz@mit.edu>
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed returned type upon open.
+ Fixed some bogus error checking.
- * [windows/dce.c]
- GetDCEx32 - The determination of whether to use the DC cache or
- not should be independent of DCX_USESTYLE.
+ * multimedia/mcianim.c, multimedia/mciavi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed returned type upon open.
-Sat Oct 26 17:31:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Do not set EH_NONCONTINUABLE.
- * [files/directory.c]
- Added errno.h to #includes
+ * 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.
- * [tools/makedep.c]
- Close files once they have been processed.
+ * loader/module.c: Fixed memory allocation bug.
-----------------------------------------------------------------------
-Tue Oct 22 20:09:52 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix infinite loop with glastXFocusWindow.
- * [*/Makefile.in] [tools/makedep.c]
- New program to generate dependencies; should be faster and more
- portable than 'gcc -MM'.
+ * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
+ Allow creation of empty imagelist.
- * [*/*]
- Replaced WPARAM and HDC by explicitly-sized types.
+ * objects/palette.c, relay32/gdi32.spec:
+ Ian Schmidt <ischmidt@cfl.rr.com>
+ Added partial implementation of GetICMProfileA, required by Paint Shop
+ Pro 5.
- * [windows/hook.c]
- Fixed bug in HOOK_GetHook16 function.
+ * 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.
-Thu Oct 17 09:13:50 1996 John Harvey <john@division.co.uk>
+ * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
+ getpeername() and getsockname() return errors in errno not h_errno.
- * [include/debug.h] [include/stddebug.h]
- Added debug option for win16drv (-debugmsg +win16drv)
+Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
- * [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/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.
- * [include/gdi.h] [graphics/x11drv/clipping.c]
- [graphics/x11drv/Makefile.in]
- Moved SetDeviceClipping into drivers.
+ * 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.
-----------------------------------------------------------------------
-Sun Oct 13 15:32:32 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [Make.rules.in] [*/Makefile.in]
- Made it possible to compile from a directory other than the source
- directory.
+ * 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.
- * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
- [objects/metafile.c] [objects/dc.c]
- New graphics driver for metafiles.
+ * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ System timer proc thunk creation moved out of if1632/thunk.c.
- * [if1632/thunk.c]
- Added thunks for SetWindowsHook and SetDCHook.
+ * scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't create thunk for CreateThread16 proc, call it directly.
- * [windows/dialog.c]
- Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
- items.
+ * 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.
- * [*/*]
- Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
- HINSTANCE, HMENU, HRGN and HTASK.
+ * 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.
-Wed Oct 9 14:59:45 1996 Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
+ * 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.
- * [controls/edit.c]
- Fixed EditWndProc() to fall back to DefWndProc() when the
- edit state structure is not available.
+ * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
-Wed Oct 2 14:00:34 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
+ It's no error to send a WM_COMMAND to MenuHelp.
- * [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.
+ * files/file.c: Francois Boisvert<francois@macadamian.com>
+ CreateFileA returns HFILE_ERROR when the filename contains a wild card.
- * [controls/scroll.c]
- Fixed typo in ShowScrollBar32().
+ * controls/static.c: Francis Beaudet <francis@macadamian.com>
+ Fixed display bug in the static control.
-Sun Aug 25 20:18:56 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Message removed when menu tracking finish on a WM_LBUTTONDOWN.
- * [if1632/user32.spec] [if1632/winmm.spec]
- Added SetParent and sndPlaySoundA.
-
-----------------------------------------------------------------------
-Fri Sep 27 14:18:42 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [controls/button.c]
- Fixed focus rectangle size and clipping.
+ * 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.
- * [controls/scroll.c]
- Converted to Win32 and added support for scroll page.
- Completed SetScrollInfo() and implemented other Win32 functions.
+ * if1632/relay.c, loader/main.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Make CallTo16 return stub segment owned by KERNEL.
- * [files/file.c]
- Removed FILE_Read() (use _lread32 instead).
+ * include/wine/winbase16.h, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
- * [objects/dce.c] [include/dce.h]
- Allocate DCE on the Win32 heap, and use pointers instead of
- handles.
- Implemented Win32 version of DC functions.
+ * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
+ Added some values that were missing in the Swedish nls file.
- * [windows/painting.c]
- Attempt to make CS_PARENTDC style work again.
+Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
+ * graphics/x11drv/dib.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
- * [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.
+ * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Added missing export.
- * [misc/clipboard.c] [windows/event.c]
- Translation between DOS and Unix text formats and several
- other fixes for the sudden selection loss.
+ * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash when loading *.ani files.
- * [windows/message.c]
- Apply "first" and "last" when checking for WM_QUIT in
- MSG_PeekMessage().
+ * 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/win.c]
- Rearranged DestroyWindow() to fit "Windows Internals"
- description.
+ * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
+ Send correct WM_MENUSELECT when menu closes.
- * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
- Misc. fixes to CBT hook calls.
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
+ Francois Boisvert <francois@macadamian.com>
+ Added small feature in the file dialog.
- * [controls/menu.c] [misc/user.c]
- Fixup resident popup menu window so that it doesn't get
- destroyed by USER_AppExit().
+ * 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.
- * [loader/module.c] [loader/task.c] [windows/event.c]
- Process "unsafe" X events outside the scheduler to prevent
- deadlocks.
+ * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
+ Peter Ganten <ganten@uni-bremen.de>
+ Stubs for PolyTextOutA/W.
- * [windows/message.c] [windows/queue.c] [windows/winpos.c]
- Lots of fixes for better Win16 multitasking.
+ * graphics/x11drv/dib.c, objects/dib.c:
+ Karl Lessard <ybicubuk@umail.corel.com>
+ Some more minor GDI fixes.
-Wed Sep 25 20:36:30 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [include/windows.h]
- Added some missing HOOK defines.
+ * 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/shell.c][if1632/shell32.spec][include/shell.h]
- SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
+ * 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.
- * [win32/console.c][include/wincon.h]
- GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
+ * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
+ The MDIClient class must be registered with the IDC_ARROW cursor.
- * [misc/registry.c]
- Some null ptr fixes.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Implemented the disabled state of the combobox.
- * [loader/pe_image.c]
- Fixed exported function lookup. (msvcrt20.dll)
- Add debugsyms for entrypoint, exported functions and sections.
+ * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Protect SetMenu from rogue menu handle.
+ GetMenu16 can just call GetMenu.
- * [multimedia/mmsystem.c]
- MCIOpen: support for element opens (mplayer.exe /play bla.avi).
+ * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Protect MDISetMenu from rogue menu handles.
- * [several]
- Added several missing things/stubs/simple thunks from win32
- to win16 code.
+ * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Tidy up TRACE etc to use default channel.
-Sat Sep 21 17:27:44 1996 O.Flebbe <flebbe@science-computing.uni-tuebingen.de>
+ * 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 ...).
- * [windows/property.c]
- Fixed debugging of 16 Bit RemoveProp().
+ * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
+ Thuy Nguyen <thuy@macadamian.com>
+ Added support for wizard property sheets.
- * [debugger/memory.c]
- Added DEBUG_checkmap_bad() for linux.
+ * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
-Thu Sep 19 20:48:31 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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/event.c] [windows/hook.c]
- Use EnableHardwareInput() for JournalPlayback hook.
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
- * [controls/listbox.c]
- Changed handling of LB_GETITEMRECT in empty listboxes.
+ * debugger/db_disasm.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: (E)IP-relative offsets depend on operand, not address, size.
-Thu Sep 19 13:34:35 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub implementation for EnumDisplayDevices*.
- * [misc/main.c]
- Fixes to X resources handling.
+ * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
+ Added SC_GET_DEVTYPE.
-Wed Sep 18 00:31:15 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Added stub for OLE32.DllGetClassObject.
- * [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).
+ * 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.
- * [windows/graphics.c] [objects/dc.c]
- Rectangle() changed to work better with wide pens and PS_NULL.
- Use JoinMiter.
+ * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Implemented invisible pens.
- * [windows/winpos.c]
- Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
- is set.
+ * objects/dib.c, graphics/x11drv/dib.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small DIB fixes.
- * [windows/nonclient.c]
- AdjustWindowRectEx() should perform calculations even if the
- window is minimized.
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Added a case for menu handling in win31.
- * [windows/mdi.c]
- Better handling of system button painting. Maximized windows can
- contain scroll bars. Icons now maximize properly.
+Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
+ Karl Lessard <karll@corel.com>
+ Fixed GetDIBits problems.
-Mon Sep 16 21:30:00 1996 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * 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.
- * [several files]
- Fix missing includes and wrong printing arguments.
+Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- Don't sort drives in ListBoxDirectory().
-
-Sat Sep 14 09:05:47 1996 Petri Tuomola <ptuomola@xs4all.nl>
+ * controls/button.c, controls/uitools.c:
+ Dennis Bj|rklund <dennisb@cs.chalmers.se>
+ Fixed win9x look on checkboxes and radiobuttons.
- * [windows/dialog.c]
- Fixed handling of Shift-TAB in dialogs.
+ * 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).
-Thu Sep 12 18:31:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
+ Relaxed parameter checking for GetDIBits.
- * [if1632/gdi32.spec]
- Added SelectClipRgn - call win16 version.
+ * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed last error code when trying to load unknown VxD with CreateFile.
- * [if1632/user32.spec]
- Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
+ * dlls/shell32/shell32_main.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Pretend successful execution of SHELL_NotifyIcon*().
- * [include/wincon.h]
- Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
- out of #if 0 protected portion of file.
+ * controls/menu.c, relay32/user32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added MenuItemFromPoint stub.
- * [loader/pe_image.c]
- PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
- programs now work better)
+ * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed off by one allocation error (DPA and DSA).
- * [win32/console.c]
- Added stub functions for GetConsoleScreenBufferInfo and
- GetLargestConsoleWindowSize
+ * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash in PlaySound thread.
- * [win32/findfile.c]
- FindFirstFile32A() - removed erroneous strcpy
+Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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.
-----------------------------------------------------------------------
-Wed Sep 11 18:08:30 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [windows/event.c]
- Minor improvements in setting event time in MSG struct.
+ * controls/combo.c, controls/listbox.c:
+ Pierre Mageau <pierre@macadamian.com>
+ Set the mouse capture on the combo listbox.
- * [windows/hook.c]
- Removed an useless 'unimplemented hook' message.
+ * 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
- * [windows/win.c]
- Added a WH_CBT hook call during window creation: good for CTL3D.DLL
+ * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
+ Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
-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).
+ * controls/button.c: Abey George <abey@macadamian.com>
+ Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
+ BS_CHECKBOX, BS_AUTO* styles.
- * [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.
+Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/pe_image.c]
- Fixed argument 2 to DllEntry.
+ * 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.
- * [misc/comm.c]
- Adapt to filehandling changes, win32 code still broken.
+ * 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.
- * [misc/registry.c]
- Use Wine filehandling.
- StartupRegistry to add startup-detected registry entries.
+ * 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.
- * [miscemu/dpmi.c] [miscemu/int21.c]
- Some missing interrupt-functions added.
+ * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added definitions of COM objects for D3D 6.x support.
- * [if1632/gdi32.spec][if1632/user32.spec]
- Some thunks to 16 bit equivalent functions added.
+ * 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.
-Sat Sep 7 11:36:57 EDT 1996 Matthew Ghio <ghio@netcom.com>
+ * 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.
- * [misc/winsocket.c]
- Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
- Windows fd_set structs.
+ * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
+ Changed the pixmap to look like the windows default application icon.
- * [if1632/winsock.spec]
- Corrected arguments to select().
+ * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Stop crash in GetDiskFreeSpaceEx.
-----------------------------------------------------------------------
-Sun Sep 1 19:22:46 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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/commdlg.c] [if1632/commdlg.spec]
- Fixed some SEGPTR problems.
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ Implemented the behavior around the ES_WANTRETURN style in the edit
+ control.
- * [windows/winproc.c]
- Added message translation for WM_COMPAREITEM, WM_DELETEITEM
- and WM_MEASUREITEM
- Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
+ * 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.
-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).
+ * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
+ Fixed pattern matching in PathMatchSpecA/W
- * [multimedia/audio.c]
- The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
- below 4096 bytes.
+ * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
+ Tabbing in the listview of the shellview.
- * [multimedia/mcistring.c]
- Segptr string handling fixed & enhanced.
+ * 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.
- * [if1632/crtdll.spec][misc/crtdll.c]
- malloc,free,_strupr,_stricmp,_strcmpi added.
+ * dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash in detach sequence.
- * [if1632/wsock32.spec][misc/winsock.c]
- More direct thunks into unix libc and WsControl-stub added.
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed wrong return value.
-Thu Aug 29 23:54:25 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * dlls/crtdll/crtdll_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Prevent endless loop in except2.
- * [objects/metafile.c]
- Bug fixes to both recording and playback of ExtTextOut().
+ * 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.
-Tue Aug 27 15:43:21 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
+ * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added stub for RegisterActiveObject().
- * [multimedia/audio.c] [multimedia/mcianim.c]
- [multimedia/mcicda.c] [multimedia/midi.c]
- Made cdaudio, audio and midi work for FreeBSD.
+ * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
-Sun Aug 25 20:18:56 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/crtdll.c] [if1632/crtdll.spec]
- Added a lot of functions.
+ * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
+ Removed __winelib flag.
- * [misc/ole2nls.c]
- Added ID values for all languages in GetUserDefaultLCID().
-
-Fri Aug 24 21:02:28 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [windows/event.c] [windows/message.c]
- First attempt at hook WH_JOURNALPLAYBACK.
+ * 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.
-----------------------------------------------------------------------
-Sat Aug 24 13:57:01 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [controls/scroll.c]
- Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
+ * 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).
- * [graphics/driver.c] [include/x11drv.h]
- New files for graphics driver handling.
+ * 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.
- * [if1632/relay.c] [include/registers.h] [tools/build.c]
- Implemented Win32 register functions. Not really tested yet.
+ * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ No longer needs to calculate its own character size.
- * [include/gdi.h]
- Added a lot of functions to the DC func table.
+ * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
+ Consequential changes to default system font sizes
- * [loader/pe_image.c]
- Initialise %fs before calling out to 32-bit code.
+ * 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.
- * [windows/hook.c]
- Fixed bug in HOOK_GetHook().
+ * 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.
- * [windows/win.c]
- Fixed FindWindow to return an error if the class name doesn't exist.
+ * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
+ Modified CBDropDown to find the best height of the listbox.
-Wed Aug 21 15:15:53 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
- mpr.dll specs added.
+ * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
+ Added configure check for str[n]casecmp.
- * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
- QueryPerformanceCounter(), GlobalMemoryStatus() added.
+ * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
- * [if1632/user32.spec] [win32/error.c]
- SetLastErrorEx() added.
+ * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added type PWORD.
- * [misc/commdlg.c]
- lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
+ * 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.
- * [misc/registry.c]
- Some missing NULL ptr checks added, misc clean up.
+ * 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.
-Tue Aug 20 21:00:00 1996 Alex Korobka <alex@pharm.sunysb.edu>
+ * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
+ Initialize the enabling state variable in the edit.
- * [controls/menu.c]
- Adjust popup menu coordinates so that it always stays within
- the desktop.
+ * 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.
- * [misc/main.c]
- Fixed GetEnvironment() return value for lpEnv == NULL case.
+ * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed compiler warnings.
-Mon Aug 19 22:48:36 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ lstrncmpi isn't a windows API, use strncasecmp instead.
- * [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>
+ * memory/global.c:
+ Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
- * [tools/wineconf]
- New perl script to generate the wine.conf file.
+ * windows/msgbox.c: Added missing HFONT type.
-Fri Aug 16 15:31:44 1996 John Harvey <john@division.co.uk>
+ * 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).
- * [if1632/gdi.spec]
- Lots of printer functions.
-
- * [include/callback.h]
- New functions for printer driver support.
+ * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
+ Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
- * [include/gdi.h]
- New/changed structures to support printer driver.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Give applications a copy of the property sheet dialog template as they
+ might modify it.
- * [misc/escape.c]
- New version that uses function table in DC structure.
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Relay exclude lists were not working due to some CharUpperA()
+ somewhere else.
- * [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.
+ * loader/loadorder.c, wine.ini:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ winspool -> winspool.drv
- * [objects/font.c]
- GetTextExtentPoint32A,GetTextMetrics16 use function table in
- DC and code moved to drivers directory.
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented StrCmpNIA like the other StrCmpXX functions.
- * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
- New files for printer support.
+ * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
+ Resolve environment variable when enumerating values.
-Fri Aug 16 12:33:00 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ The format rect is recalculated for each font change. MoveEnd &
+ MoveHome improved.
- * [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.
+Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/gdiobj.c] [objects/font.c] [include/font.h]
- Added 32 bit version of FONT_GetObject.
+ * 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.
-----------------------------------------------------------------------
-Sun Aug 18 12:17:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [files/drive.c]
- Added 'Filesystem' option in drives configuration.
+ * include/winnt.h, scheduler/sysdeps.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed global variable pCurrentTeb.
- * [files/dos_fs.c]
- Added handling of case-insensitive filesystems.
+ * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ HEAP_Commit/Decommit were assuming a page size of 4KB
+ unconditionally.
- * [memory/selector.c] [include/stackframe.h]
- Removed MAKE_SEGPTR.
+ * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ A few more DC_ defines from Win2000.
- * [misc/commdlg.c] [multimedia/mcistring.c]
- Replaced MAKE_SEGPTR by the SEGPTR_* macros.
+ * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Check that lpCreate->lpszName is non-NULL.
- * [objects/bitblt.c] [windows/graphics.c]
- Use an intermediary pixmap to avoid some BadMatch errors on
- XGetImage().
+ * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ More restrictive checks, so DIALOG_IsAccelerator don't loop
+ endlessly.
-Sun Aug 18 09:21:27 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Menu hides when clicked for a second time.
- * [windows/message.c]
- Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
+ * 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
- * [misc/ver.c]
- Fixed a bad string result in VerQueryValue[16|32A|32W].
+ * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
+ Keep the enable state in the edit structure instead of calling
+ IsWindowEnabled().
-Fri Aug 16 19:55:04 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [if1632/crtdll.spec] [misc/crtdll.c]
- More additions to get win95 programs further down the road.
+ * 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.
- * [if1632/kernel.spec] [loader/module.c]
- GetModuleName() added.
- LoadModule(): params->showCmd can be NULL.
+ * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
+ Removed truncating errors that happen when converting fom dialog units
+ to pixels.
- * [if1632/kernel32.spec] [if1632/thunk.c]
- ThunkConnect32() stub added.
+ * windows/winpos.c: Abey George<abey@macadamian.com>
+ Check new coordinates received in WM_NCCALCSIZE message.
- * [loader/resource.c]
- Entries include lastentry.
+ * controls/button.c: Francis Beaudet <francis@macadamian.com>
+ Slight 1 pixel adjustment on the position of the radio button bitmap.
- * [misc/shell.c] [files/file.c]
- Made progman work again.
+ * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed off by one allocation errors.
-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.
+ * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
+ The backspace is now handled in the WM_CHAR message.
- * [windows/winpos.c] [windows/painting.c]
- Enforce and follow hrgnUpdate more closely to cut down on
- redundant RedrawWindow() calls.
+ * windows/mdi.c, windows/nonclient.c:
+ Francis Beaudet <francis@macadamian.com>
+ Make sure that all MDI children have the WS_EX_MDICHILD style set.
- * [windows/event.c]
- Process ConfigureNotify only for managed windows.
+ * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed prototype order.
- * [windows/winpos.c]
- Do not redraw parent if the window was hidden before SetWindowPos().
+ * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
- * [windows/nonclient.c]
- Omit some nonclient decoration painting for managed windows.
+ * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash.
- * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
- Implemented WM_NEXTMENU.
+ * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
+ Fixed the support for the close button in the ShellAbout dialogs.
- * [controls/listbox.c]
- Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
+ * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
+ Added Dutch resources for PrintDlg32.
- * [misc/shell.c]
- Added .ICO file handling to ExtractIcon().
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Completed PrintDlg32 resource stringtable.
-----------------------------------------------------------------------
-Sun Aug 11 13:00:20 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
+ Added sanity checks in the cleanup code.
- * [configure.in] [include/acconfig.h] [tools/build.c]
- Added check for underscore on external symbols.
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Completed GetKeyNameText for non-character keys.
- * [memory/selector.c] [memory/global.c]
- Fixed FreeSelector() to free only one selector.
- Added SELECTOR_FreeBlock() to free an array of selectors.
+ * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
+ Make directories name appear in the BrowseForFolder dialog.
- * [objects/color.c]
- Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
- hi-color displays.
+ * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Do not remove .drv from filenames.
- * [tools/build.c] [if1632/crtdll.spec]
- Added 'extern' type, used for external variables or functions.
+ * controls/button.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a little positioning bug with the checkbox.
- * [windows/winpos.c]
- Allow de-activating a window in WINPOS_ChangeActiveWindow().
+ * 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.
- * [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.
+ * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Changed snprintf to wsnprintfA to remove unresolved external when
+ compiling on Solaris/Sun.
-Sat Aug 10 18:22:25 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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)
- * [windows/message.c]
- Removed a FIXME in MSG_PeekHardwareMsg(): produces correct
- data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
+ * 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).
- * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
- Introduced undocumented API function IsValidMetaFile(), plus a
- minor fix in last patch of CopyMetaFile().
+ * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
- * [objects/gdiobj.c]
- Removed a FIXME in IsGDIObject(): added magic word check.
+ * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
+ Implemented wParam of WM_PAINT msg for edit control.
-Sun Aug 10 18:10:10 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix off by one error in WINSPOOL_GetOpenedPrinterA.
- * [controls/statuswin.c]
- First pass at implementing the StatusWindow class.
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ subkey_found did not search for _all_ sub keys.
- * [include/commctrl.h]
- Header file for common controls.
+Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/widgets.c]
- Added InitCommonControls().
+ * 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.
- * [if1632/comctl32.spec]
- Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
+ * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
+ Avoid changing the activation state in EnableMenuItem.
- * [win32/findfile.c] [if1632/kernel32.spec]
- Add FindNextFile32A, FindClose.
- Modified FindFirstFile32A so it works with FindNextFile32A.
+ * include/winnt.h: Fixed #ifdef symbol for PowerPC.
- * [include/winbase.h]
- Fixed WIN32_FIND_DATA structure member names.
+ * ole/parsedt.c, ole/parsedt.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Only declare DateStyle in a single compilation unit.
-Sat Aug 10 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
+ Added the case of a user defined icon for the sysbutton hittest.
- * [windows/scroll.c]
- Changed scrolling routines to benefit from DCE code update.
+ * 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.
-Thu Aug 8 18:05:09 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [files/file.c]
- SearchPath* could get NULL for lastpart argument.
+ * 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.
- * [if1632/build-spec.txt] [documentation/debugging]
- Varargs documentation added, debugging hints updated.
+ * controls/listbox.c: Rein Klazes <rklazes@casema.net>
+ Make sure that an empty string never matches a listbox entry in
+ LISTBOX_FindString().
- * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
- Started to implement CRTDLL.
+ * dlls/version/info.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Alignment fix.
- * [if1632/wsock32.spec]
- Some thunks to standard libc functions (structures have the same
- elements, but perhaps wrong offset due to packing).
+ * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when accessing sysmenu.
- * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
- Merged kernel32.h into windows.h.
+ * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Really do a silent backtrace when requested.
- * [misc/lstr.c]
- Enhanced FormatMessage().
+ * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Do not set the address if the symbol is still tagged INVALID.
- * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
- GetVersion() updated to new naming standard.
- Changed language handling to support language ids.
+ * 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).
- * [misc/shell.c]
- Enhanced FindExecutable, so it finds files in the search path too.
+Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
- * [win32/environment.c]
- GetCommandLine* updated.
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use typedef to work around egcs problem.
- * [loader/resource.c] [loader/pe_resource.c]
- FindResourceEx32* added.
- Loading of messagetables added.
- Language handling now uses Wine default language id.
+ * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed unnecessary includes from ole related files.
-----------------------------------------------------------------------
-Sun Aug 4 18:18:48 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * ole/compobj.c, multimedia/mmsystem.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to WOW changes.
- * [controls/scroll.c]
- Attempted to implement undocumented scroll-bar messages.
+ * 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.
- * [tools/build.c] [include/callback.h] [windows/winproc.c]
- CallTo16_* functions now get DS from the previous 16-bit stackframe.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed internal buffer for 16 bit mmio MEM files.
- * [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.
+ * 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).
- * [loader/module.c]
- Implemented IsSharedSelector().
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
+ flags.
- * [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().
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: EFlags were passed incorrectly by CallFrom16Register.
-Sat Aug 3 22:19:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
- * [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.
+ * 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).
- * [debugger/registers.c]
- Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
- compile wine properly.
+----------------------------------------------------------------
+Sun Aug 15 18:52:32 1999 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.).
+ * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
+ Fixed cursor stretch code.
- * [if1632/gdi32.spec]
- Added SetMapMode (call existing function)
+ * memory/selector.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Inhibit wraparound in comparison.
- * [if1632/kernel32.spec]
- Added FindFirstFileA and SetFileAttributesA.
+ * 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.
- * [if1632/user32.spec]
- Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
- IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
- UnhookWindowsHookEx.
+ * 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.
- * [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?
+ * 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.
- * [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.
+ * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Added resolution of LVM messages.
- * [win32/memory.c]
- Removed malloc.h from includes (covered by stdlib.h include, and
- gets rid of a warning in FreeBSD).
+ * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
+ Added protection against possible memory corruption.
- * [win32/newfns.c]
- UnhookWindowsHookEx32A stub added.
+ * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
+ Fixed cursor selection to find the correct cursor when more than one
+ available.
- * [win32/user32.c]
- Added implementation of IsDialogMessage32A.
+ * 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.
- * [windows/dialog.c]
- IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
- SendDlgItemMessage16.
+ * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix special case when no printer installed.
-Sat Aug 3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.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.
- * [windows/graphics.c]
- Removed rectangle checking (conflicted with nonstandard
- mapping modes).
+ * dlls/version/info.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed alignment.
- * [windows/dialog.c]
- Added check for child-style dialogs to DS_ABSALIGN
- coordinate conversion.
+ * 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.
- * [objects/color.c]
- Cleaned up misc. bits
+ * ole/parsedt.c: Removed RCS keyword.
-Thu Aug 1 10:51:45 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+ * 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.
- * [windows/focus.c] [windows/event.c] [windows/win.c]
- [windows/defdlg.c]
- Fixes to focusing and activation.
+ * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New interface: DropSource.
- * [windows/defdlg.c]
- Properly(?) handle DM_GETDEFID.
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Better DropTarget.
- * [controls/combo.c]
- Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
- CBCheckSize: Adjust edit position.
+ * dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHGetFileInfo better.
-Tue Jul 30 09:46:36 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Protect cache with critical section.
+ Removed hack to load icons from external shell32.dll.
- * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
- Pass HFILEs instead of unix-fds to self-loader code.
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ QueryGetData, EnumFormatEtc implemented.
-Mon Jul 29 21:48:25 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed mapping of file extensions to text.
- * [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().
+ * 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/bitmap.c][objects/dib.c]
- Added check for metafile-DC in Bitmap and DIB functions:
- CreateCompatibleBitmap() etc.
+ * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
+ First implementation of GetCharacterPlacementA.
-----------------------------------------------------------------------
-Sun Jul 28 17:57:19 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/defwnd.c, include/winuser.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implemented the WM_SETICON and WM_GETICON messages.
- * [loader/task.c] [include/task.h]
- Implemented SwitchStackTo()/SwitchStackBack().
+ * files/drive.c: Morten Eriksen <mortene@sim.no>
+ FIXME on unimplemented feature made less obtrusive.
- * [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.
+ * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
+ Now the conversion in the blt functions round up the result.
- * [windows/property.c]
- Implemented Win32 functions for window properties.
+ * 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.
-Fri Jul 26 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
+ Make sure we have a dgroup before patching prologs.
- * [controls/listbox.c]
- Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
- messages.
+ * */Makefile.in, */.cvsignore:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to glue code generation changes.
- * [controls/menu.c]
- Call TranslateMessage() to enable shortcuts (on WM_CHAR).
+ * 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.
- * [include/cursoricon.h]
- Moved #pragma pack(1) back to where it belongs.
+ * 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.
- * [objects/palette.c]
- RealizeDefaultPalette() maps to system colors only.
- Do not broadcast palette notifications when in TrueColor.
+Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/color.c] [include/palette.h]
- Miscellaneous optimizations. Had to fix several
- "improvements" made to my patch for previous release.
+ * 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/dib.c]
- Reverse dib bits order for 24-bit SetDIBits().
+ * misc/version.c: Morten Eriksen <mortene@sim.no>
+ Made GetVersionEx() behave in accordance with the specification with
+ regard to error handling.
- * [objects/dc.c]
- GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Mark G. Adams <madams@livepage.com>
+ Added stub for DrawDibClose.
- * [windows/scroll.c]
- Scroll update region too.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed the look of the combobox's drop down button when in Win95 look.
- * [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.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Added support for icons in property sheet tabs.
- * [windows/win.c]
- Allow top-level windows to be linked as HWND_TOP in CreateWindow().
+ * 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/winpos.c] [windows/mdi.c]
- Attempt to fix control menu duplication.
+Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
-Fri Jul 26 09:49:35 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
- * [files/drive.c]
- GetDriveType32A(): return value for CDROM fixed.
+ * 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.
- * [files/file.c]
- SearchPath* added.
+ * memory/string.c:
+ Added an exception handler around a few lstr* functions.
- * [if1632/gdi32.spec] [objects/brush.c]
- SetBrushOrgEx() added.
+ * 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.
- * [loader/pe_resource.c]
- If even loading the default entry fails, we just use the first
- entry from the resource directory.
+Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
- [loader/task.c]
- SetSigHandler() stub added, Paradox 4.5 now starts up.
+ * 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.
- * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
- COMM functions updated to win32, not complete.
+ * misc/registry.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Improved (sort of) RegFlushKey.
- * [misc/lstr.c]
- FormatMessageA partially implemented.
+ * 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.
- * [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.
+ * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
+ WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
- * [miscemu/dpmi.c]
- Real-mode segments changed, real-mode int 21,ax=6506 added.
- AX=0x0303 added.
+ * 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.
- * [multimedia/time.c]
- Fixed bug in killTimer.
+ * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
+ Set focus to the dialog in EndDialog.
- * [objects/bitmap.c]
- LoadImageA partially implemented.
+ * libtest/Makefile.in: James Juran <jrj120@psu.edu>
+ Make sure we compile winestub.o before trying to build a Winelib test
+ program.
-Wed Jul 24 18:20:24 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Fixed case sensitivity flag.
- * [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/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().
- * [objects/palette.c]
- Added check for metafile-DC in GDISelectPalette(),
- GDIRealizePalette(),RealizeDefaultPalette() and
- IsDCCurrentPalette().
+ * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
+ Made hardware_event use win32-conformant parameters.
-Tue Jul 23 22:46:53 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+ * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Explicitly load shell32.dll.
- * [controls/edit.c]
- EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
- fixes Winhelp.
+ * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
+ Take into account icons when determining tab size.
- * [windows/dialog.c]
- DIALOG_CreateIndirect: Initialise dlgProc before creating children.
+ * files/drive.c: Morten Eriksen <mortene@sim.no>
+ Improved GetDiskFreeSpaceEx() implementation a little bit.
-----------------------------------------------------------------------
-Wed Jul 17 16:10:16 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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
- * [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().
+ * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
+ Handle the case when the button is really small.
- * [include/wintypes.h] [*/Makefile.in]
- Added definition of __WINE__ symbol when compiling Wine code
- (emulator or library) as opposed to user programs.
+ * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
+ WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
+ specify WS_CAPTION.
- * [debugger/editline.c] [debugger/readline/*]
- Moved all the readline code into debugger/editline.c. Removed the
- readline subdirectory.
+Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [files/profile.c]
- Added PROFILE_GetWineIniInt().
+ * 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).
- * [include/stackframe.h] [loader/task.c]
- The 16-bit stackframe now also exists for Winelib (even though it
- only ever contains one frame).
+ * relay32/kernel32.spec, win32/time.c:
+ Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+ Implemented SetLocalTime.
- * [loader/module.c]
- Added function MODULE_CreateDummyModule() to create a dummy Win16
- module for Winelib and Win32.
+ * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
+ Minor fix to the French Canadian keyboard.
- * [memory/ldt.c]
- Make sure the ldt entry contents will be acceptable for the Linux
- kernel.
+ * 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.
- * [memory/selector.c]
- Fixed SetSelectorLimit() when the limit is in pages.
+ * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
+ Create sysconfdir on install.
- * [misc/port.c]
- Added memmove().
+ * dlls/stress/.cvsignore: Fixed typo.
- * [miscemu/dpmi.c]
- Clear the segment registers that contain the selector being freed
- in int31/ax=0001.
- Added missing break after SelectorAccessRights call.
+ * 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.
- * [win32/struct32.c]
- Added conversions for MDICREATESTRUCT.
+ * server/mutex.c:
+ Remove the mutex from the thread list when destroying it.
- * [windows/winproc.c]
- Added message conversions for WM_MDICREATE.
+ * */*:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved various DLLs to dlls/
-Tue Jul 16 19:46:24 1996 Pavel Kankovsky <KAN@frode.dcit.cz>
+Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/class.c]
- Added GetExePtr() call in CLASS_FindClassByAtom().
+ * 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.
-Mon Jul 15 17:49:38 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
+ Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
- * [if1632/*.spec]
- Some more trivial specs added.
+ * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
+ Removed async I/O support.
- * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
- CreateFont32* added, changed to new naming std.
+ * include/comm.h, misc/comm.c:
+ Use the service thread for comm notifications.
- * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
- Some defines/types added.
+ * 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.
- * [win32/thread.c]
- TlsSetValue() returns boolean.
+ * 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.
- * [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.
+ * Makefile.in: Remove wine.conf.man on distclean
-Thu Jul 11 15:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+----------------------------------------------------------------
+Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/winpos.c]
- ShowWindow() fixes.
+ * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
+ Close the right window when clicking on a non active window close
+ button.
- * [windows/mdi.c]
- Fix reversed LPARAM in WM_MDIACTIVATE.
+ * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
+ Removed the dependency on "dummy" for wine and wine.sym.
- * [wine.ini]
- New option AllocSystemColors tells Wine how many colors to grab
- from the system colormap.
+ * files/profile.c:
+ Remove file from cache when flushing it (based on a patch by Ian
+ Schmidt).
- * [objects/bitblt.c] [objects/dc.c]
- Fixed pink garbage over Word buttons in PseudoColor. Added
- optional DSTINVERT shortcut for faster text selection.
+ * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
+ Added CONTEXT for ALPHA and MIPS.
- * [misc/wsprintf.c]
- Skip bogus segmented pointers in wsvnprintf16().
+ * configure.in, Make.rules.in, Makefile.in, configure:
+ Patrik Stridvall <ps@leissner.se>
+ Added support for Solaris Lint.
- * [objects/gdiobj.c]
- Added palette handling to UnrealizeObject().
+ * 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.
- * [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.
+ * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
+ Solaris C/C++ compile fix.
- * [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.
+ * 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.
- * [memory/global.c]
- Do not allocate more than 640K of DOS memory.
+ * 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.
- * [misc/main.c]
- Do not allow -desktop and -managed together.
+ * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Actually create the man/ subdirectories before installing.
-----------------------------------------------------------------------
-Fri Jul 12 17:43:05 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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).
- * [controls/scroll.c]
- Use Win32 heap functions to allocate scroll-bar info structure.
+ * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Suspend WND lock before EVENT_Synchronize.
- * [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.
+ * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Create VxD handle only for known VxDs.
- * [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.
+ * 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.
- * [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.
+ * 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.
- * [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.
+ * 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.
- * [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.
+ * 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/string.c]
- Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
- very convenient.
+ * loader/ne/segment.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed the DSEG value in the SEGTABLEENTRY struct.
- * [windows/graphics.c]
- Partially implemented DrawEdge().
+ * 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.
- * [windows/timer.c] [windows/caret.c]
- Implemented Win32 timer handling. Updated caret management to use
- Win32 timers (avoids having to use a Win16 callback).
+ * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Some more messages.
- * [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/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for CryptSetKeyParams().
- * [windows/winpos.c]
- Don't try to activate a child window in ShowWindow().
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stubs for DAD_SetDragImage() and PathCleanupSpec().
- * [windows/winproc.c]
- Added a 32->32 thunk to support Ansi-Unicode translation.
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for _except_handler2().
-Wed Jul 10 22:11:12 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetRandomRegion().
- * [files/directory.c]
- Additional (undocumented) return value for GetTempDrive() added.
+ * 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.
- * [files/dos_fs.c] [files/file.c] [include/windows.h]
- GetTempFileName32* added.
- GetShortPathName* added.
+ * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Bugfixes and a fake GETBASEIRQ.
- * [memory/string.c]
- Win16 lstrcpy() can get NULL ptrs as argument and survive.
+ * files/async.c: Ove Kaaven <ovek@arcticnet.no>
+ Made async fds nonblocking.
- * [misc/lzexpand.c]
- LZOpenFile(): also try opening with compressed filename if normal
- open fails.
+ * windows/mdi.c: Dan Langlois <daniell@corel.com>
+ Removed an inappropriate if statement from MDI_ChildActivate that
+ prevented the activation code from executing.
- * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
- Char* added.
- CompareString* added.
+ * dlls/comctl32/monthcal.c, include/monthcal.h:
+ Alex Priem <alexp@sci.kun.nl>
+ Bugfixes & further updates for the month calendar common control.
-Sun Jul 7 01:22:14 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
+ Alex Priem <alexp@sci.kun.nl>
+ Started implementing date/time common control.
- * [objects/font.c] [if1632/gdi32.spec]
- CreateFontIndirect32A and CreateFontIndirect32W added.
+ * 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.
- * [misc/ole2nls.c]
- GetUserDefaultLCID return values updated for new languages.
- Finnish support added for GetLocaleInfoA.
+ * controls/button.c: Rein Klazes <rklazes@casema.net>
+ Fix handling of WM_LBUTTONDCLICK message for buttons with certain
+ styles.
- * [object/palette] [gdi32.spec]
- RealizePalette32 and SelectPalette32 added.
-
-Sat Jul 6 17:27:30 1996 Ronan Waide <root@waider.ie>
+ * windows/dce.c: Abey George <abey@macadamian.com>
+ Bug fix for updating the clipping region in nested GetDCEx calls.
- * [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.
+ * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
+ Tried to fix the code for SetWindowPos to erase the background
+ properly.
-----------------------------------------------------------------------
-Fri Jul 5 16:27:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/desktop.c]
- Use Windows file I/O routines to load the desktop bitmap.
+ * 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.
- * [files/file.c]
- Implemented RemoveDirectory* and DeleteFile*.
+ * 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.
- * [include/wine.h]
- Added SIGCONTEXT typedef to replace #define sigcontext_struct.
+ * 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.
- * [loader/task.c]
- Fixed initial breakpoint setting for Win32 tasks.
+ * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Strip .drv extensions to MODULE_GetLoadOrder.
- * [misc/wsprintf.c]
- Ignore Unicode formats for wsprintf16().
+ * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a memory leak.
- * [objects/font.c]
- Implemented Win32 version of GetTextMetrics.
+ * scheduler/process.c, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
- * [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.
+ * graphics/psdrv/ps.c, include/psdrv.h:
+ Luc Tourangeau <luc@macadamian.com>
+ Added a call to the newpath operator immediately before the arc
+ operator.
- * [windows/win.c]
- Added function WIN_BuildWinArray() to make it easier to enumerate
- windows. Implemented Win32 version of EnumWindows() and friends.
+ * 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.
-Fri Jul 5 11:56:22 1996 Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
+ * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a memory leak that occurs when we maximize/minimize an MDI
+ child.
- * [controls/button.c] [windows/win.c]
- Operator precedence fixes.
+ * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
+ Added more support for buddy windows in the updown control.
- * [controls/edit.c]
- Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
- Fixed word wrap with long words.
+ * controls/edit.c: Francis Beaudet <francis@macadamian.com>
+ Implemented proper win95 support for the WS_BORDER style.
- * [debugger/debug.l]
- New alias "where" for command "backtrace".
+ * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
+ Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
+ listbox control.
- * [if1632/gdi.spec]
- Corrected parameter of ExtTextOut.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed the border for the listbox created by the simple combobox.
- * [loader/module.c]
- Corrected printing of table of modules.
+ * 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/spy.c]
- Removed superfluous \n in message name.
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GetModuleHandle16: treat Win32 modules correctly.
- * [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.
+Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/nonclient.c]
- Added the flag DT_NOPREFIX when drawing window titles.
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed use of StrRetToStrN.
- * [windows/win.c]
- WIN_WalkWindows now prints the invalid window handle.
- Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
- * [windows/winproc.c]
- Allows creating dialog windows with NULL as dialog function.
+ * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
+ Added explanation of the current DLL support.
-Wed Jul 3 09:26:41 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
+ * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: fixed freshly introduced bug in GlobalLock16.
- * [windows/event.c]
- EVENT_key: Fixes to VK_ code generation for space bar and
- punctuation.
+ * 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.
- * [files/file.c]
- GetTempFileName: first character in temporary name is "~".
+Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
- * [memory/heap.c]
- HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
+ * 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.
- * [objects/text.c]
- ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
+ * if1632/kernel.spec, memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added IsBadFlatReadWritePtr16().
- * [misc/driver.c]
- Removed some bugs and reformatted. Actually loads drivers now.
+ * controls/edit.c: Abey George <abey@macadamian.com>
+ Fixed incorrect edit control behaviour in mouse message handling.
- * [include/callback.h]
- Added CallDriverProc() and CallWindowsExitProc().
+ * windows/message.c: Abey George <abey@macadamian.com>
+ Send normal mouse messages to WM_SETCURSOR when non-client mouse
+ messages occur.
- * [loader/module.c]
- MODULE_CallWEP(): new function.
+ * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
+ Check if the window has the WS_CLIPSIBLINGS style before using the
+ DCX_CLIPSIBLINGS flag.
- * [misc/lzexpand.c]
- LZSeek(): return new pointer, not old one.
+ * 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.
- * [misc/ver.c]
- find_ne_resource(): fixed dependence on LZSeek() bug.
- GetFileResource(): initialize reslen before using it.
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Do tools/ before any of the other subdirectories, even when doing
+ parallel makes.
- * [windows/class.c]
- SetClassWord(): add missing else.
+ * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Return selector also in CX from GlobalLock16().
- * [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.
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ More gcc bug workarounds.
-Thu Jun 27 12:41:40 1996 Bruce Milner <bruce@genetics.utah.edu>
+ * 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.
- * [memory/heap.c]
- Fixed a typo in HeapReAlloc().
+ * 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).
-Tue Jun 25 22:22:03 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
- * [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:\).
+ * */*.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved .spec files to corresponding dlls/ directory.
- * [controls/listbox.c]
- Missing NULL check added.
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Several focus and selection problems in listboxes.
- * [if1632/winmm.spec] [loader/builtin.c]
- winmm.dll (32bit mmsystem equivalent) specs added.
+ * windows/dce.c: Francis Beaudet <francis@macadamian.com>
+ Retrieve the clipping region before setting the drawable and reset the
+ clipping region after.
- * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
- Rtl{Move,Zero,Fill}Memory added.
+ * 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.
- * [misc/registry.c]
- Some NULL ptr dereference bugs fixed.
+ * 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.
- * [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.
+ * 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.
- * [windows/win.c]
- Allow passing invalid window handles to CloseWindow().
+ * dlls/shell32/shellpath.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHGetSpecialFolderPathA.
-Tue Jun 25 20:02:15 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHCreateShellFolderViewEx.
- * [files/directory.c] [if1632/kernel32.spec]
- GetSystemDirectory32A and GetSystemDirectory32W added.
+ * dlls/shell32/shellole.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Removed special CoCreateClassObject and use ole functions instead.
+ SHCreateDefClassObject implemented.
- * [misc/main.c] [if1632/kernel32.spec]
- Beep and SetEnvironmentVariable32W added.
+ * dlls/shell32/shelllink.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented access to lnk's to a IStream interface.
-----------------------------------------------------------------------
-Wed Jun 19 14:49:27 1996 Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed icon background (was black).
- * [files/drive.c]
- GetFreeDiskSpace*, GetVolumeInformation* added.
+ * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed getting icons from filetypes.
- * [files/file.c]
- FlushFileBuffers, CreateDirectory* added.
+ * dlls/shell32/enumidlist.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented enumeration of shell extensions, seperated enum stuff for
+ the 3 seperate shellfolder implementations.
- * [include/winbase.h] [include/windows.h]
- Prototypes, defines added and fixes.
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Rewrote GetData so support multiple selections.
- * [if1632/kernel32.spec] [include/resource32.h]
- [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
- Fixes to resource handling.
+ * dlls/shell32/contmenu.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Separated stuff for shv background contextmenu to separate 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.
+ * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New functions to access attributes in HCR.
- * [loader/task.c]
- GetAppCompatFlags() 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.
- * [misc/registry.c]
- One missing else added, small hack to RegQueryValue16().
+ * 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.
- * [win32/file.c]
- GetFileAttributesA() fixed (was using DOS path as UNIX path).
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
-Tue Jun 18 21:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * Makefile.in: Make sure we build tools first.
- * [loader/ne_resource.c]
- Fixed FreeResource() return value.
+ * 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.
- * [objects/text.c]
- Fixed a bug in ExtTextOut() that was causing overlapped characters
- in WinWord.
+ * 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.
- * [windows/winpos.c]
- SWP_FRAMECHANGED for top-level windows now invalidates client
- area as clock.exe wants.
+ * loader/dos/dosvm.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Work around 'local extern declaration with attribute' gcc bug.
-Tue Jun 18 11:30:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Implementation of SetEventNotification for the mouse driver.
- * [controls/listbox.c]
- Mini bugfix: 'revival' of missing scrollbar in listboxes.
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
-Mon Jun 17 20:27:41 1996 Robert Pouliot <krynos@clic.net>
+ * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed incomplete proto.
- * [resources/sysres_Fr.rc] [resources/TODO]
- Made changes for Choose_Font dialog.
+ * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
+ New keys nessesary for running the new shell32.
-----------------------------------------------------------------------
-Sun Jun 16 16:51:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Use GDI APIs to access bitmap info.
- * [memory/heap.c]
- Fixed bug in HeapRealloc (thanks to Bruce Milner).
+ * graphics/psdrv/clipping.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
- * [misc/wsprintf.c]
- Fixed argument size for %c format in wsprintf16().
+Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/dc.c]
- Don't free hFirstBitmap for saved DCs.
+ * 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/event.c]
- Added timer handling in EVENT_WaitXEvent().
+ * 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/message.c]
- In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
- event is for the current task; if not, wake the other task.
+ * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
+ Draw an additional white bit for each invert bit of a cursor.
- * [windows/queue.c] [include/queue.h]
- Added 'self' handle in queue structure.
+ * 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.
- * [windows/timer.c]
- Added TIMER_ExpireTimers() function to mark expired timers and
- wake up the corresponding tasks.
+ * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
+ Francois Boisvert<francois@macadamian.com>
+ Implemented TREEVIEW_InsertItemW.
-Thu Jun 13 01:46:33 EDT 1996 William Magro <wmagro@tc.cornell.edu>
+ * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Implemented ExtEscape.
- * [windows/mapping.c]
- First point in list was mapped multiple times in DPtoLP and
- LPtoDP. Other points were not mapped.
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Trying to fix parallel make by doing direct subdir/subdir.o rules.
-Wed Jun 12 18:08:45 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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.
- * [misc/shell.c]
- Some fixes for ExtractIcon function family.
+ * 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.
- * [documentation/user_module]
- Chapter about windowing and messaging subsystems.
+ * 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.
-----------------------------------------------------------------------
-Tue Jun 11 15:20:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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/break.c] [loader/signal.c]
- Fixed breakpoints in 32-bit code.
+ * debugger/Makefile.in, debugger/external.c:
+ Kevin Holbrook <kwh@neosoft.com>
+ Added utility function to invoke external debugger.
- * [include/windows.h]
- Added many more Win32 versions of standard structures.
+ * 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.
- * [include/winreg.h] [misc/registry.c]
- Moved private types into registry.c.
+ * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed obsoleted mcistring.c.
+ Added support for resources.
- * [memory/string.c] (New file)
- Moved most string functions from misc/lstr.c; added Win32 version
- of all functions.
+ * 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.
- * [misc/wsprintf.c]
- Implemented Win32 wsprintf functions.
+ * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Spread the use of MM crit sect.
- * [objects/bitmap.c]
- Implemented Win32 bitmap functions.
+ * 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.
- * [windows/dialog.c]
- Don't set dialog procedure before the controls are created. This
- avoids a crash in Winhelp.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added parsing & storing of command tables.
+ Merged some MCI functions from mmsystem.c.
-Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed some no longer used prototypes.
+ Added command tables to MCI structure.
- * [controls/menu.c] [if1632/user.spec] [windows/message.c]
- Replace PeekMessage with PeekMessage16.
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed buggy prototype.
- * [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.
+ * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
+ Avoid crashing on a bad symbol address of 0x0000.
- * [if1632/kernel32.spec] [win32/process.c]
- FreeLibrary32: new function.
- TlsAlloc: initialize Tls to zero.
- InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
- functions.
+ * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
- * [if1632/kernel32.spec]
- SetErrorMode,GetActiveWindow: new relays to existing functions.
+ * 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.
- * [if1632/kernel32.spec][win32/user32.c]
- PeekMessage32A,PeekMessage32W: new functions.
+ * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed cut&paste bug.
- * [include/struct32.h][include/windows.h]
- Moved MSG32 to windows.h.
- Renamed MSG to MSG16.
- Modified prototypes to use MSG16
+ * 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/winbase.h]
- OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
+ * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
+ Declare only one instance of GUID_NULL.
-Sun Jun 9 20:53:30 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
+ Fixed various problem with ImageList_Draw.
- * [if1632/Makefile.in] [loader/builtin.c]
- version.dll,lz32.dll added.
+ * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
+ Re-enable the owner window in the EndDialog().
- * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
- [misc/lzexpand.c]
- lz32.dll added.
- Modified to new function naming standard.
+ * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed notifications.
- * [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)
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Always retrieve Callout routines using GetProcAddress().
-Fri Jun 7 20:40:20 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * windows/defwnd.c: Abey George <abey@macadamian.com>
+ Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
- * [files/file.c]
- Added a warning if GetTempFileName() gets a bad drive parameter.
+ * windows/x11drv/keyboard.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed compiler warning.
- * [misc/commdlg.c]
- Changed file listbox color to gray in SaveFile dialog
- (just like Windows does this).
+ * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Let through more flags to EnumPrinters.
+ Fixes for GetPrinter/GetPrinterDriver.
-----------------------------------------------------------------------
-Wed Jun 5 20:13:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [controls/button.c] [controls/listbox.c]
- Fixed wParam of WM_DRAWITEM message.
+Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/Makefile.in] [loader/builtin.c]
- Remove WPROCS32 DLL, as the relay code can call Wine routines
- directly.
+ * configure, configure.in, include/config.h.in, include/wine_gl.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Better detection of OpenGL.
- * [loader/module.c] [loader/ne_image.c]
- Fixed initial stack layout for self-loading modules.
+ * 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.
- * [tools/build.c]
- Fixed data segment building for Win16 modules.
+ * 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.
- * [windows/defdlg.c]
- Implemented Win32 versions of DefDlgProc().
+ * 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/dialog.c]
- Merged Win16 and Win32 dialog code.
- Added support for control extra data in dialog item template.
+ * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bad ptr occurrence in this class WndProc.
- * [windows/win.c]
- Unified Win16 and Win32 versions of CreateWindow().
- Implemented Win32 version of GetWindowLong().
+ * 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/winproc.c]
- Changed the implementation of window procedures, so that 16-bit
- winprocs are valid segmented pointers.
+ * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
+ Change color gray text to 128 128 128 for win9x look.
-Sun Jun 2 16:39:46 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/registry.c]
- Fixed another bug in the w95 loader. Quietened some debug output.
+ * scheduler/debugger.c:
+ Do not output text in OutputDebugStrAW when not being debugged
-Sun Jun 2 10:00:22 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
+ MDIDestroyChild: MDI window menu item was deleted only if the current
+ destroyed child was active.
- * [windows/winproc.c]
- Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
+ * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
+ Reset disabled style for the dialog boxes set on property pages.
-Sat Jun 1 12:37:22 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
+ * 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.
- * [resources/TODO] [resources/sysres_It.rc]
- Updated font dialog box.
+ Ulrich Czekalla <ulrichc@corel.ca>
+ - Added support for DLGINIT resource-type.
+ - Added string continuation and embedded quoting.
+ - Added numeric IDs for icons in controls.
-Thu May 30 21:05:19 1996 Albrecht Kleine <kleine@ak.sax.de>
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
- * [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.
+Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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.
-Thu May 30 19:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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.
- * [windows/scroll.c]
- Made ScrollDC to save/restore current clipping region.
+ * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Work around gcc sig11 fault.
- * [misc/clipboard.c] [windows/event.c]
- Implemented most of the previously missing features (not tested),
- improved text pasting from/to X.
+ * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed rounding in MulDiv.
- * [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.
+ * 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
-Wed May 29 23:35:44 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Work-around for compiler bug.
- * [win32/time.c] [if1632/kernel32.spec]
- Added SetSystemTime and SetTimeZoneInformation.
+ * 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.
- * [if1632/kernel32.spec]
- Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
+ * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
+ Added pointer validation and additional sanity check to IsValidSid().
- * [include/windows.h]
- Added SYSTEM_POWER_STATUS structure and prototypes for
- GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
+ * 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.
- * [include/kernel32.h]
- Added a prototype for SetTimeZoneInformation.
+ * 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.
- * [win32/environment.c] [if1632/kernel32.spec]
- Added GetSystemPowerStatus and SetSystemPowerState stubs.
+ * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check better that handles are actual handles to a region.
-----------------------------------------------------------------------
-Tue May 28 19:36:36 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
+ Stop DCE_GetVisRect dereferencing a null wndPtr.
- * [controls/combo.c]
- Destroy the listbox and edit control when destroying the
- combo. This should prevent crashes on application exit.
+ * 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.
- * [misc/system.c] [if1632/system.spec]
- Implemented InquireSystem().
+ * 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.
- * [loader/task.c] [windows/message.c] [windows/queue.c]
- First attempt at inter-task SendMessage(). Still has a lot of
- problems.
+ * 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.
-Tue May 28 14:26:04 1996 Peter Bajusz <hyp-x@inf.bme.hu>
+ * include/win.h, windows/painting.c:
+ Francis Beaudet <francis@macadamian.com>
+ Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
- * [windows/mdi.c]
- Fixed MDITile with iconic children.
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed fake WM_LBUTTONUP message.
-Mon May 27 20:28:18 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [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
+ * 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.
- * [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...
+ * 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.
- * [resources/TODO]
- Inventory of resource translations in sysres_??.rc
+ * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
+ Updated documentation to reflect renamed header.
-Fri May 24 16:33:28 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
+ Added missing include netinet/tcp.h, for TCP_NODELAY.
- * [misc/registry.c]
- _w95_loadreg: use offset to determine next RGDB position too.
+ * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
+ GetIcon bug fix.
-Thu May 23 19:35:38 1996 Greg Kreider <kreider@natlab.research.philips.com>
+Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/combo.c]
- Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
+ * include/module.h, loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add WINAPI for EntryAddrProc.
- * [misc/main.c]
- Result of option "-fixedmap" is to turn flag on.
+ * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
+ Minor bug fixes in DdeNameService, also changes to move towards
+ process-safe code.
-Thu May 23 19:15:41 1996 Ronan Waide <root@waider.ie>
+ * 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).
- * [misc/shell.c]
- ShellExecute and FindExecutable now both use common code to
- determine the required executable file.
+ * if1632/kernel.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GlobalSmartPageUnlock() stub added.
-----------------------------------------------------------------------
-Tue May 21 14:06:07 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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/.
- * [controls/button.c]
- Made ButtonWndProc a 32-bit window procedure.
+ * 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.
- * [controls/desktop.c]
- Made DesktopWndProc a 32-bit window procedure.
- Added handling of WM_SETCURSOR.
+ * 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.
- * [controls/menu.c]
- Allocate menu items and strings on the 32-bit system heap.
- Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
- AppendMenu and LoadMenuIndirect.
+ * 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.
- * [controls/widgets.c]
- Added possibility to have 32-bit built-in classes.
+ * 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.
- * [files/drive.c]
- Implemented GetLogicalDrive() and GetLogicalDriveStrings().
+ * 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).
- * [misc/spy.c] [include/spy.h]
- Added support for spying Win32 messages.
+ * 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.
- * [loader/builtin.c]
- Fixed bug in -dll option parsing.
+ * 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.
- * [memory/local.c]
- Added back the change by Huw D. M. Davies to free the block in
- LocalRealloc() before allocating the new one.
+ * 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.
- * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
- Fixed bug in bitmap size that caused memory corruption for 24bpp.
+ * 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.
- * [windows/defwnd.c]
- Implemented Win32 version of DefWindowProc().
+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().
- * [windows/dialog.c]
- Implemented Win32 version of SendDlgItemMessage,
- Get/SetDlgItemText and Get/SetDlgItemInt.
+ * 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.
- * [windows/mdi.c]
- Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
- Don't make a copy of the OBM bitmaps for every MDI window.
+ * 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.
- * [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.
+ * 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.
- * [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>
+ * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
+ Revert last change in window activation on mouse click.
- * [controls/button.c]
- Avoid gray text on gray background in disabled push buttons
- using a b/w raster and some raster operations (PatBlt,BitBlt).
+ * memory/global.c: Rein Klazes <rklazes@casema.net>
+ Fixed a case when GlobalSize did not return zero after an error.
- * [objects/text.c]
- DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
+Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Thu May 16 13:35:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
+ Renamed static global variable 'iovec' to 'myiovec'.
- * [*/*.c]
- Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
- SIZE16. Implemented Win32 version of most functions that take
- these types as parameters.
+ * 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.
- * [configure]
- Patched autoconf to attempt to correctly detect -lnsl and
- -lsocket. Please check this out.
-
- * [controls/button.c]
- Added support for Win32 BM_* messages.
+ * 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/menu.c]
- Avoid sending extra WM_MENUSELECT messages. This avoids crashes
- with Excel.
+ * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
+ Made IShellFolder::fnParseDisplayName return a relative pidl.
- * [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.
+ * 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.
- * [memory/atom.c]
- Implemented Win32 atom functions.
+ * 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.
- * [memory/local.c]
- Fixed LocalReAlloc() changes to avoid copying the whole block twice.
+ * controls/button.c: Luc Tourangeau <luc@macadamian.com>
+ Added BN_CLICKED notification in WM_SETFOCUS.
- * [win32/memory.c]
- Use /dev/zero instead of MAP_ANON for VirtualAlloc().
+ * 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/class.c]
- Properly implemented the Win32 class functions.
+ * 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].
- * [windows/winproc.c] (New file)
- New file handling the message translation between Win16 and Win32.
+ * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ IStream interface for file access.
-Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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).
- * [windows/mdi.c] [windows/menu.c]
- Improved WM_MDICREATE and WM_MDICASCADE handling.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Some more pidl-types.
+ Implementation of ILIsParent.
- * [windows/event.c] [objects/bitblt.c]
- Handle GraphicsExpose event for BitBlt from screen to screen.
+ * dlls/shell32/shelllink.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Completely rewritten. IPersistStream interface implemented.
- * [windows/event.c] [windows/win.c] [windows/nonclient.c]
- Bunch of fixes for problems with -managed.
+ * dlls/shell32/shellole.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ DLLGetClassObject/Classfactory: create objects by CLSID not IID.
- * [windows/win.c] [windows/winpos.c]
- Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
- in CreateWindow.
+ * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: exit() replaced by ExitProcess().
- * [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.
+ * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: correctly cope with end > 0xfffe.
- * [objects/palette.c]
- Crude RealizePalette(). At least something is visible in LviewPro.
+ * library/winestub.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call ExitProcess() after WinMain() returns.
-Sun May 12 02:05:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * 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().
- * [if1632/gdi32.spec]
- Added Rectangle (use win16 version).
+ * include/winreg.h, misc/registry.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Added `const's to some registry API functions.
- * [if1632/kernel32.spec]
- Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Added a couple of DirectX CLSID entries. This makes Unreal completely
+ independent of a windows installation.
- * [if1632/user32.spec]
- Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
- versions).
- Added SetWindowsHookExA (empty stub for now).
+ * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
+ GetTimeFormat() should return LocalTime not SystemTime.
- * [include/handle32.h]
- Changed #include <malloc.h> to #include <stdlib.h> to prevent
- hate message from FreeBSD compiler.
+ * 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.
- * [win32/newfns.c]
- Added new function SetWindowsHookEx32A (empty stub for now).
+ * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
+ Sometimes the text on a tab control got truncated.
- * [win32/user32.c]
- Removed redundant debugging printf statement.
+ * controls/combo.c: Abey George <abey@macadamian.com>
+ Fixed the height of the dropped list when there are few items in the
+ list.
-Sun May 12 01:24:57 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * 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.
- * [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>
+ * 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.
- * [resources/sysres_Fi.rc]
- ChooseFont and ChooseColor dialogs updated.
+ * 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.
-Fri May 10 17:19:33 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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].
- * [files/drive.c,if1632/kernel.spec]
- GetCurrentDirectory(),SetCurrentDirectory() implemented.
+ * graphics/x11drv/palette.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash due to invalid GDI_Obj.
- * [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.
+ * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed crash due to invalid pointer.
-Tue May 7 22:36:13 1996 Albrecht Kleine <kleine@ak.sax.de>
+----------------------------------------------------------------
+Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [combo.c]
- Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
- and synchronized mine with Greg Kreider's works.
+ * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * [commdlg.c]
- Bugfix in ChooseFont: font size handling.
+ * 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.
-----------------------------------------------------------------------
-Mon May 6 12:56:26 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [DEVELOPERS-HINTS]
- Added paragraph on naming conventions for Win16/Win32/Winelib.
+ * documentation/distributors:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added sample wine.conf.
- * [controls/menu.c]
- Create a default system menu that is the same for all windows
- instead of making a copy every time.
+ * 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.
- * [include/wintypes.h]
- Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
- Added xx16 and xx32 definitions for most types. General clean-up.
+ * include/winuser.h, loader/resource.c, relay32/user32.spec:
+ Joshua Thielen <thielen@netperson.net>
+ Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
- * [memory/global.c] [memory/local.c] [*/*]
- Renamed Global and Local heap functions to xxx16. Added all xxx32
- versions of the same functions.
+ * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
- * [memory/selector.c]
- Mask out lower bits of selector in FreeSelector().
+ * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed check for whether to call SetWindowPos when showing a window
+ scroll bar.
- * [misc/lstr.c]
- Fixed wvsprintf().
+ * 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).
- * [windows/class.c]
- Changed the class structure to make Win32 support easier.
+ * 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).
- * [windows/defwnd.c]
- Added handling of WM_INITMENUPOPUP for system menu to gray out
- invalid options.
+ * 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.
- * [windows/winpos.c]
- Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
- a SEGPTR.
+ * 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 May 5 03:51:26 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * 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.
- * [memory/local.c]
- Implementation of moveable and (rudimentary) support for
- discardable local memory, plus several bug fixes.
+ * 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.
-Sat May 4 18:33:35 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [include/windows.h] [windows/win.c] [if1632/user.spec]
- FindWindowEx() implemented (someone reported it was missing
- for FrameMaker 4.1).
+ * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
+ Make defwndproc erase the correct location.
- * [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.
+Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
-Fri May 3 19:43:12 1996 Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
+ * 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.
- * [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.
+ * controls/button.c: Reverted previous change.
-Fri May 3 19:30:02 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
+ Cancel pending notifications when EM_SETMODIFY is called.
- * [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.
+ * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
+ Fix a crash when doing sorted inserts at top level.
-Thu May 2 19:21:23 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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).
- * [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.
+ * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
+ SM_C[XY]FRAME is BorderWidth + 1.
-Tue Apr 30 00:33:27 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: LocalInit with start == 0 always places heap at end of segment.
- * [programs/winhelp/*]
- Added a help viewer and a simple `.hlp' to `.sgml' converter.
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
-Mon Apr 29 14:17:57 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
+ * 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.
- * [resources/sysres_*.rc] [misc/shell.c]
- Modified size of "About" dialog boxes.
+ * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
+ Window style updates.
-Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
+ Some enhancements, and removal of C++ constructs.
- * [if1632/Makefile.in][loader/builtin.c]
- crtdll.spec, ntdll.spec, wsock32.spec: new files.
+ * 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/pe_image.c]
- Fix error message if import by ordinal failed.
+ * files/file.c, relay32/kernel32.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added UnlockFileEx stub.
-----------------------------------------------------------------------
-Sun Apr 28 14:32:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [Makefile.in]
- Subdir memory is now also compiled for Winelib, in order to get
- the Win32 heap functions.
+ * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
+ Make GetScrollInfo return scroll pos when program requests thumb pos
+ outside drag operation.
- * [if1632/Makefile.in]
- Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
- DLL names > 8 characters.
+Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/builtin.c] (New file)
- Grouped all built-in DLLs code in a single file.
+ * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Converted to the new debug interface.
- * [memory/global.c]
- Use the Win32 heap code instead of malloc() to allocate linear
- memory. This will help test the heap code.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ ReadConsoleA: use ir as pointer to (req+1).
- * [memory/local.c]
- Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
+ * 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.
- * [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.
+ * debugger/db_disasm.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Grp8 instructions have *byte* BitOffset operand.
- * [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.
+ * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: missing WINAPIs added.
- * [windows/win.c] [include/win.h]
- Use a CLASS * instead of a handle for the window class.
+ * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
+ OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
-Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
+ Return ERROR_DISK_FULL for WriteFile.
- * [if1632/kernel32.spec] [memory/global.c]
- [win32/memory.c] [win32/process.c]
- GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
- LocalLock,SetThreadAffinityMask: new relays.
+ * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
+ Fixed missing return after about dialog.
- * [win32/cursoricon32.c]
- Return same handle if a cursor is loaded multiple times.
+Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
-Sat Apr 27 15:13:37 1996 Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
+ * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * [resources/sysres_Ko.rc]
- Added support for Korean [Ko] language.
+ * 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.
-Fri Apr 26 00:49:05 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * include/winnt.h: Added CONTEXT86 definition.
+ Added PowerPC context as an example (not tested).
- * [objects/dc.c] [objects/font.c]
- Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
+ * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
+ Fixes for non-i386 compiling.
- * [objects/metafile.c] [objects/dcvalues.c]
- Fixed broken SetTextAlign() on metafiles.
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ ANSI C fixes.
+ Removed warnings.
+ Made the include files self-sufficient.
+ Some Solaris fixes.
- * [objects/metafile.c]
- Delete objects in handle table at end of PlayMetaFile().
+ * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed DPA_LoadStream and improved DPA_Merge.
-Wed Apr 24 19:21:01 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added check for invalid parent item.
- * [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/shell32/shellord.c, relay32/shell32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added SHDoDragDrop() stub.
- * [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.
+ * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetRandomRegion().
- * [misc/lstr.c]
- Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
+ * misc/network.c, relay32/mpr.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WNetRemoveCachedPassword() stub.
- * [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?)
+ * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Store buddy window.
-Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * include/tooltips.h, dlls/comctl32/tooltips.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Started WM_NOTIFYFORMAT support.
- * [misc/shell.c]
- Implemented FindEnvironmentString(), DoEnvironmentSubst(),
- ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Better ComboBoxEx placement.
- * [misc/user.c]
- Do extensive cleanup on application exit.
+ * 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.
- * [windows/hook.c] [windows/win.c] [windows/class.c]
- Added miscellaneous cleanup routines.
+ * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
+ Prevent bad window X error.
- * [controls/menu.c]
- More efficient popup menu window handling.
+ * 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 Apr 22 21:35:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
- Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
+ * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
+ Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
-----------------------------------------------------------------------
-Sat Apr 20 23:23:16 1996 Robert Pouliot <krynos@qbc.clic.net>
+ * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
+ Fix (well kludge around) FreeBSD's `Invalid address' errors.
- * [resources/sysres_Fr.rc] [resources/TODO]
- Made changes for Choose_Color dialog.
+ * 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.
-Sat Apr 20 15:43:49 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [controls/button.c]
- Fixed test that got miscompiled by some old gcc versions.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed alignment and position when looking for mmio chunks.
- * [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().
+ * 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.
- * [misc/main.c] [ANNOUNCE]
- Update the list of contributors. Please let me know if I forgot
- someone.
+ * 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.
-Fri Apr 19 20:07:20 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
+ Wrote a small document on how to package WINE for distributors.
- * [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.
+ * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
+ SetCursorPos() function was called with a window coordinates
+ parameter.
-Thu Apr 18 13:38:26 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed null ptr deref introduced in last patch.
- * [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>.
+ * if1632/ole2.spec, ole/ole2.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Kind of implemented OleMetaFilePictFromIconAndLabel.
- * [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/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.
-Thu Apr 18 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed problems with disappearing text.
- * [windows/mdi.c]
- Miscellaneous changes.
+ * 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.
- * [windows/winpos.c]
- Use BitBlt whenever possible in SetWindowPos.
+ * 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.
- * [windows/painting.c]
- Fix incompatibilities with hrgnUpdate being 1.
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated to reflect current status.
-Wed Apr 17 19:19:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ NE_LoadFileModule: Free module when NE_LoadDLLs fails.
- * [misc/commdlg.c]
- Many bugfixes in ChooseColor dialog.
- Added a user defined dialog title in FileOpen-/FileSave- dialog.
+ * 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/commdlg.c][include/commdlg.h]
- [if1632/commdlg.spec][if1632/winprocs.spec]
- Introduced dialog-, callback- and enum- stub functions
- for ChooseFont dialog
+ * windows/win.c: Pascal Lessard <pascal@macadamian.com>
+ EnableWindow doesn't release the capture of a child window.
-Wed Apr 17 19:08:38 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl>
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
+ non-blank.
- * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
- Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
- Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug
- fixes.
+ * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
+ Remove the WM_LBUTTONUP message from the queue after selecting a mouse
+ menu item.
- * [windows/winpos.c]
- Don't try to hide the window if it's already hidden.
+ * 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/message.c]
- Let MSG_PeekHardwareMsg fill the message queue with events if
- it's empty.
+Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Apr 17 17:54:04 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
+ * 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)
- * [resources/sysres_It.rc]
- Updated to support the new CHOOSE_COLOR_DIALOG.
+ * 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.
-Tue Apr 16 11:50:00 1996 Anand Kumria <akumria@ozemail.com.au>
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Load USER32.DLL before calling UserSignalProc.
- * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
- [include/w32sys.h] [include/dlls.h]
- [misc/Makefile] [misc/w32sys.c]
- W32SYS.DLL partially implemented.
+ * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use separate service for each windows timer.
-----------------------------------------------------------------------
-Sun Apr 14 12:51:27 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * if1632/compobj.spec, ole/compobj.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
- * [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.
+ * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Thou shalt not use C++ comments.
- * [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.
+ * include/driver.h, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved to new trace interface.
+ Fixed driver closing.
- * [memory/heap.c]
- Implemented Win32 heap management.
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Better handling of double quotes in MCI string commands.
- * [memory/selector.c]
- Fix selector limit for huge blocks.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed memory leak in mci structures.
-Sat Apr 13 00:19:12 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
+ * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
- * [objects/metafile.c]
- Fixed memcpy bug to allow memory based metafiles to work.
+ * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing GDI heap unlock.
+ Moved to new debug interface.
-Fri Apr 12 19:25:41 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
+ OFN_EXPLORER bits set.
- * [controls/edit.c] [controls/EDIT.TODO]
- Complete rewrite. Everything changed: new features, new bugs.
- Main addition: WordWrap.
+ * dlls/comctl32/imagelist.c:
+ Francois Boisvert <francois@macadamian.com>
+ Modified ImageList_LoadImageA to check the case where cx is set to zero.
-Fri Apr 12 20:29:55 1996 Tristan Tarrant <tst@dcs.ed.ac.uk>
+ * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
+ Added Swiss french keyboard layout.
- * [resources/sysres_It.rc]
- Fixed a few mistakes in the file and resized some of the controls.
+ * server/select.c: Dump server objects on SIGHUP.
-Fri Apr 12 09:55:13 1996 John Harvey <john@division.co.uk>
+ * 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.
- * [misc/winsocket.c]
- Fixed broken #if defined that stopped unixware compiling.
+ * 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.
- * [win32/resource.c]
- Added missing return to end of FindResource32.
+ * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
+ Added Wa.s
-Thu Apr 11 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/keyboard.c] [windows/event.c]
- Fixed GetKeyState for mouse buttons.
+ * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
+ Fixed Winelib compilation.
- * [windows/message.c]
- WM_MOUSEACTIVATE wasn't sent in some cases.
+Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Apr 10 18:59:53 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl>
+ * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
+ Include instruction emulation in Winelib.
- * [objects/font.c]
- Match slightly bigger font if height negative.
+ * include/wine/exception.h, win32/except.c: A few optimizations.
-Mon Apr 8 13:46:15 1996 Deano Calver <deano@rattie.demon.co.uk>
+ * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
- * [multimedia/mmsystem.c]
- Changed read's to FILE_read's in mmsystem to fix mmio bug.
+ * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
+ Added DebugBreak.
-Sun Apr 7 21:40:29 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [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.
+ * 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).
-----------------------------------------------------------------------
-Fri Apr 5 15:22:55 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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.
- * [controls/button.c] [controls/static.c]
- Changes to use WND * wherever possible.
+ * 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.
- * [debugger/dbg.y] [debugger/debug.l]
- Added 'info module' and 'walk module' commands.
+ * misc/version.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Bug fix.
- * [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.
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix compiler warning.
- * [include/callback.h]
- Added prototypes for 32-bit callbacks.
+ * 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.
- * [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.
+----------------------------------------------------------------
+Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/module.h]
- Added extra info to NE_MODULE for Win32 modules to point to the PE
- module data.
+ * dlls/comctl32/listview.c, include/listview.h:
+ Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
- * [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.
+ * 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
- * [loader/signal.c] [miscemu/instr.c]
- Don't start the BIOS timer at startup, but only after an access to
- the 0x40 segment.
+ * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Adds some undocumented behavior to TREEVIEW_GetItemA().
- * [memory/local.c]
- Changed LOCAL_Lock() to return a 32-bit pointer.
+ * 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] [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>
+ * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not reuse a passed CONST RECT * pointer.
- * [*/*]
- A lot of small changes to support SCO OpenServer 5.
+ * 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 ...
-Thu Apr 4 15:38:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * 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/edit.c]
- Fixed GetKeyState() call to use 0x8000 convention.
+ * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed small memory corruption.
- * [include/windows.h]
- Added undocumented messages EM_SCROLL and EM_GETTHUMB.
+Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Apr 4 09:52:52 1996 John Harvey <john@division.co.uk>
+ * include/*.h:
+ Patrik Stridvall <ps@leissner.se>
+ Mad the include files idempotent using a consistent macro naming
+ scheme.
- * [if1632/except.S]
- Modified code to assemble on unixware.
+ * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
+ Avoid painting destroyed windows.
-Wed Apr 3 09:38:26 1996 Juergen Marquardt <marqu@lunar.advantest.de>
+ * dlls/*.c, if1632/*.c, loader/*.c:
+ Converted to the new debug interface, using script written by Patrik
+ Stridvall.
- * [objects/font.c]
- Implementation of a second font cache which will be updated
- dynamically.
+ * 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.
-Mon Apr 1 16:47:40 1996 Robert Pouliot <krynos@qbc.clic.net>
+ * 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.
- * [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.
+ * 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.
-----------------------------------------------------------------------
-Sun Mar 31 13:54:46 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
+ Draws a border around windows with old win31 style (only ws_border) in
+ win95 look.
- * [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.
+ * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added CINTERFACE and NONAMELESSUNION support.
- * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
- Started to unify 16- and 32-bit builtin DLLs.
+ * include/*.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added extern "C" if __cplusplus is defined.
- * [loader/module.c]
- Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
+ * include/combo.h, controls/combo.c, controls/listbox.c:
+ Francis Beaudet <francis@macadamian.com>
+ Fixed a few behaviors of the combobox that were broken.
- * [loader/pe_image.c] [loader/resource.c]
- All modules now have a NE signature, and can be distinguished by
- the NE_FFLAGS_WIN32 flag.
+ * 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.
- * [windows/alias.c]
- Aliases for built-in window procedures are now all created at
- startup in ALIAS_Init().
+ * 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.
-Fri Mar 29 14:56:39 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ * 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).
- * [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.
+ * 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)
- * [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.
+ * 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.
-Fri Mar 29 12:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * Make.rules.in, Makefile.in, configure, configure.in:
+ James Juran <jrj120@psu.edu>
+ Use Autoconf to find path to ldconfig.
- * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
- [windows/nonclient.c] [controls/menu.c]
- Various changes for better keyboard handling.
+ * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a problem with the LoadTypeLib method.
- * [windows/event.c] [windows/message.c] [misc/keyboard.c]
- Proper keyboard message ordering, working GetKeyState() (finally!),
- improvements in ToAscii().
+ * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
+ Use @sysconfdir@ for the default registries in misc/registry.c too.
- * [windows/win.c] [windows/message.c]
- Small improvements in WIN_FindWinToRepaint.
+ * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
+ Added generic pixel converter for 8->24.
- * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
- Put update region in WM_NCPAINT wParam.
+ * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
+ DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
+ were expanded to WORD incorrectly.
- * [loader/task.c]
- Kill task timers when task is deleted, switch timers to the
- new queue in SetTaskQueue().
+ * 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/signal.c] [miscemu/dosmem.c]
- Added SIGALRM signal handler to increment BIOS clock.
+ * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
+ Fixed imprecision in the MDI tiling functionality.
- * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
- Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
- MDI client.
+ * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Open files with more appropriate sharing mode.
- * [windows/winpos.c]
- Improvements in handling of owned popups. "Floating" toolboxes
- work better now.
+ * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small fixes for EnhMetaFile playback.
-Thu Mar 28 12:38:29 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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.
- * [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.
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
+ with caps1==NULL.
- * [include/winreg.h]
- New file, definitions and structs for registry.
+ * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
+ dwDataSize needs to be reset before each RegQueryValueEx() call.
- * [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.
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Don't ignore application-requested primary buffer flags.
- * [if1632/relay.c]
- Switch internal SHELL.DLL to default 'used'.
+ * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
+ Clear high word of %esp when returning from CallFrom16.
- * [win32/string32.c] [include/string32.h]
- Some new functions added.
- char should be unsigned char when converting to 16bit ints.
+ * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Implementation of EV_RXFLAG.
- * [misc/shell.c] [include/shell.h] [win32/advapi.c]
- Removed old registry functions.
+ * 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.
-Tue Mar 26 15:01:46 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Release Win16Lock during PROCESS_Create.
- * [include/bitmaps/ocr_ibeam]
- Fixed the position of the hotspot.
+ * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
+ ImageList_GetIcon bug fix.
- * [objects/text.c]
- Fixed a few bugs in TEXT_TabbedTextOut().
+ * 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.
- * [windows/event.c]
- Fixed the order of the bits in the KeyStateTable.
- 0x80 is the up/down-bit. 0x01 is the toggle bit.
+ * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
+ Changed K&R C function definition to ANSI C.
- * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
- Fixed the calls to GetKeyState().
+ * 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.
-Tue Mar 26 08:43:15 1996 Robert Pouliot <krynos@qbc.clic.net>
+ * relay32/wnaspi32.spec:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed WNASPI32 ordinals.
- * [resources/sysres_Fr.rc] [resources/TODO]
- Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
+ * include/winbase.h:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added the function definitions of GetStartupInfo*().
-Mon Mar 25 17:38:59 1996 Tristan Tarrant <tst@dcs.ed.ac.uk>
+ * 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.
- * [resources/sysres_it.rc]
- Added support for Italian [It] language.
+Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Sun Mar 24 13:13:11 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * include/process.h, memory/environ.c, scheduler/process.c:
+ Use the normal environment routines to build the env db of the initial
+ process.
- * [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.
+ * 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.
- * [include/wintypes.h] [*/*]
- Redefined HANDLE to be UINT instead of a pointer for Winelib. This
- allows removing a lot of unnecessary casts and NPFMTs.
+Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/caret.c]
- Create the caret brush upon CreateCaret(); use the bitmap
- dimensions for the caret.
- Fixed CARET_DisplayCaret() to use PatBlt().
+ * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed CreateCompatibleBitmap when called with 0 width or height.
-Fri Mar 22 16:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed mmioDescend when called with a parent chunk.
- * [misc/winsocket.c]
- More sanity checks, fixup some erroneous return codes.
+ * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
+ Trying to fix sigaltstack() problem reported by Debian users.
+ SIGTRAP might be undefined (beos).
- * [documentation/winsock]
- Description of how compatible the winsock is currently.
+ * 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).
-Fri Mar 22 13:05:34 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed >> and * operator precedence problem.
- * [library/winmain.c]
- Set `lpszCmdParam' by concatenating arguments.
+ * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed order for entering critical sections (X11 vs. WndLock) when
+ calling X11DRV_MOUSE_SetCursor.
- * [loader/module.c]
- WinExec: accept Unix commands, use Wine emulator.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Consult ne.operating_system field for NE files in GetBinaryType().
-Mon Mar 18 12:16:27 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * server/process.c: Fixed initial process refcount.
- * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
- DeleteCriticalSection, EnterCriticalSection,
- InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
- TlsFree, TlsGetValue, TlsSetValue: new functions.
- CRITICAL_SECTION: new structure.
+Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/kernel32.spec][win32/code_page.c]
- WideCharToMultiByte: new function.
+ * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
+ Forced commit to get rid of the vendor branch
- * [if1632/kernel32.spec][win32/file.c]
- GetFileAttributesA: new function.
+ * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
- * [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_*.
+ * programs/regapi/regapi.c:
+ Avoid use of strncmpi (reported by Ron Cemer).
- * [include/struct32.h]
- pragma pack inserted.
- CURSORICON32 structures added.
+ * 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.
- * [include/winnls.h]
- Constants CP_* and WC_* added.
+ * 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.
- * [loader/pe_image.c]
- PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
+ * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
+ Fixes for Win9x and WinNT look and feel.
-Sun Mar 17 16:59:12 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Fixed response of GetFullPathNameA when buffer==NULL.
- * [misc/commdlg.c]
- Introduced hook function handling in file dialog.
- Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
-Thu Mar 14 10:50:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * 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.
- * [if1632/gdi32.spec]
- Added GetNearestColor.
+ * 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().
- * [if1632/kernel32.spec]
- Added GlobalAddAtomA.
+ * 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.
- * [win32/param32.c]
- Added stackframe.h to includes.
- WIN32_GlobalAddAtomA() - new function.
+ * include/services.h, loader/main.c, scheduler/services.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed SERVICE_Exit().
-----------------------------------------------------------------------
-Wed Mar 13 19:46:50 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Release WND lock before calling PostEvent16().
- * [controls/edit.c]
- Removed calls to memmove (not portable).
+ * include/wnaspi32.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add some defines.
- * [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/wnaspi32/winaspi32.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ ASPI_ExecScsiCmd: better return value and verbose error when no device
+ found.
- * [debugger/info.c]
- Moved queue and window information functions to windows/queue.c
- and windows/win.c respectively.
+ * 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/signal.c]
- Added SIGHUP handling to force entry into built-in debugger.
- Cleaned up a bit.
+ * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
+ Implemented dialog units -> pixels conversion very close to how it's
+ actually done by Windows.
- * [misc/spy.c]
- General cleanup and performance improvements.
+Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/class.c]
- Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
- debugger.
+ * 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.
- * [windows/event.c]
- Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
- sure if this key combination is a good choice...
+ * files/drive.c, include/winbase.h, relay32/kernel32.spec:
+ <davep@nugate.demon.co.uk>
+ Stub for SetVolumeLabel().
- * [windows/message.c] [windows/queue.c] (New file)
- Moved message queue handling functions to windows/queue.c.
+ * windows/message.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add back lost treatment of HWND_TOPMOST.
-Tue Mar 12 14:55:16 1996 Onno Hovers <onno@stack.urc.tue.nl>
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Try to improve ConfigureNotify event processing.
- * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
- Implemented Win32 exception functions: RaiseException(),
- RtlUnwind(), SetUnhandledExceptionFilter() and
- UnhandledExceptionFilter().
+ * objects/pen.c: Joshua Thielen <thielen@netperson.net>
+ Allow pens with styles greater than PS_INSIDEFRAME to be created with
+ ExtCreatePen.
-Mon Mar 11 19:23:29 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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.
- * [controls/listbox.c] [include/listbox.h]
- Special handling for COMBOLBOX styles introduced via extension of
- HEADLIST structure: lphl->dwStyle.
+ * 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.
-Mon Mar 11 13:31:06 1996 Greg Kreider <kreider@natlab.research.philips.com>
+ * 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).
- * [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.
+ * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
+ Remove unnecessary warning in TranslateAccelator.
- * [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.
+ * server/handle.c:
+ Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
+ Meissner).
-Sun Mar 10 08:39:23 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * 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.
- * [windows/dce.c]
- Fixed memory leak in DCE_ClipWindows().
+ * 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).
-----------------------------------------------------------------------
-Fri Mar 8 19:07:18 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of missing event notifications. Some more debugging
+ messages.
- * [configure.in]
- Quote '[' and ']' in the test program for the strength-reduce
- bug. This should work much better...
+ * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
+ Icelandic keyboard support.
- * [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().
+ * 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
- * [objects/bitblt.c]
- Use visible region instead of GC clip region to clip source
- area. This fixes the card drawing bug in freecell.
+ * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
+ Corrected warning.
- * [objects/region.c]
- Fixed CombineRgn() to allow src and dest regions to be the same.
+ * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
+ Support TPM_RETURNCMD in TrackPopupMenu.
-Fri Mar 8 16:32:23 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Fix <return> key (somehow we get a control keystate).
- * [controls/EDIT.TODO]
- Updated so it reflects the current status.
+ * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed compilation erros on non-Linux systems.
- * [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.
+ * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing TRACE define when NO_DEBUG_MSGS was defined.
-Wed Mar 6 19:55:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
+ Added missing WINAPI for SHValidateUNC.
- * [debugger/info.c]
- Added "walk window" command to walk window list.
+ * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
+ Adapted to the new dll resource handling by Bertho Stultiens.
- * [windows/mdi.c]
- Added proper(?) WM_MDISETMENU message handling.
+Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Mar 6 09:27:12 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * misc/shell.c: Release the Win16Lock before calling WinExec.
- * [if1632/callback.c][if1632/relay32.c]
- RELAY32_CallWindowProcConvStruct: new function.
+ * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
+ Removed process argument to PROCESS_CallUserSignalProc.
- * [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.
+ * 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.
- * [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.
+ * 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.
- * [win32/winprocs.c]
- WIN32_CallWindowProcTo16: new function, call in
- USER32_DefWindowProcA,...
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ fixed builtin mmsystem.dll init sequence
-Mon Mar 4 23:22:40 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * multimedia/Attic/init.c, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ removed obsoleted init.c source file
- * [include/wintypes.h]
- Added "#define __export".
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ removed unnecessary MCI drivers entry point
+ added undocumented mmsystem functions
- * [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.
+ * 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
- * [programs/progman/main.c]
- Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
+ * 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
- * [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).
+ * 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
- * [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).
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ included mci init sequence (from obsoleted init.c)
+ moved to new trace interface
-Mon Mar 04 20:55:19 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ * 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
- * [if1632/lzexpand.spec] [if1632/relay.c]
- [include/lzexpand.h][misc/lzexpand.c]
- LZEXPAND.DLL added.
+ * 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
-Sun Mar 03 18:10:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * 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/win.c]
- Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
- this prevents too early termination of EnumChildWindows().
+ * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated traces.
-----------------------------------------------------------------------
-Sat Mar 2 18:19:06 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Remove extraneous winuser16.h.
- * [controls/scroll.c]
- Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
- current tracking window.
+ * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed printf into TRACE.
- * [files/file.c]
- Fixed two file descriptor leaks in FILE_OpenFile().
+ * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few typos.
- * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
- [tools/build.c]
- Replaced LOADEDFILEINFO structure by OFSTRUCT.
+ * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Check when backtracking the stack if frames are correct (readable).
- * [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.
+ * 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.
-Fri Mar 1 11:57:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * miscemu/main.c, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Wait until child initialized before returning from PROCESS_Create.
- * [include/callback.h]
- Added support for CallWordBreakProc().
+ * relay32/kernel32.spec, win32/kernel32.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use register functions with arguments for LogApiThk...
- * [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/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.
-Wed Feb 28 22:03:34 1996 Daniel Schepler <daniel@frobnitz.wustl.edu>
+Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
- Added WM_DELETE protocol to top-level windows.
+ * 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.
- * [controls/scroll.c]
- Fixed a problem which caused slow scrolling to continue uncontrollably.
+ * 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.
- * [misc/exec.c]
- Implemented ExitWindows().
+ * 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.
- * [windows/win.c]
- Set top-level owned windows to be transient.
+----------------------------------------------------------------
+Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Feb 28 19:13:22 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
+ * 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.
- * [programs/progman/*]
- Added a program manager.
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: dwFlags must describe target process in UserSignalProc.
-Wed Feb 28 18:38:01 1996 Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
+ * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
+ Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
+ Explorer.
- * [resources/sysres_Eo.c]
- Added support for Esperanto [Eo] language.
+ * 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.
-Wed Feb 28 00:23:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * 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).
- * [if1632/user32.spec]
- Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
+ * 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.
- * [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.
+ * relay32/relay386.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: syslevel relay check was too strict.
- * [win32/resource.c]
- FindResource32() and LoadResource32() - Removed #if 0's around
- conversion from hInstance to hModule. See remarks above.
+ * 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)
- * [win32/string32.c]
- WIN32_UniLen() - removed stray semicolon.
+Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
-Tue Feb 27 21:05:18 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
-
- * [windows/caret.c]
- Set blink rate with call to GetProfileInt().
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ - added some more debug output
+ - corrected a slight bug in DGA DirectDraw creation
- * [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/win.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a major memory leak in the window management code.
- * [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).
+ * 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.
- * [include/wintypes.h]
- Added "#define _far" and "#define _pascal".
+ * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
+ colormap is used.
- * [windows/win.c]
- Added function GetDesktopHwnd().
+ * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't freeze other thread while it may hold the X critical section.
- * [include/xmalloc.h]
- Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
- have been removed from 'configure', and was causing redefinition
- warnings.
+ * include/display.h, loader/main.c, windows/display.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added UserRepaintDisable16().
-Tue Feb 27 19:31:11 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * windows/dinput.c, windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed EVENT_WaitNetEvent() calls.
- * [windows/winpos.c]
- Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
- to force a repaint when setting menu bars with different rows.
+ * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added IsUserIdle16().
-Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to EVENT_ driver changes.
- * [windows/syscolors.c] [controls/scroll.c]
- Fixed DrawFocusRect pen and SCROLL_THUMB painting.
+ * loader/task.c, scheduler/synchro.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to event synchronization changes.
-----------------------------------------------------------------------
-Sat Feb 24 16:17:05 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * 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 *.
- * [files/profile.c]
- Added \r when writing profile files, for DOS compatibility.
+ * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't change Z-order of child windows when activating.
- * [memory/global.c]
- Fixed bug in GlobalReAlloc() that caused a discarded block not to
- be reallocated if its size was not changed.
+ * 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
- * [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.
+ * 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.
- * [objects/metafile.c]
- Removed call to creat() instead of _lcreat() for WINELIB.
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed silly EINTR bug with starting dosmod.
-Fri Feb 23 00:35:54 1996 Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
+ * 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().
+
+ * 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.
+
+ * 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.
+
+ * 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.
+
+ * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Implemented printing out of some structures.
+
+Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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.
+
+Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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>
- * [if1632/gdi32.spec]
- GetTextExtentPointA now has win32 specific implementation.
+ * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
+ glide2x loadorder is "so,native".
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Improved shortcuts - follows jumps in trying to avoid switching to
+ real mode unnecessarily.
+
+ * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
+ Updated and improved instructions.
+
+ * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
+ Made "Wine-dbg>set *seg:off = val" work (previously only
+ "Wine-dbg>set *off = val" worked).
+
+ * 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.
+
+ * dlls/shell32/shellpath.c:
+ Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Prevent crash in stub of SheGetDirW.
+
+ * dlls/shell32/shlmenu.c:
+ Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Further implementation of the FileMenu.
+
+ * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
+ Set the default menu item of the window menu
+
+ * 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.
- * [include/struct32.h]
- Define new structure tagSIZE32 and typedef SIZE32 to it.
- Define prototype for function PARAM32_SIZE16to32
+ * if1632/kernel.spec, loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Release Win16Lock when calling LoadLibrary32 from 16-bit code.
- * [win32/param32.c]
- New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed THUNK_SetDCHook when using native USER.
- * [win32/memory.c]
- Added missing file pointer parameter to fprintf.
+ * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: FT_PrologPrime was broken due to relay changes.
-Thu Feb 22 01:14:21 1996 Eric Warnke <ew2193@csc.albany.edu>
+ * misc/network.c, relay32/mpr.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Some stubs added.
- * [windows/nonclient.c]
- Added more familiar icon activity, ie single click brings up
- system menu.
+ * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Suspend window locks before calling hook procedure.
-Wed Feb 21 13:07:04 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
+ * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed window refcount handling in GetNextDlgGroupItem.
- * [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?
+ * controls/button.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed superfluous WIN_ReleaseWndPtr.
- * [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.
+ * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
+ Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
+ previous one. (reported by Ove)
- * [misc/commdlg.c]
- Implemented FindText() and ReplaceText()
- Still missing : Templates and Hooks handling / error checking
+Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [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/winbase.h, include/winnt.h:
+ Added a few missing debug event definitions.
- * [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).
+ * 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.
-Mon Feb 19 21:50:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
+ Changed select interface, separated timeouts from file descriptors.
- * [controls/listbox.c]
- Miscellaneous changes for better LBS_EXTENDEDSEL support.
- Removed several superfluous redrawals of item list.
+ * 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.
- * [controls/scroll.c]
- WM_GETDLGCODE return value.
+ * scheduler/client.c, server/trace.c, include/server.h:
+ Added TEB in init_thread request.
- * [windows/win.c]
- FlashWindow function.
+Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/painting.c] [windows/scroll.c]
- Added HideCaret/ShowCaret calls.
+ * miscemu/instr.c:
+ Tried to add an error message when crashing on a selector load because
+ of missing LDT sharing between threads (untested).
- * [objects/font.c]
- Added GetCharABCWidths stub.
+ * 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/
- * [include/windows.h]
- "#define"s needed for changes mentioned above.
+ * Make.rules.in: Get include files from the current directory first.
-Mon Feb 19 20:12:03 1996 Hans de Graaff <Hans.deGraaff@twi72.twi.tudelft.nl>
+Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
- * [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/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.
- * [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.
+ * controls/combo.c: Francois Boisvert <francois@macadamian.com>
+ Changed CBGetDroppedControlRect to be compliant with Windows API.
-----------------------------------------------------------------------
-Sun Feb 18 16:35:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
+ * include/wine/exception.h, win32/except.c:
+ Fixed a few bugs, and improved the exception macros (based on
+ suggestions by Sergei Turchanov).
- * [controls/desktop.c]
- Look for the wallpaper file in the Windows directory.
+ * 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.
- * [controls/menu.c]
- Fixed swapped parameters in SetMenuItemBitmaps().
- Create a separator in MENU_SetItemData() when the string is NULL.
+ * 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.
- * [file/dosfs.c]
- DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
+ * windows/painting.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed invalid window refcount handling in RDW_Paint().
- * [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.
+ * 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.
- * [misc/exec.c]
- Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Check if in depth-conversion mode before returning an error message
+ in IDirectDrawPaletteImpl_GetEntries.
- * [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.
+Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/int21.c]
- Re-implemented FindFirst/FindNext for FCB calls.
+ * 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.
- * [windows/message.c] [windows/winpos.c]
- Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
+ * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
+ Added Italian keyboard support.
- * [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/enhmetafiledrv/graphics.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fixed a couple of memcpy errors.
-Sat Feb 17 18:25:00 1996 Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
+ * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small fix to help native win95 PrintDlg on the way.
- * [if1632/Makefile.in]
- Added -g flag to compilation of .c files generated from *32.spec.
+ * 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.
- * [if1632/gdi32.spec]
- Numerous additional functions implemented.
+ * windows/x11drv/mouse.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed quite ill window locking code.
- * if1632/user32.spec]
- wsprintfA maps to vsprintf not wsprintf
- Numerous additional functions implemented.
+ * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
+ Fixed an infinite loop in ChildWindowFromPointEx.
- * [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.
+ * 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
- * [win32/gdi32.c]
- New file.
+ * 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).
- * [win32/param32.c]
- WIN32_MoveToEx() - handle NULL pointer argument.
+ * 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.
- * [win32/user32.c]
- USER32_InvalidateRect - handle passing of a NULL pointer.
- USER32_SetTimer - New function.
+ * relay32/kernel32.spec, win32/device.c:
+ VxDCall functions do not need to be 'register'.
- * [files/directory.c]
- Fixed DIR_Init() (off by one in allocation of space for
- environment variables).
+Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
- * [files/drive.c]
- Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
- on FreeBSD).
+ * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
-Fri Feb 16 10:26:56 1996 Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
+ * 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.
- * [controls/menu.c]
- Memory leak plugged.
+ * 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.
- * [controls/edit.c]
- Erase space with function ExtTextOut(). This eliminates the use of
- xmalloc(). Memory leak in EDIT_WriteText plugged.
+ * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing WINAPI for the callback procs.
- * [debugger/db_disasm.c]
- Operand for scas now is di.
+ * include/sig_context.h: Added ERROR_sig.
- * [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.
+ * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
+ Bug fix.
- * [objects/dc.c]
- Corrected two typos in comments.
+ * 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.
- * [objects/font.c]
- FONT_MatchFont didn't return if it couldn't find any font.
+ * loader/pe_image.c: Changed some error handling a bit.
- * [objects/oembitmap.c]
- Free object only if it has been allocated.
+ * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
+ Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
- * [windows/scroll.c]
- Memory leak in ScrollDC plugged.
+ * relay32/kernel32.spec, relay32/ntdll.spec:
+ Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
+ the ntdll one.
-Tue Feb 13 11:17:00 1996 William Magro <wmagro@tc.cornell.edu>
+ * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
+ Added import declaration for Win32 built-ins.
- * [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.
+Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/widgets.c]
- Class flags now match those of Windows.
+ * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
+ Added support for forwarded ordinals in built-in dlls.
-Mon Feb 12 21:28:19 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/widgets.c]
- WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
+ * win32/console.c:
+ Fixed request size for alloc_console and free_console.
- * [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.
+ * 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>.
- * [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.
+ * loader/module.c:
+ Use OpenFile() to test for file existence, so that the path gets
+ searched.
- * [if1632/shell32.spec]
- shell32.spec: renumbered all functions to take into account ordinals.
- These seem to be identical between NT and Win95.
+ * server/select.c: Ove Kaaven <ovek@arcticnet.no>
+ Restart interrupted select() (happens with -pg).
- * [include/dialog.h][windows/dialog.c]
- xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
+ * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed off-by-one bug in memory access check.
- * [include/handle32.h]
- New handle types VRANGE, HEAP, HEAPITEM.
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ More debug output for RegQueryInfoKey.
- * [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.
+ * 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).
- * [include/string32.h][win32/string32.c]
- Changed prototypes to take const arguments where appropriate.
+----------------------------------------------------------------
+Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
-
- * [objects/color.c]
- ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
-
---------------------------------------------------------------------
-Wed Jan 31 10:58:00 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [configure.in]
- Added --with-dll option to build libwine.so.
-
- * [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.
-
- * [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().
+ * 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.
- * [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.
+ * 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.
- * [loader/task.c]
- Fixed the order of deletion in TASK_DeleteTask() to avoid memory
- corruption.
+ * 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).
- * [memory/global.c]
- Create a discarded block on GlobalAlloc() if the size is 0; thanks
- to John Harvey for noticing this.
+ * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed warning.
- * [memory/local.c]
- LOCAL_GetHeap: make sure the pointer is valid before checking
- magic number.
+ * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed palette handling for true/high-color X11.
- * [misc/main.c]
- Moved profile and registry saving to ExitWindows(), so we don't
- try to save them in case of a crash.
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed extension handling in LoadLibrary16.
- * [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/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().
- * [windows/message.c]
- Fixed bug in linked-list handling in MSG_DeleteQueue().
- Simplified SetMessageQueue().
+ * configure, configure.in: Added check for missing __i386__ definition.
- * [wine.ini] [wine.man]
- Updated for new drives configuration format.
+ * 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.
-Tue Jan 30 11:24:46 1996 William Magro <wmagro@tc.cornell.edu>
+ * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
+ Pass PROPSHEETPAGE to propertypage dialog as lParam.
- * [controls/edit.c]
- Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
- EM_GETPASSWORDCHAR messages.
+ * 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.
- * [controls/widgets.c]
- Adjusted class creation flags to better match values Windows uses.
+ * 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().
- * [include/windows.h]
- Fixed ES_NOHIDESEL typo.
+ * 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.
- * [loader/ne_image.c]
- Added detection for zero offset in RADDR fixups. Quicken
- was in an infinite loop here.
+ * 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)
-Mon Jan 29 20:12:22 1996 Albrecht Kleine <kleine@ak.sax.de>
+ * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
+ Bugfix: get_sobasename was off by one pointer increment.
- * [files/dos_fs.c]
- Bugfix: range error in month value (0..11 set to 1..12).
+ * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
+ Fixed implicit type warning.
- * [windows/caret.c]
- Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
- appearance of the caret.
+ * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+ Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
- * [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
+ * 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.
-Sun Jan 28 14:20:00 1996 Cameron Heide <heide@ee.ualberta.ca>
+ * 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.
- * [miscemu/int2f.c]
- Added a small bit of MSCDEX emulation.
+ * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Bug fixes.
- * [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>
+ * ole/hglobalstream.c, relay32/ole32.spec:
+ Thuy Nguyen <thuy@macadamian.com>
+ Implemented GetHGlobalFromStream.
- * [include/shell.h] [include/wintypes.h]
- Moved definition of HKEY and LPHKEY types to include/wintypes.h.
- Declared FONTENUMPROC in wintypes.h.
+ * include/thread.h, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call THREAD_FreeTHDB as service thread callback.
- * [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().
+ * include/message.h, loader/task.c, windows/timer.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed TIMER_SwitchQueue.
- * [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.
+ * 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.
- * [objects/cursoricon.c]
- Added Win32 versions of CopyIcon() and CopyCursor() for use in
- libwine.
+ * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
+ Stop winelib programs on fault instead of endless faultlooping.
+
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Run ldconfig in make install if using --enable-dll.
+ Cleaned up uninstall_lib as well.
+
+ * 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.
+
+ * 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.
+
+ * 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.
+
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Call Callout routines directly when using builtin USER.
+
+ * loader/pe_image.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: all PE modules were marked 'internal'.
+
+ * include/dce.h, objects/dc.c, windows/dce.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Check for busy DCE moved to DCHook16().
+
+ * include/win.h, loader/main.c, windows/win.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Initialize WIN_CritSection earlier.
+
+ * 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.
+
+ * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
+ Implemented toolbar multirow button layout.
+
+ * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
+ Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
+
+ * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
+ Implemented OleTranslateColor.
+
+ * include/winuser.h, windows/input.c:
+ Francis Beaudet <francis@macadamian.com>
+ Changed the return value of GetKeyboardState and SetKeyboardState from
+ VOID to BOOL.
+
+ * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
+ Prevented LISTBOX_RepaintItem from repainting a non visible item.
+
+ * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo.
- * [win32/resource.c] [win32/winprocs.c]
- Added '#include "libres.h"' and explicit declarations of windows
- procs in order to avoid warnings.
+ * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Bugfix for TRACE in UnregisterClass.
- * [windows/utility.c]
- Added Win32 version of MulDiv() for libwine.
+Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
- * [*/*] [include/windows.h]
- Changed several function declarations to comply more strictly to
- the windows API (without, hopefully, altering their functionality).
+ * include/Attic/propsheet.h: No longer necessary.
- * [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.
+Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/windows.h]
- Added obsolete WM_SIZE message wParam names for compatibility.
- Added WinHelp() command constants, even though they are not yet
- supported.
+ * objects/dc.c, windows/dce.c, include/dce.h:
+ Francis Beaudet <francis@macadamian.com>
+ Check if DC is busy before deleting it.
- * [rc/winerc.c]
- Tidied up transform_binary_file(). In argument checking, flattened
- any invalid characters specified with the prefix argument.
+ * win32/newfns.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ GetMailslotInfo is supposed to check for pointer validity.
- * [library/libres.c]
- Made FindResource() case-insensitive when parameter 'name' is a string.
+ * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Possible crash in select_loop() fixed.
-Sat Jan 27 02:30 1996 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
+ * 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.
- * [files/drive.c]
- If root "/" is given in wine.conf, use it as last resort.
+ * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Inverted class/channel in __(SET|GET)_DEBUGGING macros.
- * [files/file.c]
- Report ER_AccessDenied it disk ist not writable
- More Debug Output
+ * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Correct implementation of GetWindowThreadProcessId().
- * [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.
+ * if1632/mmsystem.spec, multimedia/mmsystem.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added PlaySound16, sndPlaySound16.
-Fri Jan 26 10:24:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixes winproc deadlock for win16.
- * [loader/pe_image.c]
- fixup_imports: Find builtins for Borland style entries, too
+Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
-Fri Jan 26 10:24:00 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some deadlock(s) in message sending.
- * [controls/menu.c]
- LoadMenu: branch to Win32 for PE modules
+ * 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
- * [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
+ * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ small range fixes for OSS driver
+ changed to the new debug channel interface
- * [include/kernel32.h][include/wintypes.h]
- moved WCHAR, defined LPWSTR
+ * 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
- * [include/string32.h][win32/string32.c][include/struct32.h]
- New files
+ * 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).
- * [loader/module.h]
- LoadModule: exit after returning from PE_LoadModule
+ * loader/module.c, if1632/relay.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
- * [loader/pe_image.c]
- my_wcstombs: isascii does not work on Linux for Unicode
- PE_LoadImage: Handle directories
+ * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Load system DLLs into WineLib applications.
- * [misc/user32.c]
- USER32_RECT32to16, USER32_RECT16to32: new functions
- implemented new user32 relays
+ * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Small update to the PostScript encoding vector.
- * [misc/newfns.c]
- WIN32_WinHelpA: new function
+ * loader/module.c, loader/task.c: Bug fixes.
- * [win32/param32.c]
- New file
+Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
- * [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
+ * scheduler/process.c:
+ Moved a few more initialisations to the new process context.
-Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * loader/task.c: Don't initialise the stacks for 32-bit processes.
- * [objects/cursoricon.c]
- GetIconId() and LoadIconHandler() functions.
+ * miscemu/main.c: Only check number of tasks after first message.
+ Use a 16-bit module for creating the initial task.
- * [windows/mdi.c]
- Better maximization support, TranslateMDISysAccel() function,
- misc improvements.
+ * include/authors.h, AUTHORS:
+ Updated authors list from the Changelog. Please let me know if you
+ have been left out.
- * [windows/defwnd.c]
- Fix for WM_WINDOWPOSCHANGED message handler.
+ * 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.
- * [windows/winpos.c]
- Rewrote WindowFromPoint() function.
+ * */*.c:
+ Converted to the new debugging interface (done with the help of the
+ script written by Patrik Stridvall).
-Sun Jan 21 1996 17:05:09 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
+ Misc fixes and improvements.
- * [include/toolhelp.h] [misc/toolhelp.c]
- Added Notify(Un)Register, but no callbacks yet.
+ * include/config.h.in, configure, configure.in:
+ Added check for -lmmap for OS/2.
-Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
+ * 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.
- * [Makefile.in]
- Added target for libwine.so.1.0.
+ * 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 .
- * [library/winmain.c]
- For WINELIBDLL, _WinMain just returns hInstance instead of calling
- WinMain().
+ * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
+ - default item handling
+ - small drawing fixes
- * [misc/main.c]
- For WINELIBDLL, renamed main() to _wine_main() for calling from the
- stub main function.
+ * 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.
- * [library/winestub.c] (new file)
- Provides a stub main() function for using libwine.so.
+ * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't crash if queuing an APC on a thread that doesn't wait.
-Tue Jan 16 11:04:34 1996 Anand Kumria <akumria@ozemail.com.au>
+ * 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.
- * [winsocket.c]
- Fix EPERM problem.
+ * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Call SetLastError in HeapCompact().
- * [global.c]
- Attempt to do some sanity checking in MemManInfo().
+ * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
+ Added prototype for TryEnterCriticalSection.
- * [Changelog]
- Fix changelog oversight for previous entry.
+ * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
+ Make all structures packed and removal of some WINE_PACKED.
----------------------------------------------------------------------
-Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Pushbuttons should only be rounded in Win31 look.
- * [configure.in]
- Added check for gcc strength-reduce bug.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - default item handling
+ - small drawing fixes
- * [controls/listbox.c]
- Changed ListBoxDirectory() to use the new DOS file functions.
+ * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
+ Fixed an unbalanced windows lock/unlock sequence in
+ WINPOS_ActivateOtherWindow.
- * [controls/menu.c]
- Fixed parameters for DeleteMenu() call in ChangeMenu().
+ * include/debugdefs.h: enhmetafile added
- * [debugger/stack.c]
- Also display current frame in back-trace.
+ * 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).
- * [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/module.c: Guy Albertelli <galberte@neo.lrun.com>
+ Fix CreateProcessA to implement correct actions on ambiguous command
+ line names (try longer and longer strings).
- * [loader/module.c]
- Fixed file descriptor leak in LoadModule().
+ * 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.
- * [loader/task.c]
- Initialise PDB file handle table in TASK_CreateTask().
- Close file handles on task termination.
- Implemented SetErrorMode().
+ * 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.
- * [misc/network.c]
- Fixed WNetGetConnection() to use GetDriveType().
+ * 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/xmalloc.c]
- Added function xstrdup().
+ * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Only try to append ".dll" if a library is loaded implicitely.
+
+ * dlls/shell32/shellord.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Fix TRACE formatting warnings.
+
+ * dlls/shell32/shlfolder.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed a small syntax problem.
+
+ * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - better stubs for Get/Set special (Progman/Taskman) window functions
+
+ * relay32/user32.spec, windows/message.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - new SendMessageCallbackW
+ - some fixme's for missing A<->W conversion
+
+ * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
+ Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
+
+ * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
+ Bugfix for EnumPrinters level 2.
+
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Correct logic in GetKeyNameText.
- * [miscemu/int21.c]
- Many changes for new DOS file functions.
+ * documentation/bugreports:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Removed +snoop from documentation/bugreports.
- * [miscemu/interrupts.c]
- Moved DOS_GetEquipment() function into INT_Int11Handler().
+Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
+ LoadImageW fixed for hicolor displays.
- * [windows/win.c]
- Bug fix: create system menu before sending WM_NCCREATE.
+ * 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.
- * [*/*.c]
- Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
- better portability.
+ * 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.
+
+ * 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.
-Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a bug in CoRegisterClassObject.
+
+ * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
+ Removed some flickering when inserting or deleting buttons.
+
+ * 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.
+
+ * 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/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.
+
+ * dlls/shell32/contmenu.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed default menu item.
- * [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.
+ * win32/code_page.c, misc/ddeml.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed typo.
- * [include/winsock.h]
- Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
- out some old style internet address #define's.
+ * windows/queue.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added a missing LeaveCriticalSection.
- * [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.
+ * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
+ Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
+ TranslateMDISysAccel16.
- * [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.
+ * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed off-by-one bug in async output buffers.
-Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a little Drag and Drop bug.
- * [if1632/kernel32.spec][win32/process.c]
- WIN32_GetProcAddress, LoadLibraryA: new functions
+----------------------------------------------------------------
+Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/relay32.c]
- RELAY32_GetEntryPoint: Removed code to load PE DLLs
+ * 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.
- * [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
+ * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Don't include alloca.h.
- * [loader/module.c]
- MODULE_RegisterModule: new function
+ * README, documentation/wine.man: James Juran <jrj120@psu.edu>
+ Update to reflect recent changes and discussions.
- * [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
+ * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ The load order parser should not always complain about extensions.
- * [loader/task.c]
- NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
- GetExePtr: Accept PE modules
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - align magic buttons right
+ - shortcuts alignment working again
- * [misc/commdlg.c]
- FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
+ * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loading of native NE dlls.
-Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
+Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/port.c]
- New file with usleep() function for SVR4.
+ * memory/heap.c: Fixed __builtin_return_address arg.
- * [configure.in]
- Check for usleep() function.
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI compabillity.
-Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
+ * */*:
+ 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.
- * [if1632/toolhelp.spec] [include/toolhelp.h]
- [misc/user.c] [windows/message.c]
- Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
+ * misc/registry.c:
+ Use $HOME instead of getpwuid for user's home directory.
+ Fixed messed up indentation.
- * [winsocket.c]
- Fixed ENOENT error.
+ * graphics/x11drv/xfont.c:
+ Use $HOME instead of getpwuid for user's home directory.
- * [miscemu/dpmi.c]
- Implement DPMI Get Page Size (AX=0604, INT 31)
+ * */*.h:
+ Patrik Stridvall <ps@leissner.se>
+ #pragma pack(?) changed to #include "*pack*.h"
- * [memory/global.c]
- Implement TOOLHELP.72 GetMemManInfo.
+ * 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.
-Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
+ * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Ignore trailing dots on file names.
- * [if1632/callback.c]
- CallWindowProc() - When calling RELAY32_CallWindowProc, check
- whether lParam should be a SEGPTR, and if so convert it to one.
+ * 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).
- * [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.
+ * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ wine.conf should not overrule content of burned in data in
+ loadorder.c.
- * [if1632/winprocs.spec]
- Completely rewritten - all WndProcs now have win32 versions to
- help with the lparam SEGPTR fix in callback.c
+ * graphics/mapping.c: Karl Lessard <karll@corel.com>
+ SetMapMode should not reset the window and viewport origins to 0.
- * [include/kernel32.h]
- LPTCSTR defined.
+ * 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.
- * [include/peexe.h]
- Definition of PE_Export_Directory amended.
+ * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Upgraded to have a decent multimedia DLLs configuration.
- * [include/resource32.h]
- New file.
+ * 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.
- * [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.
+ * 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*).
- * [include/windows.h]
- Definition of SW_SHOWDEFAULT added.
+ * scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Initialize process critical section in the correct process context.
- * [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.
+ * 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).
- * [memory/selector.c]
- New function MAKE_SEGPTR() - see include/stackframe.h above.
+ * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
+ debug.h must be last in list of includes.
- * [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.
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Return 32-bit module in GetModuleHandle16() if appropriate.
- * [tools/build.c]
- handling of win32 spec files changed to support gcc2.6.X
- this requires optimisations to be disabled.
+ * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed crash when status was read with cd-rom tray open.
- * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
- New files.
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a bug in msg conversion.
- * [win32/Makefile.in]
- New files heap.c, newfns.c, resource.c and winprocs.c added to build.
+ * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent crash when nMinRange > nMaxRange.
- * [win32/file.c]
- New function W32_SetHandleCount.
+ * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing manifest constants for Queue Status functions (QS_????).
- * [win32/init.c]
- WIN32_GetModuleHandle() - now returns handle of running process
- if called with NULL.
- GetStartupInfoA() - set cbReserved2 to 0.
+ * controls/button.c, controls/edit.c, windows/mdi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing WIN_ReleaseWndPtr.
- * [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.
+ * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ More appropriate default size for fonts with invalid sizes.
- * [windows/winpos.c]
- ShowWindow() - SW_SHOWDEFAULT handling kludged in.
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
+ James Abbatiello <abbeyj@wpi.edu>
+ Implemented SetColumnWidth for ListView control.
-----------------------------------------------------------------------
-Sat Dec 23 18:15:59 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * documentation/config: Adam Sacarny <magicbox@bestweb.net>
+ Added new documentation for the configuration file.
- * [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).
+ * misc/version.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Improved VERSION_GetVersion.
- * [controls/edit.c]
- Quick hack to partially support EM_PASSWORD style (avoids
- displaying your passwords on the screen when testing programs...)
+ * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
+ Added Swedish keyboard layout.
- * [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).
+ * 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.
- * [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.
+ * misc/toolhelp.c, if1632/kernel.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add a stub for GlobalMasterHandle.
- * [miscemu/dpmi.c]
- More debugging info for real-mode callback.
+ * 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.
- * [objects/gdiobj.c]
- Rewrote EnumObjects() to do the Right Thing.
+ * 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.
- * [resources/sysres*]
- New directory containing system resources.
+ * 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).
-Fri Dec 22 11:24:39 GMT 1995 John Harvey <john@division.co.uk>
+ * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bogus infinite expiration time.
- * [win32/file.c] [win32/memory.c]
- Unixware doesn't have MAP_ANON ifdefed out for now.
+ * 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
- * [misc/dos_fs.c]
- DOS_GetDosFileName didn't truncate paths starting ./ properly.
+ * 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.
- * [tools/build.c]
- Produces assembly code that works with the unixware assembler.
+Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
-Wed Dec 20 22:22:29 +0100 1995 Morten Welinder <terra@diku.dk>
+ * 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).
- * [miscemu/instr.c]
- INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
+ * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented CreateStreamOnHGLOBAL.
- * [misc/dos_fs.c]
- DOS_readdir should always return directories, even if they don't
- match the file name mask.
+ * ole/compobj.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Let CoSetState() accept state == NULL.
-Tue Dec 19 18:00:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
-
- * [misc/exec.c]
- Give arguments to winhelp.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Made internal format more compatible.
- * [miscemu/int21.c]
- Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
- Created function ExtendedOpenCreateFile.
- Give for some Windows95 interrupts the return value 'not
- implemented'.
+ * dlls/shell32/shlfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
-Sun Dec 17 16:51:56 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * windows/class.c, windows/dce.c, controls/combo.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix locking with proper calls to WIN_ReleaseWndPtr.
- * [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.
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Don't malloc/free for every mixing operation, use the same buffer over
+ instead...
- * [rc/rc (new file)]
- Created the shell script 'rc', which should simplify resource
- compilation.
+ * 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.
- * [win32/environment.c]
- Kludged around an undefined reference to wine_files. This change
- should be fixed some time.
+ * 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*.
- * [win32/time.c] [if1632/kernel32.spec]
- Added the functions GetSystemTime(), and Sleep().
+ * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Added Panose defines and EXTLOGFONT[A|W].
- * [miscemu/int21.c]
- Renamed static function GetSystemTime to INT21_GetSystemTime to
- avoid conflicts with the API function of the same name.
+Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/wintypes.h]
- Added the SPFMT definition for printf statements.
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed ANSI compabillity.
- * [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.
+ * 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.
- * [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).
+ * 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.
- * [*/*]
- General explicit casts and more rigid typing to remove warnings.
+ * 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.
- * [include/winpos.h] [windows/winpos.c]
- Changed return type of WINPOS_ChangeActiveWindow to BOOL.
+ * objects/clipping.c: Karl Lessard <karll@corel.com>
+ Fixed coordinates conversion in OffsetClipRgn.
- * [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.
+ * include/objbase.h: Adrian Thurston <adriant@corel.ca>
+ Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
- * [Makefile.in]
- Added line to clean and distclean that removes temporaries from
- the include directory.
+ * relay32/kernel32.spec, scheduler/handle.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
-Sat Dec 16 19:39:14 MET 1995 Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
+ * 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.
- * [controls/edit.c]
- Almost rewrote EDIT_GetLineMsg.
+ * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fixed syscolors for win 3.1.
-Sat Dec 16 13:51:48 MST 1995 Andrew Taylor <ataylor@cadvision.com>
+ * files/profile.c, if1632/kernel.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added missing profile KERNEL routines (call 32-bit versions).
- * [windows/mdi.c]
- Fixed MDITile() bug that occurs when 0 windows are present or all
- windows are minimized.
+ * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
+ entry table layout.
-Wed Dec 12 23:30:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
+ * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Add Enhanced MetaFile record structures.
- * [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.
+ * 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.
-----------------------------------------------------------------------
-Mon Dec 11 19:08:55 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * 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).
- * [misc/lstr.c]
- Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
- they do the same job.
+ * graphics/driver.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added prototypes (stubs) for GDI32.100-104.
- * [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/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
-Sat Dec 09 13:22:58 1995 Cameron Heide <heide@ee.ualberta.ca>
+ * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - corrected parameter count for SHGetSettings
+ - stub SHValidateUNC
- * [include/kernel32.h] [include/winerror.h]
- Added file attribute definitions and more error codes.
+ * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #else branch compile fix.
- * [win32/error.c]
- Added some rudimentary errno-to-Win32 error conversion
- code.
+ * 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.
- * [win32/file.c]
- Added to GetFileInformationByHandle, filled in some known
- error codes, and switched to dprintf_win32.
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Added a check for a NULL pointer in CoFreeUnusedLibraries.
- * [win32/time.c]
- Added GetLocalTime.
+ * relay32/builtin32.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Include debug.h last (ERR() macro problem on Solaris).
-Fri Dec 8 14:37:39 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * controls/combo.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a sizing bug in the combobox control.
- * [controls/combo.c]
- Converted functions of the type LONG _(HWND,WORD,LONG) to the type
- LRESULT _(HWND,WPARAM,LPARAM) where needed.
+ * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Internal NE entry point tables were bad (one huge bundle).
- * [include/libres.h]
- Restructured libres prototypes to closer match the windows API.
+ * 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.
- * [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.
+ * 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.
- * [objects/bitblt.c]
- Mirrored changes to include/windows.h mentioned above.
+Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
- * [toolkit/hello3.c]
- Changed LoadMenuIndirect() call to LoadMenu() to test the new
- resource registration technique.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ - protect TRACE against NULL-ptr
+ - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
- * [toolkit/libres.c]
- Removed definition of 'struct resource' and fixed bugs in the resource
- implementation. Implemented LIBRES_FindResource.
+ * dlls/comctl32/toolbar.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed typo.
- * [windows/graphics.c]
- Mirrored changes to include/windows.h mentioned above.
+ * 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>).
-Thu Dec 7 23:15:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * 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/edit.c]
- LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
+Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
+ * 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.
- * [include/listbox.h]
- change HeapSel from WORD to HANDLE
+ * 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.
- * [include/resource.h][rc/winerc.c]
- struct ResourceTable: removed
- struct resource: moved to header file
- autoregister resources if supported by compiler
+ * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
+ Code added to re-evaluate stale DC information in DCE cache.
- * [memory/local.h]
- LOCAL_GetHeap: expect HANDLE rather than WORD
-
- * [toolkit/Makefile.in]
- Add ALLCFLAGS to make hello3
+ * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Attach notifications must be send after all recursive dependencies are
+ loaded and not before.
- * [toolkit/heap.c]
- LocalFree, HEAP_Free: handle 0 parameter gracefully
+ * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
+ Fixed typo.
-Wed Dec 06 15:34:23 1995 Greg Cooper <cooper@ima-inc.com>
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed playing position when required by track number.
- * [misc/winsocket.c]
- Fixed the msgsnd and msgrcv errors that winsock programs get.
+ * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
+ Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
-Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
-
- * [if1632/kernel.spec]
- Fixed _hread and _hwrite return type
+ * wine.ini: Marcus Meissner <marcus@jet.franken.de>
+ Native toolhelp will not work (missing GLOBALMASTERHANDLE).
- * [if1632/relay32.c] [loader/pe_image.c]
- Hacked loading of PE-dll's in
+ * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
+ Updated.
- * [win32/advapi.c]
- Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
+ * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
+ Test for static was reversed.
- * [win32/file.c]
- Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
+ * */*:
+ Patrik Stridvall <ps@leissner.se>
+ New debug scheme with explicit debug channels declaration.
- * [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>
+Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * loader/ne/module.c: Removed extra call to TASK_StartTask.
- * [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.
+ * include/acconfig.h, include/config.h.in, configure, configure.in:
+ Removed check for union semun; cleaned up a bit.
- * [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.
+ * include/server.h, server/process.c, server/trace.c, tools/make_requests:
+ Added env ptr to new_process request
-Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
+ * 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
- * [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.
+ * 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.
-Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
+ * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed memory freeing.
- * [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.
+ * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
+ Renamed cmdlgr.h to cmdlgtst.h.
- * [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).
+ * scheduler/critsection.c: Added timeout to critical section waiting.
- * [loader/*]
- Put '#ifndef WINELIB' around many things that WINElib should not need.
+ * 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.
- * [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.
+ * 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.
- * [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.
+ * loader/ne/module.c:
+ Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
+ Stultiens).
-Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
-
- * [*/*]
- Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
+ * 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.
- * [loader/module.c]
- Added undocumented GetExpWinVer.
+ * documentation/gui, windows/win.c, windows/winpos.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Properly handling cases like calling SetWindowPos while processing
+ WM_NCCREATE.
- * [tools/build.c]
- Previous code didn't pop possibly changed %esi, %edi and %edx
- from the stack.
-
- * [win32/advapi.c]
- Added GetUserNameA.
+ * 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.
- * [win32/code_page.c]
- Added stub for MultiByteToWideChar.
+ * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Updated commandline changes of -dll option and wine.conf entries.
- * [win32/console.c]
- Added SetConsoleCtrlHandler stub.
+ * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Updated the example with the new configuration entries.
- * [win32/file.c]
- Added ReadFile CreateFileA GetFileInformationByHandle stubs.
- Added CloseHandle.
+ * dlls/shell32/shell32_main.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Bugfix: free loaded library not before exit.
- * [win32/memory.c]
- Changed VirtualAlloc and VirtualFree.
+ * 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.
- * [win32/process.c]
- Added ExitProcess.
+ * 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.
-Sun Nov 19 17:54:42 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Changed 'GetDisplayMode' to return the mode previously set by
+ 'SetDisplayMode' (and not the current monitor mode).
- * [include/windows.h]
- Fixed a few broken structure definitions.
+ * 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.
- * [loader/resource.c]
- FindResource(): Need to check for '#xxx' strings here.
+ * 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.
- * [miscemu/int21.c]
- FindNext(): Return MS-DOS filenames uppercase.
+ * 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().
- * [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>
+ * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
+ Simplify propertyNameCmp() and fix a warning in the way by removing
+ CRTDLL__wcsupr() calls.
- * [include/wine.h] [include/registers.h] [include/winsock.h]
- Added definitions for Unixware.
+ * 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/signal.c] [misc/comm.c] [misc/winsocket.c]
- Misc. fixes for Unixware.
-
- * [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)
+ * 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.
- * [tools/build.c]
- Fixed register acces routines to work on Unixware. Bit grubby but
- it seems to work.
+ * 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.
- * [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.
+ * 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.
- * [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.
+ * 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.
-Thu Nov 16 12:47:13 1995 Michael Patra <patra@itp1.Physik.TU-Berlin.DE>
+Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * resources/.cvsignore: Changed for renamed files
- * [controls/menu.c]
- MENU_CalcItemSize(): Fixed handling of empty menu items.
+ * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Fixed warnings.
-Sat Nov 11 21:46:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
+ * 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).
- * [misc/file.c]
- In OpenFile, unlink should be done on the unix filename.
+ * configure, configure.in, relay32/Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add -fno-builtin when compiling with gcc in relay32/ subdir.
-Sat Nov 11 16:43:29 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * 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.
- * [include/handle32.h]
- New header file containing internal Win32 kernel handle
- information.
+ * 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.
- * [win32/file.c]
- Added ReadFile, CreateFile, and CloseFileHandle, and did
- some reorganizing to match the new handle allocation scheme.
+Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
- * [win32/init.c]
- Added CloseHandle and the creation of standard I/O handles.
+ * 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.
- * [win32/object_mgt.c]
- New module for allocating and freeing Win32 kernel handles.
+ * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
+ _CIpow argument order was confirmed with Starcraft v1.05.
-----------------------------------------------------------------------
-Fri Nov 3 20:08:17 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
+ Clarified a few points.
- * [configure.in]
- Attempt to check for -li386 on NetBSD. Please test this.
+ * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Added IOCTL function 0x440d/0x72.
-Mon Oct 30 12:40:32 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * relay32/kernel32.spec, scheduler/critsection.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ UnitializeCriticalSection partial stub implementation.
- * [*/*]
- 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.
+ * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added missing proto for GetExitCodeThread.
- * [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/driver.h, include/wine/keyboard16.h:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Added missing windef.h includes.
- * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
- [windows/message.c] [windows/nonclient.c]
- Converted MAKEPOINT macro call to manual conversion.
+ * windows/input.c, include/winuser.h:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ ReleaseCapture() is supposed to return a BOOL value.
- * [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.
+ * 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.
- * [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.
+ * windows/x11drv/keyboard.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ index == 3 corresponds to Alt-Gr + Shift.
- * [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.
+ * 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.
- * [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.
+ * 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.
-Sat Oct 28 09:39:18 1995 Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
+ * controls/button.c, include/button.h, include/winuser.h:
+ Pascal Lessard <pascal@macadamian.com>
+ Implement the button with bitmaps.
- * [objects/cursoricon.c]
- Fix for "broken" X servers that invert masked cursor colors.
+ * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Implementation of IStorage::CopyTo and IStream::CopyTo.
-Fri Oct 27 19:27:21 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Always release the Win16Lock in TASK_Reschedule.
- * [windows/dialog.c] [windows/nonclient.c]
- Remove unnecessary items from the system menu.
+ * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
+ Solved a deadlock between global lock and wnd lock in event.c.
-Thu Oct 26 05:03:03 MET 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
+ Typo that broke Solaris compile fixed.
- * [objects/color.c] [objects/palette.c]
- Make GetNearestColor return a RGB value instead of a pixel value.
+ * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
+ Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
-Wed Oct 25 23:33:39 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * 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.
- * [controls/desktop.c][controls/menu.c][include/menu.h]
- Changed WORD parameters to UINT parameters.
+ * graphics/psdrv/font.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Limit lastChar to 0xff in PSDRV_GetCharWidth.
- * [include/wintypes.h]
- Made UINT 32bit for WINELIB.
+ * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI for RegisterSystemThread.
- * [loader/main.c]
- Disabled RELAY32_Init and MODULE_Init for WINELIB.
+Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/main.c]
- Assume CPU386 for WINELIB.
+ * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed "Display Combination" call.
- * [rc/winerc]
- add_popup: set MF_POPUP flag on menu item.
+ * 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.
- * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
- Add resource demo hello3 for WINELIB.
- New file README.resources.
+ * windows/win.c: Francois Boisvert<francois@macadamian.com>
+ Enabled thread safeness for wnd structure code.
- * [toolkit/miscstubs.c]
- Add a case for 17.
+ * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
-Tue Oct 17 15:13:10 IST 1995 Itai Nahshon <nahshon@vnet.ibm.com>
+ * 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!
- * [loader/module.c]
- Do not append .exe if the file name already has an extension.
+ * scheduler/process.c, include/process.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
- * [misc/profile.c]
- Avoid creating a file with a junk name if a .ini file does not
- exist.
+ * 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...
- * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
- Added a lot of dummy stubs for Windows Hebrew version.
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Default values for registry.
-Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
+ * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
+ Optimized code for SetImageBits_X, making bitmap creation faster.
- * [controls/button.c]
- Fix for buttons with no label.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
- * [controls/combo.c][controls/listbox.c]
- Fixes for scrollbar positioning. Now disappears correctly
- for short lists.
+ * 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)
- * [controls/edit.c]
- Handle memory allocation differently when building as library.
+ * include/selectors.h, memory/global.c, memory/selector.c:
+ Made SELECTOR_ReallocBlock preserve the current selector access rights
+ (problem reported by Andreas Mohr).
- * [controls/static]
- Don't destroy old icon before drawing new icon. (Fixes landscape/
- portrait toggle icon in print dialog.)
+ * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use services thread instead of timer signals.
- * [if1632/gdi.spec]
- New functions SetMetaFileBits and GetMetaFileBits
+ * server/thread.c, scheduler/synchro.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow user APCs with NULL 'func' (just wake up the thread).
- * [include/sysmetrics.h] [windows/sysmetrics.c]
- Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
+ * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented 'kernel services thread'.
- * [include/windows.h]
- META_EXTTEXTOUT, not META_SETTEXTOUT
- define GetCurrentTime as GetTickCount (for wine library)
+ * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Added stub for PrinterProperties.
- * [loader/main.c]
- Don't initialize built-in modules in wine library
+ * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented NtTerminateProcess and NtDisplayString.
- * [memory/local.c]
- LocalReAlloc was defined incorrectly. Swap flags and size arguments.
+ * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ FreeLibrary partial implementation.
- * [misc/main.c]
- Always report CPUTYPE=4 to wine library.
+ * 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.
- * [objects/dib.c]
- RLE8 images were missing top line when decompressed.
+ * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
+ Partial implementation for GetKeyNameText for new keyboard structure.
- * [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.
+ * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
+ Fixed warning.
- * [toolkit/heap.c]
- LocalUnLock changed to LocalUnlock
+ * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing ReadClassStg prototype.
-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.
+ * 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
-Fri Oct 13 19:04:35 1995 Morten Welinder <terra@diku.dk>
+ * documentation/status/dde:
+ Keith Matthews <keith_m@sweeney.demon.co.uk>
+ Status document for DDE/Ddeml.
- * [Makefile.in]
- Using nm's built-in sorting.
+ * 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.
- * [*/*.c]
- Use xmalloc for malloc and xrealloc for realloc in all ungarded
- cases.
+ * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
+ Warning fix.
- * [debugger/dbg.y]
- Handle C-like expressions. Clean-up.
+ * 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++.
- * [debugger/debug.l]
- Lots of new tokens for expressions.
+ * 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.
- * [debugger/info.c]
- Implement "list" command for disassembling.
+ * 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.
- * [misc/ole2nls.c]
- Implement more Danish stuff.
+ * 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.
-Fri Oct 6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
+ * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
+ Added sanity check for whitespace in file names, various other fixups.
- * [loader/module.c]
- Updated self-loading modules to support for new 32 bit
- stack frames.
+Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Sun Oct 1 15:48:34 1995 Alexandre Julliard <julliard@sunsite.unc>
+ * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
+ WM_MOUSEMOVE implementation bug fix.
- * [controls/menu.c]
- Fixed GetMenuString() for non-string items.
+ * windows/x11drv/keyboard.c:
+ José Marcos López <jose.lopez@upcnet.upc.es>
+ Added Spanish keyboard layout.
- * [debugger/*.c]
- First attempt to check validity of pointers before memory
- accesses. For now only segmented pointers are checked.
+ * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
+ Fixed the modem control part of EscapeCommFunction16.
- * [debugger/dbg.y] [memory/ldt.c]
- Added possibility to dump only one segment with 'info segment'.
+ * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+ Added missing goto.
- * [include/bitmaps/ocr_*]
- Added all OEM cursors as XPM bitmaps.
+ * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ EnumCalendarInfoA stub.
- * [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().
+Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * windows/mouse.c, windows/keyboard.c:
+ Francois Boisvert <francois@macadamian.com>
+ Suspend the window locks before DefKeybEventProc and
+ DefMouseEventProc.
- * [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.
+ * 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).
- * [toolkit/heap.c]
- Commented out the heap functions with a "#ifdef WINELIB16" and put in
- a Win32 version (which is basically a modified copy).
+ * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
+ WM_CREATE messages.
- * [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.
+ * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
+ Added some SetLastError()s in GetProcAddress() and LoadLibrary().
- * [toolkit/winmain.c]
- Rearranged startup code in _WinMain. I think this will work.
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Christian Schlaile <up9n@rz.uni-karlsruhe.de>
+ Implemented makepath, rand() returns correct range, fixed fputc.
- * [toolkit/Makefile.in]
- Added targets for 'hello' and 'hello2' in case anyone cares to try
- out the sample programs.
+ * 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
-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.
+ * 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.
-Tue Sep 26 21:34:45 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
+ * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated French keyboard.
- * [misc/dos_fs.c]
- DOS_SimplifyPath: Also remove "/./" from path. (Happens when
- starting applications like 'wine ./excel.exe')
+ * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
+ Fancier version of hello.c courtesy of Huw Davies.
-Sat Sep 23 23:32:40 1995 Morten Welinder <terra@diku.dk>
+ * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed compilation of the Control panel.
- * [configure.in]
- Avoid relative path for wine.ini.
+ * 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.
- * [rc/sysres_Da.rc]
- Support for Danish [Da] language.
+ * 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.
- * [misc/main.c] [miscemu/cpu.c]
- Return the processor we're running on correctly.
+ * 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.
- * [miscemu/int2f.c]
- Minor stuff in int 0x2f, function 0x16.
+ * 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.
-Sat Sep 23 1995 17:58:04 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * 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/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().
+ * if1632/gdi.spec, objects/gdiobj.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added GdiSignalProc() stub.
-Fri Sep 22 01:33:34 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
+ * 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.
- * [include/shell.h] [misc/shell.c]
- Implemented 4 drag/drop functions with documented functionality.
+ * 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.
- * [multimedia/time.c]
- "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
+ * 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.
- * [*/*]
- 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.
+ * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ SHCLSIDFromString, StrToOleStr implemented.
+ RLBuildListOfPaths stub.
- * [misc/file.c]
- Fixed GetDriveType return value.
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ DllGetVersion (not yet exported).
+ Small change to SHAppBarMessage.
- * [windows/message.c]
- Hooks are invoked in normal order.
+ * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
- * [miscemu/*]
- Added some functions and interrupts.
+ * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added StackEnter() and StackLeave() stubs
- * [misc/shell.c]
- Implemented Drag... functions.
+ * 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
-Thu Sep 21 23:50:12 1995 Jukka Iivonen <iivonen@cc.helsinki.fi>
+ * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added creator task to MCI struct.
- * [rc/sysres_Fi.rc] [rc/sysres.rc]
- First attempt at Finnish [Fi] language support.
+ * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Replaced 0xC000 by symbolic constants.
-----------------------------------------------------------------------------
-Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
+ Fixed small ==, != mixup.
- * [configure.in] [*/Makefile.in] [Make.rules.in]
- Cleaned up makefiles, added configuration option for Winelib,
- grouped common make rules in Make.rules.in.
+ * windows/defdlg.c, windows/defwnd.c:
+ Luc Tourangeau <luc@macadamian.com>
+ Implemented WM_NOTIFYFORMAT.
- * [Configure]
- Renamed to 'Configure.old'; please use 'configure' instead.
+ * loader/elf.c: Marcus Meissner <marcus@mud.de>
+ "foo" was not translated to "foo.so" in elf loader.
- * [controls/menu.c]
- Fixed DestroyMenu() to avoid deleting the same menu twice.
- More fixes to WM_MENUSELECT, and added WM_INITMENU.
+ * include/bitmap.h, objects/bitmap.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ LoadBitmap16()/LoadImage16() calling sequence simplified.
- * [if1632/relay.c]
- Fixed wrong register values displayed by RELAY_DebugCall32().
+ * 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.
- * [memory/local.c]
- Fixed LocalLock() and LocalUnlock() to increment/decrement the
- lock count for moveable blocks.
+ * include/process.h, relay32/utthunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Made Universal Thunk list per-process, not system global.
- * [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.
+ * include/commctrl.h: Paul Quinn <paulq@corel.ca>
+ Additional macro definitions.
- * [misc/main.c] [ANNOUNCE]
- Update the list of contributors. Please let me know if I forgot
- someone.
+ * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
+ Implemented TCM_ADJUSTRECT.
- * [rc/sysres.rc] [rc/sysres_En.rc]
- Moved English resources to sysres_En.rc.
- Changed ids from numeric to symbolic for dialogs.
+ * msdos/int09.c, msdos/ioports.c:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Removed "implicit declaration" warnings.
- * [windows/dialog.c]
- Modified template parsing to be able to pass segmented pointers to
- CreateWindow().
+ * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
+ Fixed OpenGL devices implementation.
- * [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.
+ * 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.
-Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
+ * */*.c:
+ Patrik Stridvall <ps@leissner.se>
+ More code moved to the X11 driver (bitmap and palette and misc).
- * [controls/scroll.c]
- Fixed scroll-bar bugs for non-client windows.
+----------------------------------------------------------------
+Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
+ * include/winbase.h, include/wingdi.h:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Move DM* defines from winbase.h -> wingdi.h.
- * [include/cursor.h] [windows/cursor.c]
- Cursor is not mirrored any more and the hotspot is set right.
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Fixed QueryInterface functions for IDirect3D 1 and 2.
-Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * ole/nls/Attic/dnk.nls: Apparently no longer needed.
- * [ole.h]
- Misc small fixes.
+ * 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.
-Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
+ * loader/module.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed CreateProcessA so it can handle commandlines with arguments and
+ no .exe.
- * [rc/sysres_Es.rc]
- First attempt at Spanish [Es] language support.
+ * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed GetModuleHandle16.
-Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Added Russian keyboard support.
- * [include/alias.h][windows/alias.c][include/relay32.h]
- New files
+ * include/winuser.h, relay32/user32.spec, windows/user.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added stub for SetSystemCursor.
- * [controls/widgets.c]
- WIDGETS_Init: register alias window procedures
+ * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
+ SetFileAttributesA: "implemented" setting of directory flag as test of
+ compatibility.
- * [if1632/callback.c]
- CallWndProc: Call alias functions if necessary
+ * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
+ keyboard support.
+
+ * 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.
+
+ * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Added missing WINAPIs.
+
+ * relay32/kernel32.spec, win32/newfns.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Added CreateIoCompletionPort stub.
+
+ * 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.
- * [if1632/gdi32.spec]
- GetStockObject, TextOutA: new relays
+ * msdos/int16.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented Get Shift Flags function.
- * [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
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI.
- * [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/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Changed stdlib.h to string.h.
- * [miscemu/int21.c]
- handle 0x440A and 0xDC
+ * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Added string.h.
- * [miscemu/int2f.c]
- handle 0x84
+ * 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".
- * [objects/dib.c]
- CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
+ * graphics/x11drv/bitblt.c, windows/nonclient.c:
+ Randy Weems <rweems@home.com>
+ Fixed off-by-one error if bitblt width or height is negative.
- * [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
+ * 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.
- * [windows/caret.c]
- CARET_Initialize: new function, call on strategic places
+ * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Thread-safe implementation of profile functions (Windows and Wine).
- * [windows/messagebox.c]
- MessageBox: register message box proc aliases
+ * include/message.h, loader/main.c, windows/timer.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Made the timer code thread safe.
- * [if1632/advapi32.spec][if1632/comdlg32.spec]
- New files
+ * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
+ Fixed possible endless loop.
- * [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
+ * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
+ Fixed LB_GETCURSEL message to return LB_ERR on empty list.
- * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
- Added stubs for new Win95 API
+ * 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.
-Sat Sep 2 1995 Martin Roy
+ * dlls/shell32/shellord.c, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stub shell_654.
- * [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.
+ * 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.
-Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
+ * dlls/comctl32/comctl32undoc.c:
+ Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
+ Fix problem in DPA_QuickSort where the sort order was inverted.
- * [loader/module.c] [loader/ne_image.c]
- Added support of self-loading modules.
+ * 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.
----------------------------------------------------------------------
-Thu Aug 31 17:19:57 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * 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.
- * [Configure]
- Added compile-time option for IPC.
+ * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
+ Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
- * [configure.in]
- Added command-line options for language, IPC and malloc
- debugging.
+ * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added int 0x09 and int 0x33.
- * [controls/menu.c]
- WM_MENUSELECT was sometimes sent to the wrong window.
+ * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
+ Implemented a int 0x33 handler, with a minimal implementation of the
+ mouse routines, including callbacks.
- * [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.
+ * 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.
- * [ipc/*.c] [memory/atom.c] [memory/global.c]
- IPC can now be configured out at compile-time.
+ * include/docobj.h: Paul Quinn <paulq@corel.ca>
+ Creation of docobj.h.
- * [loader/task.c]
- Bug fix in TASK_Reschedule() that could cause a task to be deleted
- twice.
+ * 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.
- * [miscemu/dosmem.c] (New file)
- Partial emulation of the BIOS data segment.
+Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/instr.c]
- Trap attempts to access selector 0x40 and remap the access to
- segment __0040H.
+ * debugger/editline.c: Abort on input error.
- * [tools/build.c]
- Fixed bug in CallTo32_LargeStack() that caused problems when
- compiling Wine with the -fomit-frame-pointer option.
+ * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
+ Population of oledlg.
- * [windows/message.c]
- Fixed bug in hardware event handling that could cause some events
- to get ignored.
+ * windows/x11drv/event.c, windows/painting.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Add IsWindow() checks after SendMessage() returns.
-Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
+ * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
+ Fixed a small bug in int10.
- * [ipc/README] [ipc/dde.tex]
- LaTeX documentation for the ipc and DDE stuff.
+ * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
+ COMBO_Size: maintain the height of the RectCombo when the window is
+ resized.
-Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
+ * 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.
- * [ipc/Imakefile] [ipc/wine_test_stub.c]
- Fixed IPC testing. Now it can be compiled with "make tests"
+ * include/windef.h: Jim Aston <jima@corel.ca>
+ Added a few empty macros.
-Wed Aug 23 21:04:14 1995 Fons Botman <botman@wab-tis.rabobank.nl>
+ * include/cursoricon.h, objects/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CURSORICON_Destroy: missing WINAPI added.
- * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
- Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
+ * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
+ Added translation for SO_RCVTIMEO (as seen by IE4).
-Sun Aug 20 13:49:42 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/int21.c]
- Misc fix to int21,ah=40 (write) to match _lwrite().
- AX=0x440A (check if handle is remote) added.
+ * server/process.c: Create startup info for the initial process.
- * [multimedia/mmsystem.c]
- Moved mciSendString to mcistring.c.
+ * 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.
- * [multimedia/mcistring.c]
- New file, string interface for MCI (not complete, not thoroughly
- tested).
+ * 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.
- * [multimedia/audio.c]
- IOCTL prints errors; one paranoid check disabled.
+ * 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.
- * [misc/file.c]
- Misc operator precedence fixes.
+ * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
+ Added missing ending pragma pack.
- * [if1632/gdi.spec] [objects/bitblt.c]
- Stub for FastWindowFrame (parameters not correct).
+ * 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.
-Sat Aug 19 01:31:23 1995 Graham Menhennitt <gfm@werple.mira.net.au>
+Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/ne_image.c]
- Preliminary support for iterated segments.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: cope with quoted arguments for CreateProcess().
-Sat Aug 19 00:43:04 1995 Andrew Taylor (ataylor@cadvision.com)
+ * loader/resource.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed typo in SizeofResource().
- * [windows/mapping.c]
- In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
- the absolute value of (ydim / xdim) or (xdim / ydim).
+ * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ lstrcpyA can't use strcpy.
-Thu Aug 15 23:00:16 Gregory Trubetskoy <grisha@mira.com>
+ * 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).
- * [objects/oembitmap.c]
- Added some includes for Windows 95.
+ * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Added strlwr.
- * [include/sysmetrics.h]
- Added some sysmetrics for Windows 95.
+ * loader/pe_image.c, msdos/int21.c:
+ Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Cosmetics.
- * [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.
+ * if1632/mmsystem.spec, relay32/winmm.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
-Thu Aug 10 12:00:00 1995 Jan Willamowius (jan@janhh.shnet.org)
+ * 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).
- * [misc/shell.c] [rc/sysres*.rc]
- The caption of the ShellAbout dialog box is language specific and
- should be defined in the resources.
+ * 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).
-----------------------------------------------------------------------
-Thu Aug 17 19:30:14 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Implemented mciExecute.
- * [*/Makefile.in]
- Removed winelibclean target, as it doesn't work anyway.
+ * include/multimedia.h, multimedia/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added yield proc members to mci struct.
- * [controls/button.c]
- Avoid drawing the focus rectangle outside of the button.
+ * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added mixer specfic error codes, fixed type in function name.
- * [controls/widgets.c]
- Fixed bug with the size of the reserved bytes for the Edit
- control (caused Eudora to crash).
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed return codes for default driver proc.
- * [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.
+ * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
+ Made LB_GETCURSEL return focus_item if no item has been selected.
- * [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.
+ * windows/x11drv/keyboard.c:
+ Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
+ Added Finnish keyboard layout.
- * [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.
+ * 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.
- * [loader/task.c]
- Fixed environment allocation to compute the size dynamically.
- Added 'windir' environment variable.
- Fixed GetDOSEnvironment() to return the current task environment.
+ * include/winspool.h, misc/printdrv.c:
+ Klaas van Gend <klaas@vangend.demon.nl>
+ Implementation of EnumPrintersA, info level 4 and 5.
- * [windows/message.c]
- Fixed bug in MSG_GetWindowForEvent().
+ * 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!).
-Wed Aug 9 11:40:43 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
+ Fixed "reached end of non void..." warnings.
- * [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 :)
+ * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
+ MessageBox32A -> MessageBoxA
- * [misc/dos_fs.c]
- Make umsdos mounted windows dirs work again.
+ * loader/module.c, relay32/kernel32.spec:
+ Sergey Turchanov <turchanov@usa.net>
+ Implementation for FreeLibraryAndExitThread.
+ Made GetBinaryType = GetBinaryTypeA.
- * [miscemu/emulate.c]
- Added some comments, preimplementation of subfunction 7.
+ * 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.
- * [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.)
+Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
- * [multimedia/mcicda.c]
- Segptr fixes in DriverProc
- Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
- link to your real cdrom device.
+ * 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.
-Tue Aug 8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
+ * 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/resource.c]
- Don't crash in a LoadString to NULL
+ * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
+ One small error corrected and the 102th key...
- * [loader/resource.c]
- Fixed accelerators to work with modifiers. (ALT-x modifiers still
- won't work unless the ALT keypress exited the menu.)
+ * 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.
- * [misc/file.c]
- Expand a file to the current offset with an _lwrite of size zero.
+ * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
+ Fixed prototypes of a couple of comm routines.
- * [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>
-
- * [misc/main.c] [include/msdos.h]
- Fixed to return DOS version 6.22, and the correct byte order
- for Windows programs.
-
-Wed Aug 2 12:36:33 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [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.)
-
- * [loader/task.c] [memory/selector.c]
- In FreeSelector(), walk up the stack and fix the frames.
-
- * [objects/dib.c]
- Missing break statement in DIB_SetImageBits_RLE8().
- In GetDIBits(), set the compression flag in the bitmap info to zero.
-
- * [windows/dialog.c]
- GetNextDlgGroupItem() needs to treat the first child as if it had
- an implicit WS_GROUP bit set.
-
-Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
-
- * [misc/dos_fs.c]
- Quick'n dirty fix for the initialisation of the Z: information
- structure.
-
-----------------------------------------------------------------------
-Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
-
- * [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.
-
- * [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.
+ * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Fixed typo.
- * [windows/win.c]
- Added function WIN_GetTopParent to get the top-level parent of a
- window.
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Clear update region before WM_NCDESTROY.
-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
+ * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
+ Got rid of SYSTEM_LOCK macros.
- * [objects/clipping.c]
- RectVisible: Fixed call to LPToDP
-
- * [rc/winerc.c]
- main: Removed extra argument to getopt for Linux.
+Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
-Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * misc/main.c: No longer need to delete system heap critical section.
- * [controls/listbox.c]
- Yet another fix for ListBoxDirectory().
-
- * [loader/module.c] [if1632/kernel.spec]
- Make GetModuleHandle() accept instance handles as parameter.
+Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
+ Added a check for desktop in SHGetFileInfo.
- * [windows/message.c]
- Tried to fix mouse event handling with respect to disabled
- windows.
+ * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some bugs in MCI message mapping (32A => 16).
- * [windows/painting.c]
- Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
- infinite loops.
+ * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed WIN_SendDestroyMsg.
- * [windows/win.c]
- Fixed IsWindowVisible() to return FALSE when one of the parent
- windows is hidden.
+ * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
+ Removed definitions for FIONREAD and FIONBIO.
-Sat Jul 1 22:08:21 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixes some return values for DefDriverProc.
- * [if1632/compobj.spec][misc/compobj.c]
- CoGetMalloc: New function
- Added relay entries for COMPOBJ ordinals above 100
- CoInitialize: Changed parameter to DWORD
+ * 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.
- * [if1632/ole2.spec]
- Exported implementation of OleBuildVersion
+ * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Hide dialog windows created by CreateDialog* in EndDialog just as
+ Windows does.
- * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
- ole2disp.c: New file
- SysAllocString, SysReallocString, SysAllocStringLen,
- SysReAllocStringLen, SysFreeString, SysStringLen: new functions
+ * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
+ Set type of destination variant in VariantChangeTypeEx function.
- * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
- CompareStringA: New function
+ * windows/x11drv/keyboard.c:
+ Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Fixed Danish keyboard layout.
-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.
+Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Jun 29 13:47:08 GMT 1995 Göran Thyni (goran@norrsken.bildbasen.se)
+ * 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.
- * [misc/commdlg.c]
- Extensive changes and bug fixes to FileDialog handling,
- behaves more like native Windows.
+ * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
-Wed Jun 28 13:04:44 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
+ msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
- * [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.
+ * relay32/kernel32.spec, misc/toolhelp.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added Module32* stubs.
- * [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.
+Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/hook.c]
- CallNextHookEx() used to crash when called with a null hhook. Fixed.
+ * windows/x11drv/keyboard.c:
+ Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
+ Added Portuguese keytable.
-Wed Jun 28 10:14:34 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
+ * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
+ Added Canadian French keyboard layout.
- * [include/neexe.h][loader/ne_image.c]
- NE_LoadSegment: Detect iterated segments
+ * windows/x11drv/keyboard.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Added UK keyboard layout.
- * [misc/ole2nls.c]
- LOCALE_SLONGDATE: fixed typo
+ * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
+ <paranoid07@hotmail.com>
+ Fixed/implemented various interrupt functions.
- * [miscemu/int5c.c]
- Reordered include files to avoid conflicts with Linux libc.5.1
+ * 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.
- * [rc/winerc.c]
- Added -b option to process binary resource files into C arrays
+ * windows/win.c: Francis Beaudet <francis@macadamian.com>
+ Implemented a more defensive version of WIN_SendDestroyMsg.
- * [include/callback.h]
- CallWndProc: Added dummy ds parameter for libwine
+ * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
+ Install headers from $(SRCDIR).
- * [include/gdi.h][include/user.h]
- USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
+ * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
+ Removed the obsolete ICOM macros.
- * [include/ldt.h][include/stackframe.h]
- defined segment conversion macros for libwine
+ * 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.
- * [misc/atom.c]
- Defined USER_HeapSel for libwine
+ * msdos/int15.c: <paranoid07@hotmail.com>
+ Added some stubs for int15 functions.
- * [misc/main.c]
- Disable -dll option for libwine
+ * 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.
- * [misc/user.c]
- removed GetFreeSystemResources, SystemHeapInfo from libwine for now
+ * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
+ Return error if not a valid OLE compound file.
- * [toolkit/heap.c]
- fixed LocalLock prototype
+ * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
+ Fix crash if lpuCurDirLen or lpuDestDirLen==0.
- * [toolkit/sup.c]
- sync'ed load_mz_header, load_ne_header with structures
+ * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
+ Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
+ strange).
- * [toolkit/winmain.c]
- Disabled resource DLLs for libwine for now
+Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
-Mon Jun 26 19:30:24 1995 Hans de Graaff (graaff@twi72.twi.tudelft.nl)
+ * 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().
- * [misc/main.c]
- Fixed -enhanced option to report a 386 CPU instead of a 286.
+ * 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.
-Fri Jun 23 23:18:25 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
+ * 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.
- * [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)
+ * 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).
- * [misc/profile.c]
- Fixed problem parsing empty lines within sections in .ini files.
+ * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
+ debug.h must be last, or we get ERR() macro problems again.
-----------------------------------------------------------------------
-Mon Jun 19 20:29:50 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
+ * 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.
- * [debugger/*.c]
- Modified debugger to use segmented pointers everywhere.
+ * loader/main.c, misc/callback.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fix compiler warnings.
- * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
- Declared all functions that return only 16-bit as 'pascal16'.
+ * 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.
- * [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.
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Avoid unnecessary error messages.
- * [loader/module.c]
- Fixed bug with module file handle cache.
+ * 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/ne_resource.c]
- Fixed file name bug in NE_AccessResource().
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Corrected bug in enumeration function.
- * [loader/resource.c]
- Fixed bug in LoadIcon() that caused wrong colors to be used for
- the icon mask.
+ * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Fixed bug introduced in WIN_FindWindow.
- * [loader/signal.c]
- Moved instruction emulation to miscemu/instr.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.
- * [misc/dos_fs.c] [miscemu/int21.c]
- Lots of small fixes, thanks to Morten Welinder.
+Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [miscemu/dpmi.c]
- More complete DPMI emulation.
+ * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
+ Francois Gouget <fgouget@psn.net>
+ Updated the interfaces to use the latest ICOM macros.
- * [miscemu/instr.c]
- Added support for prefixes in instructions to emulate.
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated.
- * [miscemu/int2f.c]
- Use register macros instead of destroying the high part of 32-bit
- registers.
+ * 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.
- * [objects/dc.c]
- Fixed bug in GetDCState() that failed to clear the new DC.
+ * include/digitalv.h, multimedia/mciavi.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make use of digitalv.h file.
- * [rc/sysres.rc]
- Removed dialogs 11 and 12 that were never used.
+ * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed how list of loadable MCI drivers is obtained.
- * [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.
+ * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
+ Describes in newbie terms how to add new keyboard layouts.
- * [windows/defwnd.c]
- Accept a NULL pointer as window title.
+ * 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.
- * [windows/mdi.c]
- MDICascade: skip iconic windows.
- Implemented CalcChildScroll().
-
- * [windows/utility.c]
- Fixed MulDiv() for illegal values.
+ * 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.
- * [windows/win.c]
- Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
- a zero width or height.
+ * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cosmetic fixes.
-Sun Jun 18 22:22:30 MET DST 1995 Fons Botman (botman@inter.nl.net)
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Makes use of new CDAUDIO_Seek() function.
- * [controls/edit.c]
- Fixed "uninitalized" message which -Wall couldnt see to be ok
- in EDIT_WriteText.
+ * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Various fixes for MSCDEX traps.
- * [include/debug.h]
- Added define for extra checks in API definitions during debugging.
+ * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added new function CDAUDIO_Seek().
- * [loader/ne_image.c]
- Added newline in NE_FixupPrologs to avoid long lines.
+ * 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.
- * [misc/dos_fs.c]
- Added extra safety check in DOS_ValidDrive.
+ * include/peexe.h, loader/resource.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
+ code.
- * [misc/exec.c]
- Fixed definition of ExitWindows.
-
-Sun Jun 18 21:16:08 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
+ Fixed make install.
- * [controls/edit.c]
- Some fixes, mostly for memory management, but also for text selection
- and tab postitions. General cleanup. Notepad.exe now works.
+----------------------------------------------------------------
+Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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.
- * [controls/listbox.c]
- Handle itemID field correctly throughout.
+ * */*: Jim Aston <asto0001@algonquinc.on.ca>
+ Renamed wintypes.h to windef.h.
- * [memory/local.c]
- Implemented flag LMEM_ZEROINIT.
- LocalReAlloc() could trash the heap. Fixed.
+ * memory/heap.c: Make the system heap critical section global.
- * [objects/font.c]
- FONT_MatchFont(): don't get confused by negative widths.
- Fixed a segfault in EnumFonts().
+ * Make.rules.in:
+ Fixed Makefile up-to-date check to avoid relinking all the object
+ files.
- * [objects/text.c]
- DrawText(): DT_CALCRECT implies DT_NOCLIP.
+ * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
+ Reimplemented some code without using X11.
- * [objects/dcvalues.c]
- MAKELONG was used with bad parameters in DC_GET_X_Y.
+ * graphics/ddraw.c, relay32/ddraw.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
- * [windows/dialog.c]
- Don't show the dialog if WS_VISIBLE isn't set in the template.
+ * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
+ Added tracing for delayed imports and removed the fixme.
- * [windows/utility.c]
- UTILITY_convertArgs(): Never pass an expression containing ++ into a
- macro...
+ * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
+ Better implementation of GetShortPathNameA/W.
- * [windows/win.c]
- SetParent() should unlink the window before changing the parent.
+ * 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.
- * [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.
+ * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix OemToAnsiBuff for real Win31 behavior.
- * [miscemu/instr.c]
- Ignore interrupt 0x3D, for VBRUN300.DLL.
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ First attempt at supporting different keyboard layouts with their
+ correct scancode mapping.
- * [misc/commdlg.c]
- Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
- pointer to the item text.
+ * 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.
- * [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.
+ * rc/winerc.c: Fixed compilation.
-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.
+ * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
+ Ignore generated files.
-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.
+ * programs/notepad/lcc.h: Fixed make depend.
- * [if1632/relay.c] [loader/main.c]
- Removed winestat option, as it was no longer very meaningful.
+ * 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.
- * [include/stackframe.h]
- New macro MAKE_SEGPTR that creates a segmented pointer to a local
- variable on the 32-bit stack.
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make GetModuleHandle16 only look for module names, not path names.
- * [loader/module.c]
- Added support for multiple instances of an application.
- Implemented LoadModule() and FreeModule().
+ * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
+ Added some more vga video modes.
- * [loader/ne_image.c] [loader/task.c]
- Moved initialisation of built-in DLLs to InitTask().
+ * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Prevent X11 errors when XCreateWindow is called with zero width or
+ height.
- * [memory/global.c]
- Implemented discardable blocks.
+ * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Added metafile support for ExtFloodFill.
- * [misc/file.c]
- Search path of current executable in OpenFile().
- Fixed bug with searching in Windows path.
+ * 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.
- * [misc/lstr.c]
- Hard-coded translation tables for Ansi<->Oem.
+ * 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.
- * [misc/user.c]
- Moved some global initializations to InitApp(), because they need
- a task context to be performed.
+ * 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.
- * [objects/dc.c]
- Handle R2_BLACK and R2_WHITE specially so that they work correctly
- with palette displays.
+ * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a silly VGA-emulation palette bug.
- * [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.
+ * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of ugly warnings (caused by ugly errors).
- * [windows/msgbox.c]
- Moved message box code from misc/ to windows/.
+ * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Bug fix.
-Mon May 15 23:40:04 1995 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
+ * 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
- * [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).
+ * README: Ove Kaaven <ovek@arcticnet.no>
+ Corrected location of FAQ.
- * [misc/profile.c]
- Change getc() to fgetc() where needed.
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Fully implemented Direct Console Input.
-Mon May 15 22:10:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/Imakefile]
- added entries for the new files gdi32.spec, kernel32.spec,
- user32.spec, shell32.spec and winprocs32.spec.
+ * 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.
- * [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/wingdi.h: Francois Gouget <fgouget@psn.net>
+ It is now possible to use the standard macros for GetTextExtentPoint
+ and GetTextExtentPoint32.
- * [include/pe_image.h]
- Added structures WIN32_builtin and WIN32_function
+ * include/prsht.h: Francois Gouget <fgouget@psn.net>
+ Fixed some SendMessage32A that escaped the renaming.
- * [include/peexe.h]
- PE_Import_Directory: renamed reserved fields to
- TimeDate, Forwarder, Thunk_List
+ * include/ole2.h: Francois Gouget <fgouget@psn.net>
+ On windows ole2.h includes oleauto.h and some programs depend on this.
- * [include/winerror.h]
- New file.
+ * 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.
- * [loader/main.c]
- called RELAY32_Init
+ * 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.
- * [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
+ * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
+ Updated AVI* class interface to new ICOM_ methods.
- * [loader/resource.c]
- DumpIcon: new function
+ * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
+ Some fixes and additions.
- * [misc/kernel32.c]
- New file.
+ * 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).
- * [misc/main.c]
- make stdout and stderr unbuffered
+ * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
+ Reimplemented DrawFocusRect without using X11.
- * [misc/shell.c]
- DoEnvironmentSubst: new function
+ * 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.
- * [objects/font.c]
- FONT_MatchFont: try oblique if there is no italic
+ * include/wine/obj_olefont.h, ole/olefont.c:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the IPersistStream interface on the OLE font object.
- * [rc/Imakefile][rc/parser.l]
- yywrap: new function
- Don't link with libfl.a on Linux
+ * miscemu/emulate.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make function BX=6 round ST0 to integer.
- * [tools/build.c]
- Added keywords stdcall, subsystem, base
- GenerateForWin32: new function
- BuildSpecFiles: call GenerateForWin32 if subsystem is win32
+ * 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
-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.
+ * 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
- * [memory/local.c]
- Rewrote local heap handling to use a Windows-compatible layout
- (not really finished yet).
- Implemented TOOLHELP heap-walking routines.
+ * 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.
- * [memory/selector.c]
- Implemented LDT manipulation API functions.
+ * 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.
-Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
+ * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
+ Fix CreateProcess to handle lpCommandline better.
- * [windows/defdlg.c]
- Fixed problem where dialogs closed using the System menu
- ('Close' item or double click on close box) would
- hang Wine.
+ * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
+ Change GetStartupInfoA/W to return the real StartupInfo.
-Sun Mar 12 14:28:13 1995 Michael Patra <micky@marie.physik.TU-Berlin.DE>
+ * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
+ Handle null wndPtr for mdi window.
- * [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)
+ * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
+ Fixed a couple of missing #defines for Win32 API functions with
+ ASCII/Unicode versions.
- * [loader/selector.c]
- GetMemoryReference(): Added support for __AHIncr and __AHShift
+ * 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.
- * [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
+ * 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.
- * [miscemu/int21.c]
- GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
+ * 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.
-Sat Mar 11 19:46:19 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
+ Definition for OleCreateLinkFromClip was incorrect.
- * [controls/menu.c]
- ChangeMenu: defaults to MF_INSERT
- InsertMenu: allow insertion even if position is one after last item
+ * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
+ Mask out the upper 12 bits from the resourceid, just like win95 does.
- * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
- [if1632/storage.spec] [include/dlls.h]
- Added stubs for STORAGE.DLL and COMPOBJ.DLL
+ * BUGS: Ove Kaaven <ovek@arcticnet.no>
+ Updated bug list by my knowledge of them.
- * [if1632/user.spec] [windows/message.c]
- InSendMessage: new function
+ * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
+ StgCreateDocfile accepts NULL as a file name.
- * [include/neexe.h][include/ne_image.c]
- NE_FixupSegment: fixed handling of additive records
+ * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Added support for alternate DIBBITBLT layout.
- * [loader/selector.c]
- GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
+ * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
+ Buffer size bug in LocateDebugInfoFile.
- * [loader/signal.c]
- win_fault: Enter debugger on SIGFPE, too
+ * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Improved "error" message readability.
-Wed Mar 1 21:47:42 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
- * [miscemu/int*.c]
- Various minor modifications to the clock tick counter,
- FindFirst/FindNext funcs, and DPB handling.
+ * dlls/comctl32/listview.c: Fixed make depend
-----------------------------------------------------------------------
-Thu Mar 2 17:44:32 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
+Fri Mar 12 17:42:50 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.
+ * 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.
- * [include/bitmaps/oic_*]
- Added OEM icons in XPM format.
+ * 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.
- * [objects/dib.c]
- Bug fix in DrawIcon().
+ * resources/.cvsignore: Added sysres_Ru.s
- * [rc/sysresbm.rc]
- Removed; all bitmaps are stored in XPM format now.
+ * 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.
-Tue Feb 28 18:54:28 1995 Tomi Leppikangas (tomilepp@paju.oulu.fi)
+ * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed use of WND struct.
- * [controls/edit.c]
- Small patch to fix edit-control when it's created with text.
+ * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
+ Added #ifdef HAVE_WCTYPE_H.
-Sun Feb 26 20:22:15 1995 Michael Veksler (e1678223@tochnapc2.technion.ac.il)
+ * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
+ Removed direct access to the WND struct.
- * [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>
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Message translation for WM_WININICHANGE.
- * [controls/listbox.c]
- ListBoxDeleteString(): Fixed
+ * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
+ obm_closed_95 should not be drawn inverted.
- * [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.
+ * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Removed direct access to the WND struct.
-Sun Feb 26 15:55:14 MET 1995 Martin von Loewis (loewis@informatik.hu-berlin.de)
+ * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Improved performance.
- * [Configure]
- Ask for OLE stubs and malloc debugging
+ * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
+ Create a new DC in GetDCEx when none are available.
- * [Imakefile]
- link with libmcheck.a if necessary
+ * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
- * [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
+ * 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.
- * [loader/library.c]
- GetModuleHandle,ModuleNext: Check dll_is_used
+ * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
- * [loader/ne_image.c]
- Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
- to mean, anyway?)
+Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/olecli.c][misc/olesvr.c]
- New files. Add to misc/Imakefile
+ * 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.
- * [misc/dos_fs.c]
- DOS_GetUnixFileName: make a copy of the input parameter to
- prevent overwriting
+ * 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.
- * [misc/main.c]
- MAIN_ParseDLLOptions: new function
- MAIN_ParseOptions: treat -dll command line flag
- main: add support for malloc debugging
+ * 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).
-Fri Feb 24 12:43:27 1995 Erik Svendsen <z3esv@kmd-ac.dk>
+ * include/syslevel.h, scheduler/syslevel.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented _ConfirmWin16Lock (KERNEL32.96).
- * [loader/signal.c]
- Small patch for people using FreeBSD-2.1.0.
+ * 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)
-Fri Feb 17 22:49:18 1995 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+ * include/queue.h, windows/message.c, windows/queue.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented SendMessageTimeout() functions.
- * [toolkit/sup.c]
- Added return values to the Call* routines
+ * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
+ Marcel Baur <mbaur@g26.ethz.ch>
+ Added Boyer-Moore text search.
- * [toolkit/winmain.c]
- Load the resource file properly for WineLib applications.
+ * 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.
-----------------------------------------------------------------------
-Thu Feb 16 18:57:31 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
+ * include/module.h, loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Deleted NE_FreePEResource().
- * [if1632/call.S]
- Only save the lower 16-bits of SP and BP.
+ * 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.
- * [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.
+ * 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).
- * [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.
+ * 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.
- * [tools/build.c]
- Small optimization for calls to 32-bit code.
+ * 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.
-Sun Feb 12 03:19:47 1995 Michael Veksler (s1678223@t2.technion.ac.il)
+ * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Windows doesnt allow dashed and dotted lines > 1.
- * [tools/build.c]
- Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a reference-counting problem in the external lock mechanism.
-Sun Feb 11 20:00:00 1995 Göran Thyni (goran@norrsken.bildbasen.se)
+ * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a simple bug in the implementation of the ShellView objects.
- * [debugger/dbg.y]
- Remove unnecessary sym-table loading when stopped in 16-bit mode.
+ * dlls/shell32/shell32_main.c, include/shell.h:
+ Sergey Turchanov <turchanov@usa.net>
+ Added some extra CSIDLs.
- * [include/segmem.h] [loader/selector.c]
- Added dynamic alloction of selectors.
- Fixed some problems with large programs SIGSEGV-ing while
- running out of selectors.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Allow lpCommandLine == NULL in CreateProcess().
- * [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/x11drv/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
-Mon Feb 6 18:07:38 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * 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.
- * [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.
+ * ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Implementation of the ReleaseStgMedium method.
-Sat Feb 4 21:21:13 1995 Michael Veksler (s1678223@t2.technion.ac.il)
+Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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
-Fri Feb 3 18:53:15 1995 Martin v. Loewis (loewis@marie)
+ * include/ntddk.h, include/ntdef.h, include/winnt.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many new prototypes.
- * [Imakefile]
- make wine.sym only when making emulator
+ * loader/resource.c, include/module.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fix use of wrong prototype from ntdll.h.
- * [misc/file.c]
- OpenFile(): report as not implemented for WINELIB
+ * dlls/advapi32/security.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Make more functions just calling down to ntdll.
+ New: GetSecurityDescriptorSacl.
- * [misc/winsock.c]
- Fix CONVERT_HOSTENT and friends for use with WINELIB
+ * graphics/psdrv/afm.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Accept "Normal" as a valid AFM weight.
- * [rc/Imakefile][rc/rc.y][rc/parser.c]
- Rename rc.y to parser.y
- Use flex and bison on Sun
+ * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
+ Smarter way of searching for a free block.
- * [toolkit/sup.c]
- CallWindowProc: fix parameter type
+ * 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.
- * [windows/event.c]
- Commented #ifdef sparc
+ * 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.
-----------------------------------------------------------------------
-Wed Feb 1 19:27:55 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * msdos/dpmi.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Needs thread.h for non-Linux.
- * [windows/nonclient.c] [windows/winpos.c]
- Implemented maximized windows.
- Implemented icon positioning and ArrangeIconicWindows().
- Bug fixes in SetWindowPos().
+ * 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.
- * [windows/painting.c]
- Implemented GetControlBrush().
- Window frame is no longer contained in the update region.
+ * 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.
- * [windows/win.c]
- Destroy owned windows upon DestroyWindow().
+ * 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.
-Sun Jan 29 16:17:22 1995 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [controls/edit.c]
- Changed line terminator to \r\n to be compatible with
- Windows. Fixed bug in text selection.
+ * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Made message "Resource not found" WARN.
-Sun Jan 29 14:10:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+ * 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.
- * [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.
+ * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
+ Adds C++ nameless union support to tagVARIANT.
-----------------------------------------------------------------------
-Sun Jan 22 18:55:33 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * 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>
- * [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.
+ * 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.
- * [objects/color.c]
- Fixed bug that caused seg-fault on 24bpp displays.
+ * 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.
- * [objects/bitblt.c]
- Fixed bug when shrinking a bitmap to more than half its size.
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
+ (Interrupt list did not have correct.)
- * [windows/graphics.c]
- Fixed bugs in PaintRgn() and Polyline().
+ * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added stubs for two missing methods of DInput.
- * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
- Fixed some problems with window background painting.
+ * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed a bug.
-Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
+ * 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).
- * [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)
+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.
- * [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.
+ * scheduler/client.c, scheduler/thread.c:
+ Removed thread queue functions.
+ Changed initial thread creation to avoid memory allocations.
+ Moved server startup to THREAD_CreateInitialThread.
-----------------------------------------------------------------------
-Mon Jan 9 18:27:11 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * 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.
- * [Imakefile]
- Compiling with -Wall flag.
+ * 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.
- * [*/*]
- Fixes to minimize the number of compilation warnings.
+ * 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.
- * [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).
+ * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing WINAPIs.
- * [objects/brush.c] [objects/dither.c]
- Merged the two files into brush.c
+ * 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.
- * [objects/dc.c]
- Fixed bug when the Windows programs forget to re-select the
- original bitmap in a memory DC.
+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)
- * [objects/font.c]
- Tty to use 'fixed' font when the system font can't be found.
+ * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
+ Added a check for the existence of wine.sym before installing it.
- * [windows/dialog.c]
- Tentative fix to make dialogs look better when using fixed-width
- fonts.
+ * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Added some new stubs for the OLE menu descriptor methods.
- * [windows/graphics.c]
- Partially implemented the PS_INSIDEFRAME pen style.
+Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/nonclient.c]
- Fix for windows that have the WS_EX_DLGMODALFRAME style bit
- without the WS_DLGFRAME style.
+ * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
+ Fixed message filtering check.
-Thu Jan 5 13:37:42 1995 Cameron Heide (heide@ee.ualberta.ca)
+ * 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.
- * [memory/global.c]
- GlobalCompact should now return the correct value when the
- largest run of free blocks includes the last block.
+ * 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.
- * [windows/mdi.c]
- Tiling and cascading windows without any MDI children should
- no longer crash (assuming no-op is the correct thing to do).
+ * 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).
-Sun Jan 1 23:30:25 1995 Fons Botman <botman@rabo.nl>
+ * 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.
- * [objects/font.c]
- GetTextExtentPoint: fixed debug output, str is counted string, not
- zero terminated.
+ * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
+ Don't hang on the last child if it's not wanted.
- * [if1632/relay.c]
- DLLRelay: when debugging_stack got segv, added upper bound for
- stack dump.
+ * 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.
-----------------------------------------------------------------------
-Tue Dec 27 13:35:16 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
+ Fix redraw problems for ChooseColor dialog.
- * [*/Imakefile]
- All objects files are now kept in their respective directory.
+ * */*.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed a lot of occurences of windows.h (and added necessary other
+ includes).
- * [README]
- Rewrote most of it.
+ * 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.
- * [objects/bitblt.c]
- Rewrote BitBlt() to look right in every case, while minimizing
- the impact on performance. Not really finished yet.
+ * 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.
- * [objects/bitmap.c] [objects/dc.c]
- Fixed bug with pattern brushes.
+ * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
+ Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
+ include/wine/obj_base.h)
- * [objects/clipping.c] [windows/painting.c]
- Fixes for logical coordinates.
+Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/color.c] [windows/graphics.c]
- Fixed GetPixel() to return the correct color, and made it faster.
+ * 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.
- * [objects/region.c]
- Fixed bug in CombineRgn() when one of the region is empty.
+ * windows/x11drv/wnd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
-Fri Dec 22 01:42:57 MET 1994 Dag Asheim (dash@ifi.uio.no)
+ * 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.
- * [Configure]
- Don't assume that expr handles '==', use '=' instead.
- Give a (hopefully informative) message if imake fails.
+ * 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 Dec 7 14:52:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- Fixed problems due to new scroll-bar code.
+ * 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.
- * [loader/signal.c] [miscemu/ioports.c]
- Handle I/O opcodes that use an absolute address.
+ * 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.
- * [objects/text.c]
- Implemented TabbedTextOut().
+ * 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).
-Sat Dec 3 18:53:08 1994 Kenneth MacDonald <K.MacDonald@ed.ac.uk>
+ * 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
- * [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)
+ * 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.
- * [Imakefile]
- wine.sym: Remove gcc2_compiled and friends
+ * 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.
- * [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){
+ * 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.
- * [if1632/call.S]
- CallToLibMain: New function
+ * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not print 'wine: no executeable found' if we did execute something.
- * [if1632/relay.c][include/options.h][misc/main.c]
- [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
- removed Options.relay_debug
+ * 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/heap.h]
- HEAP_OWNER: Use ds instead of cs:ip
+ * 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.
- * [loader/ne_image.c]
- LoadNEImage: Remember current exe, handle nodata dlls
- InitNEDLL: handle nodata dlls, call CallToLibMain
+ * 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.
- * [loader/selector.c]
- CreateSelectors: Initialize auto_data_sel with 0
+ * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
+ Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
- * [memory/heap.c]
- HEAP_CheckHeap: Check prev
- HEAP_CheckLocalHeaps: new function
+ * 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.
- * [misc/profile]
- Remember and dump only changed profiles
+ * 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.
- * [tools/makedebug]
- Introduce debugging_xxx flags
+ * 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.
-Sun Nov 27 23:13:22 MET 1994 <erik@xs4all.nl>
+ * 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.
- * [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.
+ * windows/input.c, include/winuser.h, relay32/user32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented MapVirtualKeyEx (ticket 21).
+ Ignore keyboard layout for now.
- * [*/*]
- - 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.
+ * 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/main.c]
- Added one static string which list the names of the contributors.
+ * 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 Nov 25 16:24:27 MET 1994 Dag Asheim (dash@ifi.uio.no)
+Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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).
- * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
- Norwegian resources and small fixes to the german resources.
+ * 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.
-Wed Nov 23 20:28:59 1994 Martin von Loewis (martin@cs.csufresno.edu)
+ * 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.
- * [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
+ * 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.
- * [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
+ * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Spelling fixes.
- * [misc/shell.c]
- ShellAbout(): Load resource from memory
+ * 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.
-----------------------------------------------------------------------
-Sun Nov 20 18:30:06 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * include/wingdi.h, objects/dib.c:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fix types of GetDIBits functions (LPSTR should be LPVOID).
- * [controls/scroll.c] [include/scroll.h]
- Rewritten most of scroll-bar code for better Windows look & feel.
- Implemented EnableScrollBar().
- Preliminary keyboard support.
+ * 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/bitblt.c]
- Fixed BadMatch error for BitBlt() and StretchBlt() when reading
- bits from outside the visible region.
+ * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
+ The systems buttons (minimize/restore/close) now appear on the menu
+ bar of mdi application.
- * [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.
+ * 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.
- * [tools/make_debug]
- Made the make_debug script more robust.
+ * 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
- * [windows/dialog.c]
- Fixed CheckRadioButton().
+ * 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.
- * [windows/nonclient.c]
- A few changes to scroll-bar drawing and tracking.
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Sounds were cut off due to integer overflow. Fixed.
- * [windows/winpos.c]
- Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
- avoid confusion, and optimized it somewhat.
+ * 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>
-Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
+ * 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.
- * [misc/audio.c]
- * [misc/mcianim.c]
- more coding but nothing spectacular.
+ * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
+ Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
+ problems).
- * [misc/mmaux.c]
- some coding to access '/dev/mixer'.
+ * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing ULONG to static const OFFSET_xx.
- * [misc/midi.c]
- some coding to read .MID files, but it's not playing yet.
+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.
-Sun Nov 13 19:31:03 1994 James Youngman (mbcstjy@afs.man.ac.uk)
+ * dlls/msacm32/driver.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Another usage of non-portable functions...
- * [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.
+ * msdos/dosmem.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Some values of pBiosData added/fixed.
- * [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/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.
-Sun Nov 13 00:07:11 MET 1994 Erik Bos <erik@xs4all.nl>
+ * 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.
- * [objects/dib.c]
- Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
- now work.
+ * 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/ne_resource.c] [include/resource.h]
- Some cleanup.
+ * 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 Nov 10 20:44:58 1994 Martin von Loewis (martin@cs.csufresno.edu)
+ * include/monitor.h, windows/multimon.c:
+ Patrik Stridvall <ps@leissner.se>
+ Implementation of the new monitor abstraction.
- * [Configure]
- [rc/sysres.rc]
- Primitive compile-time support for multiple languages
+ * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ New TTY driver for GDI.
- * [rc/sysres_De.rc]
- New file
+ * 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
- * [loader/resource.c]
- LoadBitmap: Recognize end of sysresbm properly
+Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [rc/Imakefile]
- Rules to compile resources simplified, dependencies changed
+ * 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.
- * [rc/sysresbm.rc]
- Don't use sysresbm if using XPM
+ * 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.
- * [windows/dialog.c]
- CreateDialogIndirectParam: Reverse Z-order of controls
+ * 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).
- * [windows/message.c]
- MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
+ * 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.
- * [windows/winpos.c]
- NextWindowFromPoint: New function
+ * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed GET_LZ_STATE macro.
- * [controls/button.c]
- WM_NCHITTEST: Group Box is HTTRANSPARENT
- BUTTON_CheckAutoRadioButton: New function
- BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
+ * 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.
-Mon Nov 7 11:20:26 1994 Paul Falstad (pf@zoof.cts.com)
+ * 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.
- * [objects/text.c]
- Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
- is too long to break.
+ * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
+ reslen could be used uninitialised in GetFileResource32 (fixes some
+ strange VerQueryValue crashes).
- * [objects/font.c]
- Don't assume helvetica if there is no font family; let the other
- font attributes decide what font to use.
+ * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
+ Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
+ LOCALE_IINTLCURRDIGITS.
- * [controls/widgets.c]
- Listboxes and combo boxes need to be notified of double-clicks.
+ * memory/selector.c, relay32/kernel32.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Preserve EAX in UnMapSLFixArray().
- * [controls/listbox.c]
- [include/listbox.h]
+ * 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.
- 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.
+Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
- removed redundant code in ListBoxAddString(). Implemented simple
- version of LBS_SORT.
+ * 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.
- Don't put [.] in the list box when using DDL_DIRECTORY.
+ * 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>
- * [controls/combo.c]
- Combos should pass CBS_SORT onto their list box.
+ * 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.
- * [windows/win.c]
- If window creation is aborted, remove the window from the
- linked lists.
+ * 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.
- * [controls/static.c]
- static controls with SS_ICON were always returning 0 from
- WM_NCCREATE.
+ * 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.
- Make sure static controls have text to draw before drawing it.
+ * Makefile.in, configure, configure.in, dlls/Makefile.in:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Add new subdirectories dlls/ver and dlls/version.
-----------------------------------------------------------------------
-Sun Nov 6 18:52:04 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * 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.
- * [objects/oembitmap.c] (New file)
- Added possibility to use .xpm files for OEM bitmaps.
+ * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
+ IsCharAlpha32A: use look-up table from ole2nls.c.
- * [include/bitmaps/obm*] (New files)
- Redrawn all OEM bitmaps in xpm format.
+ * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
+ LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
+ NORM_IGNORESYMBOLS in string mapping mode.
- * [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.
+ * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
+ Create X window for child windows reparented to be top level windows.
- * [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/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for PathQualify32[A|W].
- * [windows/graphics.c]
- Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
+ * 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/nonclient.c]
- A few changes for new OEM bitmaps.
+ * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Added an implementation of MRSW locks.
-Sun Nov 6 18:22:18 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
+ * 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.
- * [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)
+ * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
+ Small fix.
- * [if1632/call.S]
- CallTo16(cx): It's possible to set the contents of the cx-register.
+ * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
+ List handles WaitForMultipleObjects is waiting for when running with
+ -debugmsg +win32.
- * [loader/ne_image.c]
- InitNEDLL(): The size of the local heap is now passed in the cx-
- register when initializing a DLL.
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetSecurityDescriptorControl.
- * [memory/heap.c]
- LocalInit(): The case start==0 is now handled in the way it should.
+ * relay32/user32.spec, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetUserObjectSecurity.
- * [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.
+ * 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>
+
+ * 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.
- * [controls/edit.c]
- EDIT_GetStr(): Added handling for off<0.
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ Fixed various bugs.
+ Made newbie mode easier.
-Sun Nov 6 17:37:14 1994 Chris Jones <chrisj@ichips.intel.com>
+ * 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).
- * [loader/library.c]
- Fixed infinite loop bug when two DLLs refer to each other (fixes
- hangup of Quicken during loading).
+ * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
+ Switch ncurses.h/curses.h include (works better for FreeBSD).
-Thu Nov 04 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
+ * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed loading of win32 drivers.
- * [misc/dos_fs.c]
- Bug fix: The size of a disk an the available space
- is now returned in bytes instead of (incorrectly)
- KBytes.
+Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Nov 03 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
+ * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
- * [windows/graphics.c]
- Bug fix: Pie segments are now filled with correct brush.
+ * 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.
-Thu Nov 3 10:40:09 1994 Martin von Loewis (martin@cs.csufresno.edu)
+ * include/driver.h, relay32/winmm.spec, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for loading drivers in Wine.
- * [Imakefile]
- generate rc.o before loader.o
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ A perl script to produce a bug report with little hassle.
- * [controls/menu.c]
- CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
+ * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
+ Added (dummy) Death/Resurrection calls to DisplayDib.
- * [include/resource.h]
- Add struct ResourceTable
+ * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
+ Allocate a DOS handle if we open a normal file with LZOpenFile16.
- * [loader/bitmap.h]
- Load system bitmaps from sysresbmTable
+ * 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
- * [misc/clipboard.c]
- [windows/event.c]
- IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
-
- * [rc/Imakefile]
- generate rc.o from sysres.o and sysresbm.o. Added -lfl
+ * 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.
- * [rc/rc.y]
- change style handling to allow ( S1 | S2 ) | S3
+ * scheduler/client.c: Commented out EXEC_SERVER
- * [rc/sysres.rc]
- [rc/sysresbm.rc]
- Put bitmaps and icons to sysresbm, everything else to sysres
+ * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
+ 3 missing WINAPI added.
- * [rc/winerc.c]
- [rc/winerc.h]
- Added -o, -c flags. New function set_out_file. Output to files.
+ * 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/dialog.c]
- DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions
+ * dlls/comctl32/treeview.c, include/commctrl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Changed some treeview related definitions.
- * [windows/nonclient.c]
- Create AboutWine dialog from template pointer
+ * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHBrowseForFolder() dialog.
-----------------------------------------------------------------------
-Sun Oct 30 13:01:18 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in type (removed quite a few warnings).
- * [controls/static.c]
- Bug fix for SS_ICON controls.
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
+ Return NULL from OpenThreadToken.
- * [if1632/Imakefile]
- Fixed call.o dependencies.
+ * 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)
- * [objects/clipping.c] [objects/dc.c]
- Fixed visible region handling. hVisRgn is always non-null now.
+ * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Make sure DrvGetPrinterData returns the correct data if cbData <= 1
- * [windows/dce.c]
- Bug fix in GetDCEx for CS_OWNDC windows.
+ * 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.
- * [windows/nonclient.c] [windows/painting.c]
- Fixes to icon window drawing.
+Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/winpos.c]
- A few fixes in SetWindowPos().
+ * 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.
-Sun Oct 30 12:50:24 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updates and fixes.
- * [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/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ New drag list control.
- * [*/*.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/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
- * [controls/menu.c]
- DestroyMenu(): The whole window won't be destroyed as a sideeffect
- any longer.
+ * dlls/comctl32/progress.c, include/progress.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WM_[G/S]ETFONT handling.
- * [misc/file.c]
- OpenFile(): Fixed bug in searching in system/window-directory.
+ * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WM_COMMAND and WM_NOTIFY handling.
-Sun Oct 30 12:25:53 1994 Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
+ * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed redraw bug for tracking tooltips.
- * [include/windows.h]
- Bug fix for window related structures.
- DCB and COMSTAT are affected. They must be packed.
+ * 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.
- * [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
+ * 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.
- * [include/comm.h]
- add baudrate field to DosDeviceStructre
+ * 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.
- * [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.
+ * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
+ Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
+ searching for DBG and PDB files.
- * [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.
+ * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
+ Fix for files which do not contain exports (fg, EXE) to get processed
+ for debug information.
-Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
+ * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.621 (CBClientThunkSLEx).
- * [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)
+ * 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.
- * [controls/scroll.c]
- * [controls/combo.c]
- * [controls/listbox.c]
- Few bug fixes and/or cosmetic.
+ * 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.
- * [misc/audio.c]
- * [misc/mmaux.c]
- bug fixes and flags returned to emulate SB16.
+Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/midi.c] New file.
- skeleton for 'Midi' MMSYSTEM & MCI driver.
+ * 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.
- * [misc/mcianim.c] New file.
- skeleton for 'Animation1' MCI driver.
+ * 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
- * [windows/win.c]
- Add new stub for GetLastActiveWindow().
+ * 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.
-Tue Oct 25 09:17:25 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
+ * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
+ New file to instantiate GUID's ms-like.
- * [if1632/call.S] [tools/build.c]
- Support for ELF format. (Not complete)
+ * 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.
-Sun Oct 23 00:51:50 1994 Paul Falstad (pf@zoof)
+ * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fixed typos.
- * [if1632/user.spec]
- Add stubs for ArrangeIconicWindows(), etc.
+ * 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.
- * [if1632/kernel.spec]
- Add IsBad*Ptr() functions.
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Remove configure.in->configure rule (we might not have autoconf).
- * [loader/signal.c]
- Add test_memory(), for use with IsBad*Ptr().
+ * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
+ Added "user-friendly" warning for missing X.
- * [windows/winpos.c]
- Add stubs for TileChildWindows(), etc.
+ * include/ole.h: Fixed GetObject macro problem.
- * [windows/win.c]
- IsWindow() shouldn't crash if it's given a bad handle.
- Add stub for GetLastActivePopup().
+ * documentation/status/direct3D:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - updated documentation to be in sync with current code
- * [memory/global.c]
- Implement the IsBad*Ptr() functions.
+ * graphics/d3dmaterial.c, graphics/d3dviewport.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - various warning and bug fixes
- * [controls/listbox.c]
- Return the full longword of the item data in LB_GETITEMDATA.
+ * graphics/d3ddevices.c, graphics/d3dtexture.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added more texture formats using OpenGL's packed pixel formats
- * [controls/edit.c]
- Don't let the user select an area past the end of the text.
+ * graphics/d3dexecutebuffer.c, include/d3d.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - better support for ExecuteBuffers
- * [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.
+ * 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
- * [windows/scroll.c]
- ScrollWindow[Ex] didn't work right with null LPRECT arguments.
+ * misc/printdrv.c: Morten Welinder <terra@diku.dk>
+ Missing WINAPI.
-Fri Oct 21 21:47:19 1994 Paul Falstad (pf@zoof.cts.com)
+ * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
+ Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
- * [miscemu/int21.c]
- Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
+ * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
+ Check opened enhmetafile for magic values.
- * [misc/property.c]
- Fixed inverted logic in EnumProps(), and changed CallBack16()
- call to use new arg format.
+ * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
+ Fixed duplicate sound buffer handling. Updated status.
- * [windows/win.c]
- Fixed CallBack16() call in Enum[Child]Windows to use new arg
- format; this fixes crashes in enum procedures.
+ * 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]
-Wed Oct 19 21:30:00 PDT 1994 martin@cs.csufresno.edu
+ * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented CreateHalftonePalette.
+ Fixed 3 crashes (1 real, 2 potential).
- * [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.
+ * 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*.
- * [controls/edit.c]
- EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
+ * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ DoDragDrop and OleIsCurrentClipboard stub implementation.
- * [windows/defwnd.c]
- Send WM_SYSCOMMAND to overlapped ancestor window,
- not the receiver of WM_SYSKEYDOWN
+ * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
+ Make LoadTypeLib stub return failure instead of success.
-Sat Oct 22 15:01:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
+Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/edit.c]
- ClientWidth()/ClientHeight() macros: return 0 if size would
- be negative
- EDIT_StrLength(): takes unsigned char* instead of char*
+ * 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.
- * [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!)
+Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- MENU_CalcItemSize(): don't try to find size of a text item
- if the pointer is NULL
+ * 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.
- * [include/heap.h]
- added definition of HEAP_LocalInit()
+Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
- * [include/msdos.h]
- removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
- instead)
+ * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
+ Small patch.
- * [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 ?
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Win32 console needs SYNCHRONIZE access.
- * [loader/signal.c]
- win_fault(): added missing definitions of i, dump for those
- not running NetBSD or linux
+ * 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.
- * [misc/dos_fs.c]
- DOS_GetCurrentDir(): made temp[] static so it can be safely
- returned
+ * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
+ LCMapStringA: if dstlen is insufficient, return
+ ERROR_INSUFFICIENT_BUFFER (verified).
- * [miscemu/int21.c,int25.c,int26.c]
- Changed all invocations of pointer() to SAFEMAKEPTR(). Included
- segmem.h where necessary.
+ * objects/enhmetafile.c, relay32/gdi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some small fixes to enhmetafiles.
- * [windows/dialog.c]
- CreateDialogIndirectParam(): Changed HEAP_Init() call to
- HEAP_LocalInit(), removed redundant variables
+ * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not call ownerdraw for invalid items (empty focusrects).
+ Fixes Eudora 16bit empty Inbox problem.
-Sat Oct 22 00:29:41 MET 1994 Dag Asheim (dash@ifi.uio.no)
+ * 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.
- * [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.
+ * 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.
-----------------------------------------------------------------------
-Sun Oct 16 13:29:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
+ Use external DirectPlay DLLs by default.
- * [controls/button.c]
- Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
- BM_SETSTATE.
- Implemented default button painting.
- Optimised redrawing.
- Fixed owner-draw buttons.
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow passing task handles to GetThreadQueue() and SetFastQueue().
- * [controls/static.c]
- Implemented WM_SETFONT.
- A few optimisations in painting code.
- Bug fix for SS_SIMPLE controls.
+ * 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().
- * [if1632/callback.c]
- Preliminary GetCodeHandle().
-
- * [if1632/gdi.spec]
- Changed 'pascal' to 'pascal16' everywhere it's needed.
+ * 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.
- * [include/windows.h]
- Fixed a few data structures.
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Check module name length in ModuleNext().
- * [memory/heap.c]
- Bug fix in HEAP_ReAlloc().
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use Callout to call RedrawWindow32.
- * [misc/cursor.c]
- Fixed SetCursor().
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Clear DOS extended error only for funcs >=0x2f (thanks to Dave
+ Pickles).
- * [objects/bitblt.c]
- Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Unified palette create, do allocate colorcells on init for DGA.
- * [objects/font.c]
- Better font mapping code.
- Implemented GetTextFace().
+Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/region.c]
- Bug fix in REGION_MakePixmap().
- Faster region copying.
+ * 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.
- * [objects/text.c]
- Implemented ExtTextOut().
- Implemented DT_NOCLIP style for DrawText().
+ * tools/make_requests: Added long type format.
- * [windows/dc.c]
- Free the bitmap when deleting a memory DC.
+ * server/Makefile.in, server/device.c:
+ Added server-side device support (only a hack for now).
- * [windows/dce.c]
- Added support for windows that have no associated X window.
- Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
+Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * ChangeLog:
+ Recovered log entries from CVS mailing list.
- * [windows/event.c] [windows/focus.c]
- Added support for non-X windows.
+ * relay32/ntdll.spec, dlls/ntdll/rtl.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
- * [windows/graphics.c]
- Rewritten FloodFill() and implemented ExtFloodFill().
+ * files/file.c
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle ERROR_WRITE_PROTECT too in readonly fallback open.
- * [windows/message.c]
- Cleaner hardware messages and X events handling.
+ * 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().
- * [windows/defwnd.c] [windows/painting.c]
- Implemented WM_SETREDRAW.
+ * 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/win.c]
- Only create an X window for top-level windows, or for the desktop.
- Child windows now use their parent's drawable.
+ * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
+ Only destroy window once.
- * [windows/winpos.c]
- Beginning of support for non-X windows (still somewhat broken).
- Implemented *DeferWindowPos().
+ * 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.
- * [*/Imakefile]
- Cleaned up some Imakefiles.
- Moved dc.c from windows/ to objects/.
- Moved cursor.c from misc/ to windows/.
+ * 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.
-Sun Oct 16 12:21:52 1994 Michael Patra <micky@marie.physik.tu-berlin.d400.de>
+ * loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added accelerator table PE->NE resource conversion.
- * [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.
+ * debugger/editline.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Restart read() in case of EINTR in TTYget().
- * [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).
+ * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
+ Ptr ref wrong.
- * [controls/edit.c]
- [windows/dialog.c]
- Added support for use of global heap memory in dialogs with
- edit controls.
+ * 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.
- * [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.
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI.
-Sat Oct 15 17:35:00 PDT 1994 <martin@cs.csufresno.edu>
+ * 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.
- * [Imakefile]
- generate wine.sym after creating wine
+ * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Check for resizeterm in ncurses.
- * [debugger/dbg.y]
- load "wine.sym" when entering debugger
+ * 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/info.c]
- symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
+ * 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.
-Sun Sep 25 12:00:00 PDT 1994 <martin@osiris.cs.csufresno.edu>
+ * 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.
- * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
- Files created
+Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Sep 18 11:04:45 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
+ * 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.
- * [misc/spy.c]
- Exclude and Include no longer requires a terminating ';' to
- register the last component.
+Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
-Thu Sep 15 23:10:09 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
+ * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
+ Make GetFileType work for all handle types.
- * [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.
+ * win32/device.c: Avoid crash on NULL dev->info.
- * [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.
+ * 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.
- * [LICENSE]
- Cosmetic changes so that it displays better in the window you
- get from pressing "Credit_License" in the "About WINE" window.
+ * 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.
-Sun Aug 21 21:12:06 MET DST 1994 <erik@xs4all.nl>
+ * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
+ Fixed a small bug in function ExtractIconEx32A.
- * [controls/menu.c]
- LoadMenu() moved to loader/resource.c.
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
- * [misc/main.c]
- Added stub for FileCDR().
+ * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Make DeleteFile fail for empty path.
- * [include/peexe.h]
- Added, from Eric's pe-test.
+ * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
- * [include/resource.h]
- Added.
+ * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed wrong buffer which caused fixups to fail.
- * [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.
+ * 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
- * [pe_image.c] [pe_resource.c]
- Added. Nothing implemented to run PE-executables, resource
- loading only.
+ * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
+ ifdefs for defines not in linux 2.0.
- * [misc/file.c]
- Changed OpenFile() to use macros.
+ * relay32/winspool.spec, misc/printdrv.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added two stubs for AddPrinterDriver.
- * [misc/shell.c]
- Added NULL-ptr checks to ShellAbout().
+ * 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.
- * [miscemu/int21.c]
- Fixed a few typos.
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ Wine hangs when registry (corrupted) has lone \ at end of file.
- * [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
- handling.
+ * 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.
- * [controls/widget.c]
- Set cursor to IDC_ARROW for built-in classes.
+ * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ Replace troublesome assignments by memset for whole struct.
- * [include/options.h] [misc/main.c]
- Backing store is now off by default.
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added handling of the 'palent' field of the CreatePalette procedure.
- * [objects/region.c]
- Use X regions for rectangle and polygon regions: *major* speed
- improvement.
+ * documentation/wine.man:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added description about including/excluding functions from relay
+ trace.
- * [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.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Read at least 1 input record in ReadConsoleInputA.
- * [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.
+ * memory/virtual.c:
+ Fixed CreateMapping when a mapping with the same name already exists.
- * [windows/message.c]
- Fixed double-click checks when the message is not removed from the
- queue.
- Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
+Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/nonclient.c]
- Bug fix in system menu hit-test calculation.
- A few changes for new menu functions.
+ * server/file.c: Fixed file destruction when file has no name.
-Thu Aug 11 17:51:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
+Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/edit.c]
- Bug fix in Edit_NCCreateMessage
- es->textlen was being used before being set
+ * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Warns user if multiple -dll switches are used on command line.
- * [controls/menu.c]
- Bug fix in MENU_DrawMenuItem
- don't try to write text if NULL pointer passed
+ * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
+ Fixed a leftover HeapFree in the trackbar common control.
-----------------------------------------------------------------------
-Thu Aug 4 07:18:02 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
+ * 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>).
- * [windows/message.c]
- Implemented WaitMessage() (USER.112).
+ * 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.
- * [if1632/user.spec]
- Added WaitMessage.
+ * 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.
- * [windows/defwnd.c]
- WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
+ * include/winbase.h, include/windows.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
- * [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.
+ * documentation/wine.man:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added environment variables in the man page.
- * [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.
+ * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed args of MZ_CreateProcess.
-Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
+ * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed string bug in programs/.
- * [if1632/mouse.spec]
- Added mouse.dll entry, no functions.
+ * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
+ Added stupid "action" emulation for hardware timers in ioports.c.
- * [loader/resource.c]
- Bug fix in AccessResource().
+ * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
+ Again a small DOSASPI patch.
- * [misc/keyboard.c], added [include/keyboard.h]
- Changed functions to return more useful values.
+ * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Documentation updates.
- * [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 **
+ * 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'
-Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent core dump with some TTF (when X11 runs with a true type
+ server).
- * [windows/event.c]
- Add new stub for EnableHGardwareInput() function.
+ * server/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Use stdout for default console output.
- * [windows/message.c]
- Add coding for HWND_BROADCAST in PostMessage().
+----------------------------------------------------------------
+Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/file.c]
- Add coding for OpenFile() also search in WindowPaths.
+ * 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/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
+ * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
+ Try to autodetect NT4.
- * [if1632/call.S]
- CallTo16(): added `mov %eax,%edx' just before lcall,
- to make sure that DX contain the DLL's hinstance when
- initialised.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ 0 means success, all else failure for WaitForSingleObject.
- CallTo32_16() added, equal to CallTo32() except for
- one thing: it saves DX and
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Do not advance the cursor in certain routines. This cleaned up the
+ implementation quite a bit.
- * [tools/build.c]
- Added some code to support 16 and 32 bit return values.
+ * 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).
- * [1632/{kernel,user}.spec]
- Changed most of the `pascal' style to pascal_16 when
- function returned a 16bit value.
+ * console/interface.c, console/xterm.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Xterm driver can now resize the terminal when a mode change is
+ detected.
-Tue Jul 19 18:40:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
+ Long standing scroll bug fixed!
- * [controls/menu.c]
- Reorganized sizing and drawing code to implement multi-line menus.
- Implemented MENUBREAK style.
- Use system colors to draw menus.
+ * 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.
- * [objects/color.c]
- Bug fix in COLOR_IsSolid().
+ * 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.
- * [objects/font.c]
- Bug fix in FONT_GetMetrics(): calculate average character width
- only on existing chars (dialogs look much better).
+ * include/interfaces.h: Rein Klazes <rklazes@casema.net>
+ Add interface ID's for upcoming ITypeLib implementation.
- * [objects/text.c]
- Bug fix in DrawText(): use text color to underline mnemonic.
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix for trailing slashes, repetition of '/' or '\' and
+ SetLastError() in GetFullPathname.
- * [windows/nonclient.c]
- Changed WM_NCHITTEST handling to cope with multi-line menu bars.
+ * 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.
- * [windows/syscolor.c]
- Added system objects for menu colors.
+ * 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.
-Mon Jul 18 19:32:08 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ SHCloneSpecialIDList implemented.
+ SHGetDataFromIDListA corrected.
- * [controls/menu.c]
- Fixed bug in SelectPrevItem that caused seperators to not be
- skipped when using the up arrow key.
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Shell_GetCachedImageIndex32[A|W] implemented.
-----------------------------------------------------------------------
-Thu Jul 14 17:50:45 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [Configure]
- Autodetects Linux version (if running Linux).
+ * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
+ Added automatic CMOS RAM checksum calculation.
- * [loader/signal.c]
- New signals for Linux.
+ * 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.
- * [loader/ldtlib.c]
- New structure field in sys call.
+ * 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.
-Sun Jul 10 19:31:34 1994 Olaf Flebbe (olaf@dragon)
+ * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
+ Reading joystick 5 when we only support 4 should fail instead of
+ hang.
- * [load/resource.c]
- fixed Memory (Resource) Leak.
+ * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
+ Playing a non-existent CD should fail instead of crash.
- * [load/main.c]
- fixed a printf.
+ * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Check for necessary configure reruns for Makefile and Make.rules
+ generation.
-Tue Jul 12 18:50:34 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
+ Emulates ins/outs correctly for DOS programs.
- * [controls/desktop.c]
- Implemented desktop wallpaper (only 16 colors for now).
+ * 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).
- * [controls/menu.c] [windows/nonclient.c]
- Preliminary work to allow multi-line menus.
+Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/main.c]
- No backing store on desktop window (not useful).
+ * memory/virtual.c:
+ Fixed bug in CreateFileMapping when name is not NULL.
- * [objects/text.c]
- A few fixes to DrawText() to make underlines under mnemonic
- letters to look better.
+ * server/request.c: Fixed CHECK_STRING display.
- * [windows/graphics.c]
- More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
- Implemented PolyPolygon() (partially working).
+Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/winpos.c]
- New function WINPOS_SendNCCalcSize().
- Cleaned up SetWindowPos() and added preliminary support for
- multi-line menus.
+ * if1632/kernel.spec, memory/local.c:
+ Richard A Lough <ralough.ced@dnet.co.uk>
+ Put return value of LocalAlloc in CX too.
-Mon Jul 11 19:15:51 1994 Miguel de Icaza (miguel@sphinx)
+ * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Protect against multiple includes.
- * [controls/edit.c]
- Changes to work as a library.
+ * dlls/shell32/iconcache.c: Use proper system directory.
- * [if1632/callback.c]
- Ifdefed module.
+ * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
- * [if1632/relay.c]
- Changes to allow linking with WineLib.
+ * 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
- * [include/windows.h]
- Added macro WINELIB_UNIMP
+ * scheduler/handle.c: Fixed CloseHandle() on global handles.
- * [loader/library.c]
- When compiling WineLib, GetProcAddress is not implemented yet.
+ * 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.
- * [loader/main.c]
- Added empty InitDLL when using WineLib.
+ * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
+ Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
- * [loader/ne_image.c]
- Some parts of the loader are needed for WineLib, ifdefed correctly
+ * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
+ Initialize lpdwNeeded.
- * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
- Disable compilation of module when compiling WineLib.
+ * if1632/snoop.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Include stuff even if not on __i386__ for debug defines.
- * [toolkit/heap.c]
- Fixed small bug. When passed an invalid handle WineLib would
- crash, now return NULL.
+ * ole/variant.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Another // comment fixed.
- * [toolkit/winmain.c]
- Call CreateNewTask in _WinMain.
+ * server/file.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Need <errno.h> for errno decl. on Solaris.
-Sun Jul 10 09:08:02 1994 David Metcalfe <david@prism.demon.co.uk>
+ * include/wingdi.h, include/x11font.h, objects/font.c:
+ Douglas Ridgway <ridgway@winehq.com>
+ Implement TranslateCharsetInfo, change charset type to BYTE.
- * [controls/edit.c] [controls/widget.c]
- More changes to improve compatibility with Windows' edit
- control. Finished off tab stop support.
+ * controls/combo.c, controls/listbox.c, include/combo.h:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Better CB_SETCURSEL message handling.
-Mon Jul 11 21:05:02 MET DST 1994 Erik Bos <erik@hacktic.nl>
+ * 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.
- * [if1632/relay.c]
- # of ordinals in shell.dll changed to 103.
+ * tools/make_requests: Send debugging output to stderr.
- * [loader/signal.c]
- sti, cli will now be ignored.
+ * 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.
- * [objects/brush.c]
- Added stub for GetSysColorBrush().
+ * memory/virtual.c: Use server file mapping objects.
-----------------------------------------------------------------------
-Sun, 3 Jul 1994 20:15:56 +0100 (BST) David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [controls/edit.c]
- Bug fixes and tidying up. Preliminary tab stop support
- (doesn't work yet).
+ * misc/crtdll.c:
+ Hacked stdio functions to use Win32 file handles. Still needs a proper
+ stdio emulation.
- * [windows/dialog.c]
- Reversed order of buttons in CheckRadioButtons so that all
- buttons are now displayed.
+ * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
+ Use Win32 file handles instead of Unix ones.
-Tue Jul 5 18:30:24 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * 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.
- * [include/options.h] [misc/main.c] [windows/win.c]
- Removed nosaveunders option, replaced by handling
- the CS_SAVEBITS flag.
+Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/class.c]
- Modified the fix for negative size in class extra bytes to
- avoid modifying the caller's data.
+ * debugger/db_disasm.c:
+ Changed db_task_printsym to always print a full address, no matter
+ what the operand size is.
- * [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.
+ * scheduler/critsection.c: Re-implemented using a real semaphore.
- * [windows/graphics.c]
- Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
- noticing it.
+ * 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.
- * [windows/painting.c]
- Removed incorrect selecting of default objects in BeginPaint()
- (no longer needed because of the fix in dc.c).
+ * 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.
-Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/mmsystem.c]
- * [misc/audio.c]
- Add more code to interface '/dev/dsp'.
+ * include/thread.h, scheduler/synchro.c:
+ Changed server wait logic a bit.
- * New file [misc/mcicda.c]
- Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
+ * win32/console.c:
+ Hacks to support server-side console. Should be redone properly
+ some day.
- * New file [misc/mmaux.c]
- Stubs to make a future driver connected to '/dev/mixer'.
+ * 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).
- * [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 ... :-)
+ * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
+ Added anonymous pipe support
- * [miscemu/int2f.c]
- add a stub 'do_int2f_16' (function 0x16) for DMPI server.
+ * 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
-Mon Jun 20 10:08:40 BST 1994 William Smith (wos@dcs.warwick.ac.uk)
+Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
- * include/comm.h
- New file -- some definitions that were in comm.c now need to
- be shared with misc/dos_fs.c
+ * 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.
- * misc/comm.c
- Some definitions moved into include/comm.h
+ * windows/x11drv/wnd.c:
+ Fixed SetFocus that was broken when moved to x11drv.
- * 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.
+ * 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.
-----------------------------------------------------------------------
-Mon Jun 20 14:26:41 1994 Bob Amstadt (bob@pooh)
+Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitmap.c]
- Allow negative bitmap sizes.
+ * programs/regtest/regtest.c:
+ Renamed ERR macro to avoid confusing the make_debug script.
-Sun Jun 19 12:00:04 1994 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [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.
+ * 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.
- * [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.
+ * 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.
- * [memory/heap.c] [include/heap.h]
- Added HEAP_LocalSize function.
+ * 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.
- * [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.
+ * 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.
- * [loader/resource.c] [include/accel.h]
- Added recognition of SHIFT, CONTROL and ALT keys to
- TranslateAccelerator.
+ * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
+ Kill swapped out (wine) processes too and truncate diff after some xxx
+ lines.
- * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
- A bit more metafile support.
+ * 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.
-Sun Jun 19 17:29:00 MET DST 1994 Erik Bos (erik@hacktic.nl)
+ * 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.
- * [loader/resource.c]
- SizeofResource() and AllocResource() added, AccessResource() updated.
+ * 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>
- * [if1632/kernel.spec]
- FreeLibrary() used for FreeModule().
+ * 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.
- * [windows/graphics.c]
- Rectangle(): swap left & right corners when right < left,
- swap top & bottom when botton < top.
+ * 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.
-Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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!)
- * [controls/combo.c]
- Fix bug in window style of the associated listbox.
+ * 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.
- * [controls/menu.c]
- Skip separators in keyboard navigation by using new internal
- functions SelectPrevItem() & SelectNextItem(),
+ * 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.
- * [misc/profile.c]
- Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
- IntBuf must be alloc to (5+1)=6. char instead of 5.
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
- * [misc/main.c]
- Put code in functions SetEnvironment() & GetEnvironment().
+ * 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.
- * [misc/shell.c]
- Start putting some code in ExtractIcon() function.
+ * 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/mmsystem.c]
- Some code for MMTimer functions & timers list.
+ * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
+ contain '/','\\' or ':'.
- * [miscemu/int31.c]
- Few stubs for DPMI interrupt calls. Nothing work yet.
+ * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
+ Fixed a potential crash if a usable video mode is not detected.
-Mon Jun 20 07:37:43 EDT 1994 John Richardson (jrichard@cs.uml.edu)
+ * tools/make_authors: Script to generate authors files
- * include/win.h (tagWND):
- Added icon fields icon, hIcon and rectClientSave to
- the tagWND struct.
+ * 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.
- * windows/Imakefile
- Added icon.c to the list of files to compile
+ * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
+ Set window focus in _common_IDirectDraw_SetDisplayMode().
- * windows/dce.c (GetDCEx):
- Added some checks for iconic mode and pass icon window as drawable,
- not the real window.
+ * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
+ Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
- * windows/defwnd.c (DefWindowProc)
- Added PAINTICON default windows procedure.
+ * 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/event.c (EVENT_Expose)
- Added check for iconic window expose. If iconic window is exposed
- send a WM_PAINTICON message
+ * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't clip VisRgn against X desktop.
- * windows/icon.c
- New file. ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
- * windows/mdi.c (DefMDIChildProc)
- Test for IsIconic during a SC_RESTORE, this doesn't work yet.
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Sanity check on font size.
- * windows/message.c (hardware_event)
- Looks for icon as well as window now.
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing parentheses added.
- * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
- Added iconify/deiconify in NC_HandleSysCommand, new function
- NC_DoNCPaintIcon which paints an icon.
+Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
- * 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.
+ * 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).
- * 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.
+ * 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.
-Mon Jun 20 10:15:59 1994 Miguel de Icaza (miguel@sphinx)
+ * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Improved the handling of font encodings.
- * windows/event.c: Added a hack to define XPointer when using
- X11R4.
+ * 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.
- * 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
+ * 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
- * toolkit/heap.c: Extended the size of the block size per chunk.
+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.
- * misc/stress.c (GetFreeFileHandles): Fixed typo.
+ * 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 (main): Changes to allow compilation under SunOS.
+ * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Fixed dummy entries in MAIN_ParseLanguageOption().
- * loader/library.c: Changed some ifdefs to compile WineLib.
+ * 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.
-----------------------------------------------------------------------
-Tue Jun 14 08:09:14 1994 Bob Amstadt (bob@pooh)
+ * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
+ Superflous WINAPI removed.
- * loader/selector.c (GetCurrentPDB):
- Added trivial function GetCurrentPDB() which returns the program
- segment prefix selector.
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Warn about invalid entrypoints (created by viruses) which result in
+ Wine crashes.
- * memory/heap.c (HEAP_Free):
- If free list is empty, make the freed block the free list.
+ * 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).
-Fri Jun 10 07:56:49 1994 Bob Amstadt (bob@pooh)
+ * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Move TWEAK_Init from USER to GDIInit.
- * controls/edit.c (EDIT_SetTextMsg):
- Do not append a newline at the end of the last line.
+ * 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/event.c (SetCapture):
- Set winHasCursor if mouse capture succeeds.
+ * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix includes.
-Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [controls/listbox.c]
- Fix bug in listbox : InsertString should call AddString if -1.
+ * 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.
- * [controls/menu.c]
- New function GetMenuState().
+Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
- * [controls/scroll.c] [windows/nonclient.c]
- Try to make ShowScrollBar() recalc NC_ regions. Not finished !
+ * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
+ Reverted previous patch.
- * [objects/text.c]
- Add Stub for TabbedTextOut(), which temporarely call Textout().
+ * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
+ Don't define MZ_SUPPORTED on non-i386 platforms.
- * [windows/keyboard.c] [windows/event.c]
- New function GetKeyBoardState() with an KeyStateTable array
- & associated handling in function EVENT_key().
+ * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed DPMI_CallRMProc (I think).
-Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
+ * misc/network.c, relay32/mpr.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for NPSGetProviderHandleA.
- * [controls/menu.c]
- IsMenu() added.
+ * 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.
- * [loader/library.c]
- ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
- added.
+ * dlls/winaspi/winaspi16.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed a real mode problem.
- * [object/gdiobj.c]
- IsGDIObject() added.
+ * 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.
- * [miscemu/int2[56].c]
- bugfix: both didn't leave flags pushed on 16bit-stack.
- (winfile gets a bit further)
+ * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ We don't yet want the static control to call DestroyIcon.
- * [miscemu/int16.c]
- Added (empty).
+ * windows/class.c: NF Stevens <norman@arcady.u-net.com>
+ Added case for GCW_ATOM int GetClassLong32A.
-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.
+ * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
+ Stub for WNetOpenEnum32W.
-Thu Jun 9 10:55:55 MET DST 1994 Jochen Hein ( Hein@Student.TU-Clausthal.de )
+ * 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().
- * [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.
+ * 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.
- * [misc/main.c misc/message.c]
- added <locale.h> and setlocale() to main.c, used toupper() in message.c
+ * 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.
-Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
+ * relay32/dsound.spec, multimedia/dsound.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented class factory for dsound.
- * controls/button.c ( [CR]B_LButton* )
- left rc.right at full window width so click on label also
- activates the control (MSWin behavior)
+ * 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.
-Sat Jun 11 19:05:40 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
+ * include/xmalloc.h, library/winestub.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixes for C++ Winelib compilation.
- * 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)
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
- (InitializeLoadedDLLs):
- deleted shadow definition of *wpnt.
- (Breaks many programs, because now COMMDLG will be
- initialized :-(
+Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
- * windows/win.c (SetWindowText):
- added missing breaks; (PENSATE starts)
+ * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
+ James Juran <jrj120@psu.edu>
+ Documentation updates.
- * windows/graphics.c (FloodFill):
- Proper boundarys. (BANGBANG starts) FloodFile_rec should
- be rewritten.
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Fixed 'make install' to really check for libwine.a before installing
+ it.
- * objects/font.c (FONT_GetMetrics):
- TYPO: use font->perchar only if it is defined. (WRITE starts)
+ * 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.
-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.
+ * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
+ Improved GetDiskFreeSpace32A().
-----------------------------------------------------------------------
-Tue Jun 7 08:41:27 1994 Bob Amstadt (bob@pooh)
+Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
- * 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.
+ * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Remove included color.h.
- * 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.
+ * 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).
- * objects/font.c (EnumFonts):
- Checked for lpLogFontList[i] == NULL
+ * graphics/painting.c, relay32/gdi32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added stubs for Startpage and EndPage.
- * objects/gdiobj.c (SetObjectOwner):
- Removed stub. Replaced with simple return in gdi.spec. This
- function is not defined for the retail version of Windows.
+ * if1632/thunk.c, objects/dc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed some unnecessary FIXME outputs.
- * memory/heap.c (WIN16_LocalHandleDelta):
- New function. This is really a dummy that imitates the proper
- return values.
+ * if1632/kernel.spec, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.602 and stub for KERNEL.490.
- * loader/library.c (GetProcAddress):
- Fixed definition of IS_BUILTIN_DLL() macro.
+ * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
-Mon Jun 6 18:15:40 1994 Bob Amstadt (bob@pooh)
+Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
- * miscemu/int21.c (SeekFile):
- Needed to return current position in DX:AX.
+ * 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.
- * windows/utility.c (windows_wsprintf):
- Added support for '#' in format, and fixed bug with "ptr" being
- incremented too many times.
+ * 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.
- * miscemu/int21.c (OpenExistingFile):
- Add code to handle opening files read-only and write-only.
+ * 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).
- * loader/wine.c:
- Segment fixups now done in LoadImage instead of _WinMain. This
- is necessary to support LoadLibrary().
+ * 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.
-Sun Jun 5 17:34:24 1994 Erik Bos (erik@hacktic.nl)
+ * 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.
- * [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.
+ * 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.
- * [miscemu/int15.c] [miscemu/int31.c]
- Added.
+ * 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.
- * [loader/selector.c]
- Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
+ * 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.
- * [misc/main.c]
- Stub added for IsRomModule().
+ * include/winioctl.h, win32/device.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented (most) VWin32.VxD DeviceIoControl routines.
- * [miscemu/int21.c]
- Some cleanup, added heap for returning data.
+Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
-Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [tools/build.c]
- Change MAX_ORDINALS define to higher value, 1299 entries.
- (MMSYSTEM doesn't have succesive numbers, some are around 1200).
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
+ for 32-bit queues.
- * [windows/utility.c]
- Bug fix in windows_wsprintf(), (twice increments ...).
+ * 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.
- * [windows/winpos.c]
- Bug fix in SetWindowPos(), redraw was done if flag
- was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
+ Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
- * [misc/message.c] [controls/combo.c]
- Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
+ * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
+ Don't match against Symbol or Nil fonts.
- * [windows/win.c]
- In CreateWindowEx(), do SetMenu() calls after window creation,
- just before sending to WM_NCCALCSIZE.
+ * 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.
- * [controls/menu.c]
- In function SetMenu(), now use SetWindowPos() with
- flags SWP_FRAMECHANGED to readjust menu area.
- Function MenuBarCalcSize() redone.
+ * windows/dialog.c, include/windows.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix: SetDlgItemText32 returns BOOL not void.
-Sun May 29 11:08:24 1994 David B. Thomas (dt@yenta.abq.nm.us)
+ * relay32/user32.spec, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs GetUserObjectInformationA|W.
- * [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.
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed left over 'show' and useless deadbeef checking which doesn't
+ work.
-Sun Jun 5 19:17:49 1994 Olaf Flebbe (olaf@dragon)
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Adjust broken entrypoint addresses. (win98 notepad.exe)
- * [edit.c]
- cp1 was uninitialized iff lineno == 0
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated according to development.
- * FindFile tests for existance of file even if a full
- filename was supplied. What about unix file names?
+ * if1632/mmsystem.spec, relay32/winmm.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Some new stubs (midiStreamXXX functions, some mci functions, and
+ some mmio functions).
- * [controls/listbox ]
- wndPtr was uninitialized for LB_SETTOPINDEX
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved MCI part to mcimidi.c ; added DriverProc.
- * [misc/property.c]
- Do not free lpProp. Is it really allocated by malloc?
- {edited by Bob Amstadt: changed free() to GlobalFree()}
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved MCI part to mciwave.c ; added some error checking ; added
+ DriverProc
-----------------------------------------------------------------------
-Sat May 28 12:03:23 1994 Bob Amstadt (bob@pooh)
+ * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added mcimidi and mciwave.
- * miscemu/int21.c (OpenExistingFile):
- OpenExistingFile needed to return handle in AX register instead
- of the BX register.
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
+ seek command.
- * miscemu/int21.c (ioctlGetDeviceInfo):
- Added a little code to give a fake result for normal files.
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Starting writing MCI part ; fixed bug in MCI_INFO command.
-Wed May 25 21:55:38 1994 Bob Amstadt (bob@pooh)
-
- * [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.
-
- * [misc/comm.c]
- changed all occurance of strncmp() to strncasecmp().
- BuildCommDCB() should not require that OpenComm() be called first.
-
- * [loader/selector.c]
- Heap initialized to size of full segment less stack size and
- automatic data size.
-
-Sat May 28 09:14:33 1994 Rick Sladkey (jrs@world.std.com)
-
- * [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.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing stubs in 32 bit part.
- * [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.
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made use of new 16/32 MCI message handling in mmsystem.c.
- * [debugger/debug.l]
- Recognize new token ABORT. Recognize single letters 'p'
- and 'q' as tokens.
-
- * [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.
-
- * [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.
-
- * [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.
-
- * [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.
-
- * [misc/message.c]
- In MessageBox, translate a NULL title argument to the string "Error".
-
- * [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.
+ * 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...)
- * [objects/font.c]
- Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
+ * 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.
-Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es)
+ * 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.
- * 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.
+ * 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.
-May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some quirks.
- * [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.
+Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/mmsystem.c]
- More coding ... a dust in a galaxy ...
- * [misc/shell.c]
- Some coding for 'RegXXX' functions ... a dust in the wind ...
+ * 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.
- * [misc/profile.c]
- Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New function: _ILGetExtension.
- * [objects/gdi.c]
- New function CreateDiscardableBitmap(), it just calling
- CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
+ * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file. HKEY_CLASSES_ROOT handling.
- * [controls/listbox.c]
- * [controls/combo.c]
- New font member assigned to SYSTEM_FONT as default.
- Added processing for WM_SETFONT message;
+ * 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).
-Tue May 31 20:34:25 EDT 1994 John Richardson <jrichard@cs.uml.edu>
+ * 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().
- * [windows/event.c]
- Added AsyncMouseButtonsStates array for GetAsyncKeyState.
+ * 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).
- * [windows/keyboard.c]
- Implemented beginning of GetAsyncKeyState.
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved layout code.
-Wed May 25 23:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed ImageList_LoadImage().
- * [objects/metafile.c] [include/metafile.h]
- [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
- [windows/dc.c]
- Further metafile support.
+ * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added CMEM_SETITEM32A and message forwarding to combobox.
-----------------------------------------------------------------------
-Mon May 23 15:07:36 1994 Bob Amstadt (bob@pooh)
+ * ole/moniker.c, relay32/ole32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for CreateItemMoniker().
- * [loader/selector.c]
- Allocate heap and stack segments as 64k.
+ * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some undocumented function names and implemented DPA_Merge
+ partially.
-Sat May 21 01:15:49 1994 Rick Sladkey (jrs@world.std.com)
+ * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Enabled double click for buttons.
- * [loader/selector.c]
- Correct typos where memcpy is used instead of memset.
+ * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added command and return constants used by WM_NOTIFYFORMAT.
- * [loader/resource.c]
- Allow for legitimate cases where biSizeImage is 0 in LoadIcon
- by calculating the value when the bitmap is not compressed.
+ * 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.
- * [miscemu/int21.c]
- Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
+ * 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.
- * [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.
+ * 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.
-Mon May 23 00:48:25 1994 Rick Sladkey (jrs@world.std.com)
+ * 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().
- * [windows/dialog.c]
- Fix inadvertent printing of string IDs as strings.
+ * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
+ Enhanced OABuildVersion() to return different version values for
+ different winvers.
-May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
+ Added INT21_ParseFileNameIntoFCB() and some other things to get
+ COMMAND.COM working.
- * [controls/menu.c]
- New functions GetMenuItemCount(), GetMenuItemID().
- GetMenuString() & HiliteMenuItem().
- Bug fix in CheckMenuItem().
- Function SetMenu() now make client area recalc if menu removed.
+ * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Added missing entry for GetNumberFormatW.
- * [windows/winpos.c]
- Bug fix in SetWindowPos(), no more XMapping or XConfiguring of
- windows with initial width or height equal zero.
+ * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Checking for NULL-pointer.
- * [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() ...)
+ * 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.
- * [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)
+ * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implementation of CreateProcess32W.
- * [windows/nonclient.c]
- Use small dos OBM_OLD_CLOSE button for MDI windows.
+ * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Queuing of deferred Expose events.
- * [windows/graphics.c] [objects/bitmap.c]
- Start to remove obsolete globals such XT_screen ...
+ * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
+ LB_GETTEXT: Handle passed NULL buffer.
- * [loader/library.c]
- Make function GetProcAddress() working also with builtin DLLs.
+ * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
+ CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
+ byte NULL buffer.
-Tue May 24 20:18:02 1994 Erik Bos (erik@hacktic.nl)
+ * 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).
- * [if1632/system.spec] [if1632/toolhelp.spec]
- system.dll & toolhelp.dll added.
+ * AUTHORS, include/authors.h: Added Robert Riggs.
- * [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.
+ * include/d3d.h: Robert Riggs <rriggs@tesser.com>
+ include ddraw.h, questionable fix for questionable struct/union
+ construct in MS's D3DVECTOR definition.
- * [loader/signal.c] [miscemu/int2f.c]
- Added => pifedit runs.
+ * 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).
- * [misc/dos_fs.c]
- Added a NULL-ptr check to DOS_closedir().
+ * 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.
-----------------------------------------------------------------------
-Tue May 17 23:03:16 1994 Bob Amstadt (bob@pooh)
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs strdate, strtime.
- * [windows/dce.c]
- Fixed bug with dce initialization that was causing dialog boxes to not
- be displayed.
+ * memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
- * [if1632/callback.c]
- Better fix for bug found by Martin.
+ * misc/comm.c: Cliff Wright <cliff@snipe444.org>
+ Fixed a mask set, and other parity setting bugs for serial ports.
-Sat May 14 19:48:39 1994 Rick Sladkey (jrs@world.std.com)
+ * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
+ Added BSDI sigcontext definitions.
- * [ memory/heap.c ]
- Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
+ * windows/class.c: Rein Klazes <rklazes@casema.net>
+ Fixed typo.
-May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove now useless RELAY_ShowDebugmsgsRelay check.
- * [objects/font.c]
- Make EnumFonts() calling a callback with dummy fonts ... :-)
+ * 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)
- * [objects/text.c]
- Add Empty Stub for ExtTextOut(), which temporarely call Textout().
+ * dlls/shell32/shellord.c, include/shell.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ PathAddBackshlash, PathRemoveBackslash: argument is not constant.
- * [if1632/callback.c]
- Temporarely go around bug in CallWindowProc(), you will see printfs.
+ * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
+ Check wndPtr for NULL.
- * [controls/edit.c]
- Make EDIT controls focused by a mouse click.
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
- * [misc/property.c]
- Bug Fix in function EnumProps(), better use of CallBack16().
+ * 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.
- * [misc/mmsystem.c]
- Basic Skelton's for MCI messages dispatching function.
+ * 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.
-Sun May 15 16:15:17 1994 Erik Bos (erik@hacktic.nl)
+ * 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.
- * [windows/utility.c]
- Added windows_wsprintf() for the emulator, wsprintf() is
- for libwine.
+ * 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.
-Sat May 14 22:16:40 1994 Rick Sladkey (jrs@world.std.com)
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Micro patch for AltGr key on german keyboards.
- * [misc/cursor.c]
- Fix pointer problems in LoadCursor leading to heap corruption.
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixes error handling (SetLastError() and return value).
- * [ controls/menu.c ]
- Fix two NULL dereferencing bugs.
+ * 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 May 15 20:07:48 1994 Rick Sladkey (jrs@world.std.com)
+Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/font.c]
- Fix NULL pointer dereferencing bug in GetCharWidth.
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bug fix.
- * [loader/resource.c]
- Fix under-allocation of memory in LoadAccelerators.
+ * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed retrieval of invalid palette data in GetDIBits().
- * [windows/class.c]
- Ignore negative sizes for extra fields in RegisterClass.
+ * 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.
-Sun May 15 06:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * 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).
- * [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.
+ * 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.
- * [misc/file.c]
- Corrected spelling of _lcreat.
+ * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
+ Fixed bug in StretchDIBits32 (wrong origin).
- * [controls/edit.c]
- Minor bug fixes.
-----------------------------------------------------------------------
-May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
- * [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... :-)
+ * 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.
- * [loader/library.c] [loader/task.c] [misc/exec.c]
- Continue playing around trying to get a second task running.
+ * 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.
- * [windows/mdi.c]
- Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
+ * 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.
- * [everywhere]
- Adding previous works of the Apr 25, 94.
+ * dlls/shell32/if_macros.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file, wrapper for IShellBrowser class.
-Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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.
- * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
- Added Martin's mmsystem.dll stubs.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
- * [misc/sound.c]
- Added remaining stubs for sound.dll.
+ * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
+ LoadLibraryEx: show a warning when called with unimplemented parm.
- * [if1632/shell.spec] [misc/shell.c]
- Fixed prototypes (I found them in BC 4) and added ShellAbout()
- and AboutDlgProc().
+ * miscemu/instr.c: Cleaned up a bit.
-----------------------------------------------------------------------
-May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [loader/signal.c]
- Add XUngrabPointer() & XUngrabServer() in wine_fault().
+ * Makefile.in: Removed gets message.
-Fri Apr 22 19:30:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
+ Added Thai nls-resources.
- * [objects/bitblt.c]
- color_stretch() rewritten to use ints only. *fast!*
- BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
- use color_stretch().
+ * 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.
-Mon May 2 21:39:43 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
+ Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
- * [controls/menu.c]
- SetSysMenu() added.
+ * ole/moniker.c: Gavriel State <gavriels@corel.com>
+ Ensure that CreateFileMoniker functions don't return a bogus moniker
+ object on failure.
- * [misc/cursor.c]
- GetCursor() added.
+ * 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.
- * [misc/main.c]
- SwapMouseButton() added, (NOP).
+ * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
+ Fix to Linux IPX so compiles on non-linux platforms.
- * [windows/win.c]
- GetDesktopHwnd() added.
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Own X11 errorhandler to locate X11 errors. Useful only with -sync.
- * [if1632/*spec]
- Added not implemented functions defs as comment.
+Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/winsocket.c]
- Change WSAGetXbyY() functions to non-blocking ones,
- Added WSAAsyncSelect().
- (WSA functions can't be canceled yet).
+ * 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.
-Wed Apr 20 23:58:58 1994 Scott A. Laird (scott@curly)
+ * 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.
- * 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.
+ * 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.
-Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [objects/bitblt.c]
- Add protection to BitBlt() & StretchBlt() for width or height = 0.
+ * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed list insertion bug in CoLoadLibrary().
- * [windows/nonclient.c]
- Avoid painting in NC_DoNCPaint() if IsWindowVisible().
- Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
+ * 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.
- * [windows/win.c]
- CreateWindowEx() & DestroyWindow() now call respectively
- AddWindowToTask() & RemoveWindowFromTask().
- New empty stub for function AnyPopup().
+ * 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.
- * [loader/library.c]
- Bug Fix : GetModuleFileName() now return full path filename.
+ * windows/input.c, windows/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved GetKeyboardLayoutName16 to windows/input.c.
- * [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/imagehlp.h, include/winnt.h, include/wintypes.h:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some declarations from imagehlp.h to common include files.
- * [misc/file.c]
- GetTempFilename() now create a file.
- _lcreate() use unix open (name, mode, perm), with perm=O666.
+ * relay32/kernel32.spec, win32/thread.c:
+ Rein Klazes <rklazes@casema.net>
+ Added implementations for InterlockedExchangeAdd() and
+ InterlockedCompareExchange().
- * [if1632/relay.c]
- Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
+ * 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.
- * New file [misc/mmsystem.c]
- * New file [include/mmsystem.h]
- * New file [if1632/mmsystem.spec]
- Many, many empty stubs ... :-)
+ * 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.
-Wed Apr 20 14:53:35 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
- Fixed bug for non-Linux systems.
+ * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Added stubs for CoRevokeClassObject and OleSetClipboard.
-Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [windows/win.c]
- Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
- New empty stub for function SetSysModalWindow().
+ * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Changed some of the message classes.
- * [misc/exec.c]
- New empty stub for function ExitWindows().
+ * 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.
- * [objects/font.c]
- New empty stub for function EnumFonts().
+ * include/winsock.h, misc/winsock.c:
+ Stephen Langasek <vorlon@dodds.net>
+ Bugfixes for IPX code and preliminary groundwork for other address
+ family support.
- * New file [misc/property.c]
- New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
+ lookup (Registry is case insensitive).
- * New file [misc/shell.c]
- New empty stubs for function RegisterShellProc(),
- ShellExecute() & ShellProc().
+ * 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.
- * New files [loader/task.c] & [include/task.h]
- Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
- from 'loader/library.c'.
+ * include/windows.h, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetNumberFormat32W.
- * [if1632/user.c] [if1632/kernel.c]
- Put Atoms functions entries.
+ * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
+ gets() fixes.
- * [controls/combo.c]
- New functions DirDlgSelectComboBox() & DirDlgListComboBox().
+ * 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
- * [controls/listbox.c]
- New functions DirDlgSelect() & DirDlgList().
+ * objects/clipping.c: Rein Klazes <rklazes@casema.net>
+ ExtSelectClipRgn fix: RGN_DIFF did not work.
-Sun Apr 17 20:57:59 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * objects/cursoricon.c, windows/event.c, windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to new input event handling.
- * [objects/test.c]
- GrayString() added.
+ * 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.
- * [if1632/callback.c]
- CallGrayStringProc() added.
+ * 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/relay.c] [if1632/mmsystem.spec]
- Added.
+ * 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).
- * [if1632/kernel.spec] [if1632/user.spec]
- Added forgotten specs for atom functions.
+ * 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.
-----------------------------------------------------------------------
-Tue Apr 12 00:05:31 1994 Bob Amstadt (bob@pooh)
+ * 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>
- * misc/spy.c (SpyInit): Added more message types
+ * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
+ Charles Suprin <csuprin@lynx.dac.neu.edu>
+ Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
- * [windows/mdi.c] [include/mdi.h]
- Maximizing and restoring child windows.
- Tiling of child windows.
+ * 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.
-Mon Apr 11 20:48:28 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
+ is zero.
- * [windows/winpos.c]
- Revert focus and activation to previous window when hiding a window.
+ * relay32/mpr.spec, misc/network.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added stub WNetEnumCachedPasswords.
- * [windows/syscolor.c]
- Implemented system color objects (brushes and pens created at
- SetSysColor() time for better performance).
+ * msdos/int21.c, msdos/int25.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Made this file DOSMOD friendly.
- * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
- Changed painting code to use system color objects.
+ * loader/ne/segment.c, loader/pe_image.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Unified "No implementation for..." warnings.
- * [windows/message.c]
- New function MSG_InternalGetMessage() for internal messages
- loops (e.g. for dialogs or menus).
+ * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
+ monodebg.vxd used by some Origin programs implemented.
- * [windows/hook.c] [include/hook.h] (New files)
- Beginning of the window hooks implementation.
+ * objects/bitmap.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fail if less then one entire line requested in GetBitmapBits32.
- * [windows/dialog.c]
- Use new function MSG_InternalGetMessage() in DialogBox().
+ * windows/winproc.c: Rein Klazes <rklazes@casema.net>
+ Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
- * [if1632/callback.c]
- Added function CallHookProc().
+ * 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.
-Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * programs/clock/ChangeLog, programs/clock/main.c:
+ Robert Pouliot <krynos@clic.net>
+ Fixes for other languages.
- * [windows/event.c]
- Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
+Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
- * [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 ...
+ * 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.
- * [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).
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Changed mouse button mapping and check size of return buffer.
- * [loader/wine.c]
- Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
+ * objects/clipping.c: Rein Klazes <rklazes@casema.net>
+ ExtSelectClipRgn() with RGN_COPY copies the wrong region.
- * [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 ?).
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed an error in the implementation of FILE_ShareDeny.
-Sun Apr 10 14:06:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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
- * [misc/profile.c]
- .INI files will now be stored in / loaded from the windows dir
- if no path is supplied.
+ * 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.
- * [if1632/kernel.spec]
- Fixed GetDriveType's prototype.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed wrong arg type.
- * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
- Fixed prototypes: winsock uses a word as socket handle not an int.
+ * 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.
- * [misc/winsocket.c]
- Added heap allocation for returned structures.
- Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
+ * 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.
- * [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.
+ * 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.
-Sat Apr 9 08:26:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
+ Translated in French (not so good anyhow) message for the mark on
+ system menu.
- * [controls/edit.c] [controls/widgets.c]
- First release of edit control.
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Changed the default from 0 to 0x409 (eng-us).
-----------------------------------------------------------------------
-Tue Apr 5 14:36:59 1994 Bob Amstadt (bob@pooh)
+ * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
+ Two missing WINAPIs.
- * [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.
+ * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed one wrong parameter.
- * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
- Removed code add 94/03/26.
+ * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
+ Fixed --disable-lib.
-Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
- * [control/menu.c]
- Make mouse menu navigation working again. :-))
- (be carefull, clicking outside menus (ie.: clientrect)
- not resolved yet)
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Constants for controls in common dialogs.
- * [windows/nonclient.c] [controls/scroll.c]
- Bugs fix in NCTrackScrollBars().
+Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/dos_fs.c]
- Bug fix in 'ToDos()' in conversion for '/',
- (example: '/window/' was translated to 'WINDOWs').
+ * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed some compiler warnings.
- * [miscemu/int21.c]
- Function ChangeDir() extract possible drive before DOS_ChangeDir().
+Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
- * [loader/library.c] [loader/wine.c]
- Playing around moving function GetProcAddress() and put some code in.
+ * 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.
-Mon Apr 4 21:39:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * 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.
- * [misc/main.c]
- Better explanation of command-line options.
+ * 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.
- * [objects/dib.c]
- Implemented SetDIBitsToDevice().
+ * 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).
- * [windows/dc.c]
- Bug fix in SetDCState().
+ * memory/atom.c, include/atom.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to separation between KERNEL and USER.
- * [windows/event.c]
- Removed WS_DISABLED handling (now done in message.c).
+ * 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.
- * [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.
+ * include/ole.h, include/winerror.h, ole/compobj.c:
+ John Richardson <jrichard@zealand.mv.com>
+ Implementation of InprocServer32 CoGetClassObject.
- * [windows/painting.c]
- Bug fix in BeginPaint() to allow calling it at other times than
- on WM_PAINT (Solitaire needs it...)
+ * 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/win.c]
- Implemented FindWindow().
- Rewritten EnableWindow() to behave more like Windows.
+ * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
- * [windows/winpos.c]
- Rewritten WindowFromPoint() to also search child windows.
+ * 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.
-Mon Apr 4 17:36:32 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * if1632/user.spec, windows/dialog.c, windows/winproc.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed IsDialogMessage16.
- * [include/int21.h] -> [msdos.h]
- renamed.
+ * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
+ Tell people to ignore the 'gets' warning. Some will listen.
- * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h]
- new, added for int 10, 25 and 26.
+ * 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.
- * [miscemu/ioports.c]
- new, added to allow win apps to use ioports.
+ * 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.
- * [loader/signal.c]
- Added support for in, inb, out, outb instructions.
+ * 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.
-----------------------------------------------------------------------
-Sun Mar 27 13:40:25 1994 Bob Amstadt (bob@pooh)
+ * 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 -.
- * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Erred in the bit macros in treeview.c. Shiftcounts were wrong.
-Sat Mar 26 21:23:55 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [windows/mdi.c]
- Window list properly updated.
+ * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
+ Added CoFreeLibrary stub.
- * [windows/message.c]
- Call WINPOS_ChildActivate() when mouse pressed.
+ * README: Updated FAQ location.
- * [windows/nonclient.c]
- Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
- NC_HandleNCPaint().
+ * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Implement SEGPTR conversion for STARTDOC in Escape32().
- * [windows/winpos.c]
- Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
+ * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: SetDCState did not reset clipping region to empty.
-Thu Mar 24 14:49:17 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
- (DeleteMenu): Many bug fixes.
+ * 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.
- * [controls/menu.c]
- Created function FindMenuItem().
+ * 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/.
-Thu Mar 24 14:17:24 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [windows/win.c]
- Removed incorrect MDI handling code from CreateWindowEx().
+ * if1632/kernel.spec, scheduler/process.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added .spec entry for KERNEL.RegisterServiceProcess.
- * [controls/menu.c]
- MF_STRING items needed to allocate a private copy of string.
+ * if1632/display.spec, windows/keyboard.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for CheckCursor().
- * [controls/menu.c]
- Fixed buggy calls to GlobalFree().
+ * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
+ Fix for non-modal dialog closing.
- * [memory/global.c]
- Eliminated some redundant code with function call.
+ * 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.
-Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
+ * 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.
- * [windows/timer.c]
- timer list pointers looped in InsertTimer
+ * 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.
-Tue Mar 29 13:32:08 MET DST 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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?).)
- * [misc/cursor.c]
- A few changes for desktop window support.
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Use macro V86_FLAG.
- * [misc/main.c]
- Added -depth option.
+ * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
+ Set default video mode to 3 (80x25 color).
- * [misc/rect.c]
- Yet another bug fix in SubtractRect().
+ * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
+ Ignores a couple of signals.
- * [objects/bitmap.c]
- Changes to use only one depth (specified with -depth)
- for color bitmaps.
+ * 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.
- * [objects/brush.c]
- Added support for dithered solid brushes.
+ * 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.
- * [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().
+Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/dib.c]
- Added support for color mapping table.
+ * windows/dinput.c, multimedia/dsound.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small fixes.
- * [objects/dither.c] (New file)
- Implemented solid color dithering.
+ * 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).
- * [objects/palette.c]
- Implemented GetSystemPaletteEntries() and SelectPalette().
+ * 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/class.c]
- Make a copy of the menu name in RegisterClass().
+ * 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.
- * [windows/dc.c]
- Fixed device caps when using a desktop window.
- Added support for the color mapping table in DCs.
+ * 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/event.c]
- Added ConfigureNotify handler on desktop window.
+ * windows/win.c: Rein Klazes <rklazes@casema.net>
+ Delay linking newly created window in linked list until after the
+ WM_NCCREATE message.
- * [windows/message.c]
- Removed call to XTranslateCoordinates() on every mouse motion
- New function MSG_Synchronize() to synchronize with the X server.
+ * files/file.c: Rein Klazes <rklazes@casema.net>
+ Small bug in FILE_InUse does not do a release on every acquired file
+ pointer.
- * [windows/syscolor.c]
- Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ lpszName of NULL is handled (removes some warnings).
- * [windows/winpos.c]
- Added synchronization on window mapping. Solves the double redraw
- problem when starting Solitaire.
+ * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
+ Now allows specification of a start directory on the cmdline.
-Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Gets rid of the arch-dependent bit operations (tested on Linux and
+ Solaris/x86).
- * [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 !)
+Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/defwnd.c]
- Connect VK_MENU to menubar navigation.
+ * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
+ A dest buffer was printed out as string.
- * [loader/library.c]
- GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
+ * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Corrected 2 wrong definitions.
-Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
+ Patrick Spinler <spinler.patrick@mayo.edu>
+ Added stubs for Process32First/Process32Next.
- * [misc/main.c]
- Added Copy(). Added a check for `-h' to show usage.
+ * 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.
- * [misc/dos_fs.c]
- Fixed bug in FindFile(), to load directories as dlls.
+ * 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.
- * [misc/dos_fs.c]
- Fixed ToUnix() and ToDos() again, as my previous patch
- didn't make it.
+ * 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.
- * [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.
+ * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
+ IExtractIcon had an extra c in a struct definition.
-Tue Mar 29 06:25:54 1994 crw@harris.mlb.semi.harris.com (Carl Williams)
+ * relay32/dplay.spec:
+ John Richardson <jrichard@zealand.mv.spamless.com>
+ Added entry for DirectPlayEnumerate.
- * [memory/heap.c]
- Implemented GetFreeSystemResources().
+ * ole/nls/sky.nls, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added Slovak nls-resources.
-----------------------------------------------------------------------
-Mon Mar 21 17:32:25 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * controls/menu.c (GetSubMenu): Function did not return correct value
+Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/mdi.c]
- Beginnings of menu handling.
+ * 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.
-Thu Mar 10 11:32:06 1994 Stefan (SAM) Muenzel (muenzel@tat.physik.uni-tuebingen.de)
+ * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for midiOpenStream (helps hexen2demo).
- * [objects/font.c]
- if font.width equals zero use asterix instead.
+ * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
+ Robert Pouliot <krynos@clic.net>
+ Small patch for better French support.
-Mon Mar 21 17:23:37 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: memory overwrite bug.
- * [objects/bitmap.c]
- Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
+Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/brush.c]
- Some changes with pattern brushes because of the new bitmap code.
+ * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
+ 32-bit clipboard support.
- * [objects/color.c]
- Added function COLOR_ToPhysical for better color mapping.
+ * 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.
- * [objects/dib.c]
- Heavily optimized SetDIBits().
+ * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed a minor problem with the menus for mdi child windows.
- * [windows/dc.c]
- Opimized SetDCState() and DC_SetupGC*() functions.
- Added stub for CreateIC().
+ * 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).
-Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Anon shared mapping fixed for file sharing.
- * [misc/message.c]
- Call SetFocus() after closing box to give back focus to previous owner.
+----------------------------------------------------------------
+Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/files.c]
- Small bug fix in GetTempFilename() : replace a '\' to '\\'.
+ * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
+ Fixes for LANG_NEUTRAL.
- * [control/scroll.c]
- Calls to BitBlt() replace by StretchBlt().
+ * include/task.h:
+ Added some padding to the PDB for ill-behaving apps (problem reported
+ by Andreas Mohr).
- * [control/menu.c]
- Call SetFocus() to previous owner after closing Popups.
- Fill stub DeleteMenu().
+ * 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.
- * [control/listbox.c]
- * [control/combo.c]
- Use SetFocus() in WM_LBUTTONDOWN.
- Close ComboBox List upon WM_KILLFOCUS.
- Early development of WM_MEASUREITEM mecanism.
+ * 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/defwnd.c]
- Early development of WM_MEASUREITEM mecanism.
+ * windows/message.c, windows/queue.c:
+ Douglas Ridgway <ridgway@winehq.com>
+ API Documentation for SendMessage, GetTickCount, PostQuitMessage,
+ GetMessagePos, GetMessageTime.
-Tue Mar 22 10:44:57 1994 Miguel de Icaza (miguel@xochitl)
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Delete the filename for the mapping instantly.
- * [misc/atom.c]
- Fixed sintaxis problem when building the library.
+ * dlls/shell32/shellord.c, relay32/shell32.spec:
+ Michael Poole <poole@graviton.res.cmu.edu>
+ Stub for SHSimpleIDListFromPath.
-----------------------------------------------------------------------
-Tue Mar 15 13:11:56 1994 Bob Amstadt (bob@pooh)
+ * loader/task.c: Fixed bug in SwitchStackTo.
- * [include/windows.h]
- Added message types and structures for MDI
+Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
- * [include/mdi.h]
- Created internal structures for handling MDI
+ * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
+ Check if scrollbar and parent are visible before redraw.
- * [windows/mdi.c]
- Began creating MDI support
+ * 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.
-Thu Mar 10 16:51:46 1994 Bob Amstadt (bob@pooh)
+ * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added Drag&Drop from KDE app to 16/32 bit Windoze app.
- * [loader/wine.c] [include/wine.h]
- Added new field to "struct w_files" to hold the "name table"
- resource for Windows 3.0 programs
+ * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added FIXME message in PostMessage32x if parameters are truncated
+ when calling PostMessage16.
- * [loader/resource.c]
- Added code to handle programs with a "name table" resource.
- LoadResourceByName() modified to check for the existence of
- this resource.
+ * 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.
-Mon Mar 14 22:31:42 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
+ Small fix.
- * [objects/color.c]
- Added installing the private colormap on the desktop window.
+ * 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.
- * [windows/event.c]
- Cleaned up focus event handling (see focus.c).
- Use GetFocus() to direct key events to the correct window.
+ * ole/nls/euq.nls, resources/sysres_Es.rc:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Small corrections.
- * [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
+ * relay32/kernel32.spec, scheduler/process.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ LoadLibraryExW spec added (function was there).
+ SetProcessPriorityBoost stub added.
- * [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.
+ * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for Solaris.
- * [windows/win.c]
- Only select focus events on top-level windows.
+ * 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.
- * [windows/winpos.c]
- Added some sanity checks for desktop window.
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ Hack to support integer ids in all static controls.
-Fri Mar 4 20:42:01 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Beginning of mouse support in DirectInput (only "standard" mouse
+ configuration supported for now).
- * [misc/dos_fs.c]
- bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName().
- Support for tilde symbol added for rootdirectories in [drives]
- section of wine's configfile.
+ * include/*.h, dlls/comctl32/*.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added xxx_Unregister() functions to all common controls.
- * [misc/file.c]
- hread(), hwrite() added.
+ * 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.
- * [misc/main.c]
- hmemcpy() added.
+ * dlls/comctl32/rebar.c, include/rebar.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved the rebar control.
- * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
- Added STRESS.DLL, an useless dll used to stress a windows system.
+ * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added support for transparent and tracking tooltips.
- * [*/*]
- Added missing #includes, fixed prototypes for prototype checking.
+ * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed a popup menu selection bug.
- * [include/prototypes.h]
+ * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed DrawCaption16() and DrawCaptionTemp16().
- Added prototypes for loader/*c, if1632/*c.
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Fixed warning.
-----------------------------------------------------------------------
-Tue Mar 8 09:54:34 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [Configure]
- Added reminder to set WINEPATH, if it is not set.
+ * 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.
- * [Imakefile]
- Removed #elif's
+ * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
+ Stubs for dos mode reboot interrupt.
- * [controls/button.c]
- Added BN_CLICKED notification for owner-draw buttons.
+ * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
+ Some printer stubs for DOS added.
- * [if1632/kernel.spec] [memory/heap.c]
- Changed Local* functions to WIN16_Local* to prevent unconcious use
- of these functions.
+ * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ More stubs added. These changes are only partially mine, I just made
+ them compile.
- * [if1632/relay.c]
- Push old Stack16Frame on stack before setting.
+ * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added some traces and cleaned up a couple of things.
- * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
- Added multiple local heap handling in Atom* functions.
+ * 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/regfunc.h] [miscemu/int21.c]
- Rewrote DOS3Call() use context frame that is already on the stack.
+ * include/winversion.h, misc/version.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added VERSION_IsOsUnicode().
- * [misc/profile.c]
- Fixed to allow leading ";" to mark comments.
+ * scheduler/handle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ More off-by-one errors fixed.
- * [misc/spy.c]
- Fixed bugs and added support for "include" and "exclude" filters.
+ * 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.
- * [misc/user.c]
- Rearranged calls in InitApp().
+Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/font.c]
- Fixed font handling to create system fonts, if they are used.
+ * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
+ Bug fix.
- * [windows/dc.c]
- If text drawn on window with no font specified, then default the
- font to the system font.
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed DOS environment passing.
-Mon Mar 7 20:32:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
- * [controls/desktop.c]
- Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
- Implemented SetDeskPattern().
+ * include/font.h, objects/font.c, objects/gdiobj.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New FONT_GetObject32W(), GetObject32W().
- * [misc/main.c]
- Added -desktop option to get a large desktop window with
- everything inside it.
- Added -name option.
+ * relay32/user32.spec, win32/ordinals.c, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stub RegisterTaskList.
+ New function EnumDisplaySettings32W().
- * [misc/rect.c]
- Bug fix in SubtractRect().
+ * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More parameter checking in RltCopySid.
- * [objects/*.c]
- Replaced the DefaultRootWindow() macro by the rootWindow variable.
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
- * [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().
+ * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added new dll avifil32.dll.
-Tue Mar 1 20:15:45 1994 Erik Bos <erik@trashcan.hacktic.nl>
+ * 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.
- * [misc/comm.c]
- bugfix in OpenComm().
+ * loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed several bugs with DLL initialization.
-----------------------------------------------------------------------
-Tue Feb 22 18:04:02 1994 Jeffrey Hsu <hsu@freefall.cdrom.com>
+Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
- * [include/winsock.h]
- The sockproto struct is already defined in <sys/socket.h>
+ * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
+ Added ordinal for two syslevel functions.
- * [misc/winsock.c]
- Need to include <netinet/in.h> for struct in-addr.
- Use sys_errlist[] instead of strerror[].
+ * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
+ Another missing WINAPI.
- *[toolkit/heap.c]
- ANSI C specifies that the malloc functions are defined in stdlib.h,
- so we don't need to include malloc.h.
+ * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
+ Small corrections in mmio declarations.
- *[loader/ldtlib.c]
- Print informative error message about probable cause of i386_set_ldt()
- failure and then exit.
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Take virtual sizes in account for the total vma size.
- *[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.
+ * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Add some more NLS definitions for the Romanian language.
-Tue Feb 22 02:52:19 EST 1994 jrichard@cs.uml.edu (John Richardson)
+ * 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.
- * [objects/bitblt.c]
- Added in three functions to do stretching and compression
- for WHITEONBLACK, BLACKONWHITE, and color copies.
+ * ole/compobj.c, relay32/ole32.spec:
+ Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
+ Stub for CoCreateGuid().
-Tue Feb 22 15:01:31 EST 1994 jrichard@cs.uml.edu (John Richardson)
+ * dlls/comctl32/treeview.c, multimedia/mcicda.c:
+ Brian Litzinger <brian@litzinger.com>
+ Fixes for FreeBSD.
- * [windows/graphics.c]
- Added FloodFill and FloodFill_rec. FloodFill_rec is pretty
- inefficent, but should suffice for now.
+ * 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.
- * [include/windows.h]
- Changed the x,y paramaters for the FloodFill prototype
- from ints to shorts
+ * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed moving and sizing of child windows.
-Tue Feb 22 00:58:28 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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).
- * [windows/widgets.c]
- Added desktop window class.
+Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/painting.c]
- Bug fix in RedrawWindow().
- Implemented ExcludeUpdateRgn().
+ * 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.
- * [windows/win.c] [windows/winpos.c]
- Implemented desktop window.
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Support anon shared mappings using temporary files (wont be deleted
+ yet).
- * [controls/desktop.c]
- Preliminary desktop window procedure.
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Was freeing the incorrect pointers -> crash in mallocs/frees.
-Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * files/dos_fs.c, relay32/kernel32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ DefineDosDevice stub added.
- * [controls/menu.c]
- New function LoadMenuIndirect().
- New function GetMenuCheckMarkDimensions().
+ * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
+ Added a default program option in wine.conf in section [programs] key
+ Default.
- * [if1632/user.spec]
- Entry for DefDlgProc().
+ * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
+ Better fix for this_is_a_syntax_error.
- * [windows/class.c]
- Fix bug in RegisterClass() :
- WNDCLASS->lpszMenuName was reset to NULL.
+ * ole/nls/*.nls:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Added the entries for LOCALE_SISO639LANGNAME and
+ LOCALE_SISO3166CTRYNAME.
- * [windows/win.c]
- In CreateWindowEx(), if hMenu == 0 then use
- wndclass->lpszMenuName to load Menu from resource;
+ * documentation/wine.man: James Juran <jrj120@psu.edu>
+ Updated manpage.
-Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
+ Fixed wrong ordinals.
- * [loader/library.c] [loader/wine.c]
- Fixed runing DLL's as main executable problem.
+ * objects/region.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed a bug in RectInRegion.
- * [misc/dos_fs.c]
- Added wildcard support in DOS_readdir().
+Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/winsocket.c]
- Added proper error handling of BSD winsocket functions.
+ * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
+ Removed an incorrect error message.
- * [miscemu/int21.c]
- KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
+ * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
+ Make sure the access functions are always used to get label and serial
+ number.
- * [main/main.c]
- Added functions for GetVersion, GetWinFlags and GetTimerResolution
- for libwine.a, SystemParametersInfo() partly implemented.
+Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
-Tue Feb 22 19:00:02 1994 Miguel de Icaza (miguel@xochitl.nuclecu.unam.mx)
+ * 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.
- * [toolkit/winmain.c]
- Added _WinMain function. Setups the library (calls USER_InitApp).
+ * 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.
- * [toolkit/sup.c]
- Added load_mz_header, load_ne_header, load_type_info and
- load_name_info functions.
+ * scheduler/handle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed off by one error in HANDLE_GetObjPtr.
- * [toolkit/heap.c]
- Code cleanup.
+----------------------------------------------------------------
+Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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.
- * [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.
+ * 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.
- Added load_typeinfo and load_nameinfo (and the corresponding
- functions in [toolkit/sup.c]
+ * ole/compobj.c, relay32/ole32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added stub for CoSetState32.
- Added integer convertion functions in the needed places.
+ * 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.
- 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).
+ * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
+ Alex Priem <alexp@sci.kun.nl>
+ Further improvements.
- * [misc/main.c]
- Cleaned up call to WinMain (now uses [toolkit/winmain.c]
- Ifdefed argument number checking when compiling the library.
+ * 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.
- * [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.
+ * include/bitmap.h, objects/bitmap.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Fixed LoadImage to support almost all LR_ flags.
- * [include/wine.h]
- Prototypes for loading routines.
+ * 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/class.h]
- Added WINE_PACKED macro instead of __attribute__ ((packed))
+ * include/global.h, memory/virtual.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Added VIRTUAL_MapFileW to map file to memory in one function call.
- * [include/arch.h]
- Macros for converting integers (Little endian to big-endian).
- Needed in the Sun to allow loading of DLL files.
+ * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Moved Multimonitor API declarations to windows.h.
-----------------------------------------------------------------------
-Mon Feb 14 23:48:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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.
- * [windows/clipping.c]
- Moved everything into windows/painting.c and removed this file.
+ * 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.
- * [windows/message.c]
- Removed calls to memmove() in MSG_RemoveMsg().
+ * 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.
- * [windows/nonclient.c]
- Added WM_GETMINMAXINFO support for window resizing.
+ * if1632/relay.c: Rein Klazes <rklazes@casema.net>
+ CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
+ not crash.
- * [windows/painting.c]
- Implemented RedrawWindow().
+Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/scroll.c]
- Bug fix in ScrollWindowEx().
+ * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
+ Reduced huge (1GB) heap creation that caused Starcraft to fail.
- * [windows/win.c]
- Moved UpdateWindow() to windows/painting.c.
+ * 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.
-Fri Feb 11 12:41:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [loader/wine.c] [misc/dos_fs.c]
- getenv() eq NULL bugfixes.
+ * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for non OSS systems.
- * [misc/comm.c]
- cfmakeraw changed for SunOS.
+ * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for non XF86-DGA systems.
-Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * libtest/Makefile.in, libtest/volinfo.c:
+ Petter Reinholdtsen <pere@td.org.uit.no>
+ New file to test DRIVE_GetLabel.
- * [mem/atom.c]
- Bug fix in ATOM_DeleteAtom() :
- change LocalFree() by USER_HEAP_FREE().
+ * 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...
- * [misc/message.c]
- New function FatalAppExit().
+ * 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?
- * [objects/font.c]
- New empty stub SetMapperFlags().
+ * 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...
- * [controls/menu.c]
- Better CheckMark & other bitmaps placement.
+ * 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).
- * [windows/graphics.c]
- New function RoundRect() : calc.exe now working...
+ * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed the = -> == bug.
-Tue Feb 15 14:29:37 1994 John Richardson
+ * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Shell parameters (config.sys) and ANSI support stubs.
- * [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.
+ * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int16.c and int29.c.
-Mon Feb 14 13:21:04 1994 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+ * include/miscemu.h, msdos/interrupts.c:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ More interrupts that can be done from DOS mode.
- * [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
+ * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int29 (Fast Write to Screen) support.
- * [windows/utility.c]
- Added DebugPrintString.
+ * msdos/int16.c, include/debug.h, include/debugdefs.h:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int16 (Keyboard) support, mostly stubs.
- * [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.
+Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/gdiobj.c]
- Ifdefed linux/emulator-dependent code to allow compilation of
- WineLib.
+ * 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/winsocket.c]
- Added ifdef to allow compilation under SunOS.
+ * misc/ntdll.c, relay32/ntdll.spec:
+ Dietmar Kling <dietmar.kling@usa.net>
+ Added undocumented function RtlOpenCurrentUser.
- * [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.
+ * 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_*.
- * [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.
+Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
- * [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/winpos.c: Rein Klazes <rklazes@casema.net>
+ Fixed an error when an owned window activates its owner during
+ creation.
- * removed memorylib subdirectory
+ * 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.
- * moved memory/atom.c to misc/atom.c
- moved memorylib/heap.c to toolkit/heap.c
+ * dlls/shell32/pidl.c:
+ Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ Added missing WINAPIs.
- * [loader/wine.c]
- Moved DebugPrintString to windows/utility.c
+ * 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.
- * [include/winsock.h]
- Define SO_DONTLINGER only if it has not been previously defined.
+ * 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/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.
+ * 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/user.h]
- When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
- calls are translated to the library allocation routines.
+ * 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/gdi.h,user.h]
- When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
- translated to the library allocation routines.
+ * include/imagelist.h, dlls/comctl32/imagelist.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Some minor improvements.
- * [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).
+ * 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.
- * [misc/file.c]
- Renamed KERNEL_* functions and fixed prototypes.
+ * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed bug in DrawIconEx32().
- * [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).
+ * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetSystemInformation32[A/W].
- * [Makefile]
- Create library instead of executable when building target
- libwine.a
+ * 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.
-----------------------------------------------------------------------
-Tue Feb 8 13:52:11 1994 Miguel de Icaza (miguel@roxanne)
-
- * [Makefiles]
- Use $(CC) instead of cc.
- Added libwine target.
-
- * [include/prototypes]
- #ifdefed section for WineLib
-
- * 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
-
- * [memorylib/heap.c]
- Heap management for WineLib
-
- * [misc/comm.c]
- Modified to allow compilation under SunOS (#include errno, SunOS
- doesn't have atexit ()).
-
- * [misc/dos_fs.c]
- Modified to allow compilation under SunOS (#include vfs.h)
-
- * [misc/file.c]
- Modified to allow compilation under SunOS (OPEN_MAX constant,
- #include unistd.h)
-
- * [objects/palette.c]
- Modified to allow compilation under SunOS (#include limits)
-
- * [toolkit/sup.c]
- WineLib version of CallWindowProc.
-
- * [windows/event.c]
- Typedef XPointer under X11R4 (OpenWindows).
-
- * [windows/win.c]
- When compiling WineLib, use direct callbacks instead of the
- windows supplied callbacks.
-
-Mon Feb 7 22:37:34 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [loader/cursor.c]
- New function CURSOR_SetWinCursor(), for internal use, to set
- the cursor of a specific window more reliably than with SetCursor().
-
- * [windows/nonclient.c]
- Better window management. Moving and resizing from the system
- menu should work now.
- Added scroll-bar mouse tracking.
-
- * [windows/win.c]
- Moved scroll-bar creation and destruction to defwnd.c.
-
-Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [windows/nonclient.c]
- Call to StdDrawMenuBar() during NC's drawing.
- New NC_TrackMouseMenuBar() function which call
- MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
-
- * [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.
-
- * [controls/listbox.c]
- Fix bug in multicolumns calculations.
-
- * [controls/Makefile]
- Remove rules for old file 'caption.c'.
-
- * [misc/kernel.c]
- Remove empty stub GetModuleFileName().
-
- * [loader/library.c]
- New GetModuleHandle() function.
- New GetModuleUsage() function.
- New GetModuleFileName() function.
-
- * [loader/resource.c]
- Try to find the bug a missing menu loading ... Not found yet !
-
- * [windows/win.c]
- Remove old menubar creation.
-
-Thu Feb 3 22:30:11 1994 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [misc/winsocket.c]
- More functions added.
-
- * [if1632/winsock.spec] [misc/winsocket.c]
- Added John Brezak's winsock.dll stuff.
-
-----------------------------------------------------------------------
-Tue Feb 1 21:14:47 1994 Bob Amstadt (bob@pooh)
-
- * [loader/selector.c]
- Added function CreateNewSegments(). Modified IPCCopySelector
- to allow aliasing to any arbitrary memory space.
-
- * [memory/global.c]
- Fixed potential bug in GlobalGetFreeSegments().
-
- * [memory/linear.c]
- Created functions GlobalLinearLock() and GlobalLinearUnlock().
-
-Tue Feb 1 05:51:43 1994 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [controls/widgets.c]
- Removed CAPTION window class.
-
- * [loader/cursor.c]
- Bug fix in LoadCursor(): don't allocate memory every time for
- built-in cursors.
-
- * [windows/clipping.c]
- Invalidate child windows in InvalidateRgn().
-
- * [windows/defwnd.c]
- Added repaint of the caption when changing window text.
-
- * [windows/event.c]
- Modified SetCapture() to allow keyboard events while capturing.
-
- * [windows/message.c]
- New function MSG_GetHardwareMessage(), to do mouse tracking
- without returning control to the Windows program.
-
- * [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.
-
- * [windows/win.c]
- Allocate temporary structures on the USER heap instead of
- using GlobalAlloc().
-
- * [windows/winpos.c]
- Added function WINPOS_GetMinMaxInfo() to get sizing informations.
-
-Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [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/menu.c]
- New GetSubMenu() function.
- Move GetMenu() & SetMenu() functions from 'windows/win.c'.
-
- * [controls/listbox.c]
- Start changes to satisfy recent changes in scrollbars/windows.
-
- * [loader/resource.c]
- Put some code in LoadAccelerators() stub.
- New TranslateAccelerator() function.
-
- * [windows/win.c]
- Remove GetMenu() & SetMenu() functions.
- Call to NC_CreateScrollBars() if required by CreateWindow().
-
-----------------------------------------------------------------------
-Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
-
- * [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.
-
-Tue Jan 25 05:51:47 1994 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [windows/defwnd.c]
- Added handling of activation messages (WM_ACTIVATE,
- WM_NCACTIVATE, WM_MOUSEACTIVATE)
-
- * [windows/event.c]
- De-activate the window when losing input focus.
-
- * [windows/focus.c]
- Bug fix in SetFocus().
-
- * [windows/message.c]
- Added activation of the window on mouse-clicks.
-
- * [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.
-
- * [windows/winpos.c]
- Implemented Get/SetActiveWindow().
- Implemented SWP_NOACTIVATE flag in SetWindowPos().
-
-Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [misc/message.c]
- MessageBox has a CaptionBar for his title except for
- MB_SYSTEMMODAL with MB_ICONHAND.
-
- * [windows/nonclient.c]
- Call to NC_TrackSysMenu on SysMenu button mouse click.
-
- * [windows/defwnd.c]
- Call to NC_TrackSysMenu on Alt key (VK_MENU).
-
- * [controls/menu.c]
- New GetSystemMenu() function.
- New CopySystemMenu() internal function.
- New NC_TrackSysMenu() internal function.
-
- * [include/windows.h]
- New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
-
-----------------------------------------------------------------------
-Thu Jan 13 11:45:13 1994 John Richardson <jrichard@cs.uml.edu>
-
- * [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.
-
-Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [misc/message.c]
- Cleanup on buttons answer value returned.
-
- * [control/combo.c]
- Now use OBM_COMBO bitmap dropdown button.
-
-Mon Jan 17 21:56:45 1994 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [misc/comm/c]
- A few bugfixes.
-
-Tue Jan 18 06:36:48 1994 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [loader/cursor.c]
- Added X cursor for IDC_SIZENS and IDC_SIZEWE.
-
- * [include/options.h] [misc/main.c] (New files)
- Rewrote main() function to get rid of Xt application context,
- and added command-line option parsing.
-
- * [objects/color.c]
- Use of a private map now configurable with command-line option.
-
- * [windows/defwnd.c]
- Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
-
- * [windows/event.c]
- Removed ConfigureNotify event handler (no longer needed).
-
- * [windows/message.c]
- Send WM_SETCURSOR message on mouse events.
-
- * [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).
-
- * [windows/painting.c]
- Bug fix in BeginPaint().
-
- * [windows/win.c]
- Set the override_redirect flag for windows (to bypass window
- manager).
-
- * [windows/winpos.c]
- Implemented WindowFromPoint(), ChildWindowFromPoint(),
- BringWindowToTop(), Get/SetInternalWindowPos(),
- Get/SetWindowPlacement().
-
-Mon Jan 17 20:48:24 1994 Bob Amstadt (bob@pooh)
-
- * [memory/heap.c]
- Added support for multiple local heaps.
-
-----------------------------------------------------------------------
-Tue Jan 4 13:01:33 1994 David Metcalfe <david@prism.demon.co.uk>
-
- * [window/caret.c]
- Modified code to use system timer.
-
-Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [windows/win.c]
- Windows create if required new XLIB MenuBar & CaptionBar.
-
- * [windows/defwnd.c]
- WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
- (I'm not sure it's the good place for it, but it work...)
-
- * [loader/resource.c]
- optimize in FindResourceByNumber, make lseek() if next type ...
-
- * [controls/scroll.c]
- scrollbar buttons are now using system resources bitmaps.
-
- * [controls/caption.c] - new file ...
- captionbar showing title, close button with SysMenu,
- and other buttons using system resources bitmaps.
-
- * [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 ! :-((
-
-Tue Jan 11 05:27:45 1994 julliard@di.epfl.ch (Alexandre Julliard
-
- * [memory/atom.c]
- Fixed a bug that could cause atoms to be case-sensitive.
-
- * [misc/rect.c]
- Bug fix in SubtractRect().
-
- * [objects/clipping.c]
- Bug fix when setting the clip mask to an empty region.
-
- * [windows/dce.c]
- Bug fix in ReleaseDC().
-
- * [windows/dialog.c]
- Call AdjustWindowRectEx() before creating the dialog window.
- Added support for DS_MODALFRAME style.
-
- * [windows/event.c]
- Cleaned up event handling and removed old Xt stuff.
- Moved double-click handling to windows/message.c
-
- * [windows/focus.c]
- Bug fix: only set the X focus when the window is viewable.
-
- * [windows/graphics.c]
- Rewritten DrawReliefRect() to use brush instead of pen, and
- to use the system colors.
-
- * [windows/message.c]
- Implemented WM_NCHITTEST message sending, and non-client
- mouse messages.
- Cleaned up double-click handling, and removed the Xt code.
-
- * [windows/nonclient.c] (New file)
- Implemented AdjustWindowRect().
- Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
-
- * [windows/painting.c]
- Added sending of the WM_NCPAINT message in BeginPaint().
-
- * [windows/sysmetrics.c] [include/sysmetrics.h] (New files)
- Implemented system metrics.
-
- * [windows/win.c]
- Bug fix in setting the parent and owner in CreateWindow().
- Removed the Xt code.
-
- * [windows/winpos.c]
- Added sending of the WM_NCPAINT message in SetWindowPos().
- Removed the Xt code.
-
-Sun Jan 2 12:38:53 1994 David Metcalfe <david@prism.demon.co.uk>
-
- * [windows/class.c]
- Implemented GetClassName and GetClassInfo.
-
- * [windows/caret.c]
- Various improvements to text caret code.
-
-Fri Dec 31 15:22:22 1993 John Brezak <brezak@apollo.hp.com>
-
- * [misc/comm.c]
- Patches to work with NetBSD.
-
-Thu Dec 30 12:11:55 1993 John Richardson <jrichard@cs.uml.edu>
-
- * [objects/bitblt.c] Added StretchBlt().
-
-Tue Jan 4 05:22:07 1994 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [misc/user.c]
- Added creation of system message queue.
-
- * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
- Added DC size fields into DC structure.
-
- * [objects/clipping.c]
- Bug fix in CLIPPING_IntersectRect().
-
- * [windows/class.c]
- Allocate a DCE instead of a DC for CS_CLASSDC classes.
-
- * [windows/clipping.c]
- Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
-
- * [windows/dce.c]
- Implemented GetDCEx() and GetWindowDC().
-
- * [windows/defwnd.c]
- Implemented WM_WINDOWPOSCHANGED handling.
-
- * [windows/event.c]
- Preliminary support for Xlib event handling instead of Xt callbacks.
- Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
-
- * [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/painting.c]
- Use GetDCEx() to retrieve the DC, to get a correct visible region.
-
- * [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().
-
- * [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
-
- * [windows/winpos.c] (New file)
- Rewritten most of the window positioning functions.
- Implemented SetWindowPos() and MapWindowPoints().
-
-Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [if1632/user.spec]
- Bad arguments description for function SetDlgItemText.
-
- * [objects/text.c]
- Function DrawText now handle DT_CALCRECT request.
-
- * [misc/message.c]
- Message boxes now use DrawText with DT_CALCRECT.
-
- * [windows/graphics.c]
- Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
-
- * [windows/win.c]
- Bug fix for flags in function ShowWindow.
- More accurate WM_SIZE generated by function ShowWindow.
-
- * [controls/listbox.c]
- More code for LBS_MULTIPLESEL.
- More code for LBS_MULTICOLUMN.
-
- * [include/windows.h]
- Bad define for MF_SEPARATOR.
-
- * [controls/menu.c]
- New functions: PopMenuWndProc() with 'glues',
- CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(),
- DeleteMenu(), ModifyMenu(), TrackPopupMenu().
- Code in stubs: CreateMenu(), DestroyMenu().
-
-Sat Jan 1 10:22:43 1994 Bob Amstadt (bob@pooh)
-
- * loader/wine.c: Added support for relocation types 5 and 6.
-
-Mon Dec 27 11:06:03 1993 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [misc/comm.c]
- new functions: BuildCommDCB(), OpenComm(), CloseComm(),
- SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
- GetCommError(), SetCommEventMask(), GetCommEventMask(),
- SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(),
- WriteComm().
-
-Wed Dec 22 13:00:15 1993 David Metcalfe <david@prism.demon.co.uk>
-
- * [windows/caret.c]
- Implemented text caret functions.
-
-Tue Dec 21 06:13:58 1993 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [loader/wine.c]
- Bug fix in LoadImage().
-
- * [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.
-
- * [windows/defwnd.c]
- Added preliminary WM_NCCALCSIZE handling.
-
- * [windows/event.c]
- Send WM_NCCALCSIZE message on resize event.
-
- * [windows/win.c]
- Send WM_NCCALCSIZE message in CreateWindow().
- Realize widgets at creation time (should prevent problems with
- unrealized widgets).
-
-Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [controls/static.c]
- Send mouse & keyboard message received to its parent.
-
- * [controls/scroll.c]
- Send keyboard message received to its parent.
-
- * [controls/listbox.c]
- Add Navigation keys .
- ListBox now use VSCROLL & HSCROLL instead of children.
- Alpha version of LBS_MULTIPLESEL.
- Alpha version of LBS_MULTICOLUMN.
-
- * [controls/combo.c]
- Add Navigation keys on closed ComboBox.
- Remove useless 'COMBOBOX_CreateComboBox' function.
-
-Mon Dec 19 20:39:34 1993 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [loader/wine.
- LoadImage() modified to use FindFile().
-
- * [misc/file.c]
- SetErrorMode added
-
- * [misc/dos_fs.c]
- bug fixes.
-
-Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [memory/global.c]
- bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
-
- * [sysres.dll]
- preliminary version of a 'glass of wine' bitmap
-
- * [windows/event.c]
- New function 'GetCapture'.
-
- * [controls/scroll.c]
- Remove useless 'SCROLLBAR_CreateScrollBar' function.
-
- * [controls/listbox.c]
- Remove useless 'LISTBOX_CreateListBox' function.
-
-Mon Dec 13 13:51:00 1993 David Metcalfe <david@prism.demon.co.uk>
-
- * [objects/font.c]
- Corrected bugs in GetCharWidth().
-
- * [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.
-
-Wed Dec 08 19:20:00 1993 Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
-
- * [windows/graphics.c]
- Added Polyline and Polygon
-
-Mon Dec 13 14:51:54 1993 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [controls/listbox.c]
- ListBoxDirectory() modified to use dos_fs.c's functions to
- access files&|drives.
-
-Sat Dec 04 17:04:23 1993 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [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.
-
- * [misc/int21.c]
- Modified.
-
-Wed Dec 1 16:20:45 1993 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
-
- * [misc/profile.c]
- The Profile functions now return the correct values. They now
- implement all the features described in the SDK.
-
-Tue Nov 30 13:55:27 1993 Bob Amstadt (bob at amscons)
-
- * [loader/selector.c]
- Rewrote selector aliasing routines to use System V IPC
- routine to alias memory segments.
-
-Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [controls/listbox.c]
- More consistency in functions using wIndexes
-
- * [controls/scroll.c]
- New function : ShowScrollBar().
-
- * [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'.
-
- *[object/palette.c]
- New stub only : SelectPalette().
- New stub only : RealizePalette().
-
- *[win/event.c]
- New function : EVENT_enter_notify(),
- update 'winHasCursor' and send WM_SETCURSOR.
-
- *[win/defwnd.c]
- Add processing of WM_SETCURSOR message.
-
- *[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().
-
-Mon Nov 25 18:25:40 1993 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [files.h / regfunc.h / misc/dos.c]
- Removed.
-
- * [misc/dos_fs.c]
- Added support for loading dosdrive cfg from wine.ini.
-
- * [misc/int21.c]
- Modified.
-
-
-Wed Nov 24 11:37:33 1993 julliard@disuns2.epfl.ch (Alexandre Julliard)
-
- * [include/atom.h] [memory/atom.c]
- Implemented atoms.
-
- * [windows/class.c]
- Modified RegisterClass() to use atoms.
- Implemented CS_GLOBALCLASS style.
-
- * [windows/message.c]
- Implemented RegisterWindowMessage().
-
- * [loader/resource.c]
- Bug fix in LoadResource().
-
- * [windows/dialog.c]
- Modified CreateDialogParam() to use Find/LoadResource().
-
-Mon Nov 22 13:58:56 1993 David Metcalfe <david@prism.demon.co.uk>
-
- * [windows/scroll.c]
- Preliminary implementations of ScrollWindow, ScrollDC and
- ScrollWindowEx.
-
-Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [controls/listbox.c]
- Optimization of redraw during 'Add' or 'Insert'.
-
- * [controls/scroll.c]
- Optimization of WM_PAINT during 'thumbtracking'.
-
- * [controls/button.c]
- Add of beta implement of 'BS_OWNERDRAW'
-
- * [controls/static.c]
- Style 'SS_ICON' new supported.
-
- * [misc/message.c]
- Begin of implemantation of MB_XXX styles.
-
- * [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.
-
- * [obj/dib.c]
- Function DrawIcon(): deugging phase of icon transparency mask.
-
- * [loader/library.c]
- new file for news functions LoadLibrary() & FreeLibrary().
-
- * [sysres.dll]
- Resources only 16bits DLL for System Resources, icons, etc...
-
-Sun Nov 14 14:39:06 1993 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [include/dialog.h] [windows/dialog.c]
- Simplified dialog template parsing.
- Implemented DialogBoxIndirect().
-
- * [windows/win.c]
- Fixed bug in CreateWindow() when aborting window creation.
- Modified UpdateWindow() to only update visible windows.
- Implemented IsWindow().
-
-Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [controls/listbox.c]
- Listbox control window : new messages.
-
- * [controls/combo.c]
- Combo box control window : new messages.
-
- * [misc/message.c]
- Moved stub MessageBox() to this new file.
- Implemented of a callback, now MessageBox show a window.
-
- * [loader/resource.c]
- New function DestroyIcon()
- New function DestroyCursor()
- Filled stub LoadIcon()
- Filled stub LoadCursor()
- Bug fixed in FindResourceByName() : missing lseek().
-
- * [obj/dib.c]
- New function DrawIcon()
-
- * [windows/win.c]
- New function CloseWindow()
- New function OpenIcon()
- New function IsIconic()
- New Function FindWindow()
-
-Sun Nov 14 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
-
- * [loader/selector.c]
- Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
-
-Sun Nov 14 08:27:19 1993 Bob Amstadt (bob at amscons)
-
- * [loader/selector.c]
- Wrote AllocSelector() and PrestoChangoSelector(). YUK!
-
-Sat Nov 13 13:56:42 1993 Bob Amstadt (bob at amscons)
-
- * [loader/resource.c]
- Wrote FindResource(), LoadResource(), LockResource(),
- and FreeResource()
-
- * [include/segmem.h] [loader/selector.c] [loader/signal.h]
- Changed selector allocation method.
-
-Sun Nov 10 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
-
- * [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)
-
- * [controls/scroll.c]
- Scroll bar control window
- Bug resolved : Painting message before scroll visible.
-
- * [controls/listbox.c]
- Listbox control window
- Destroy cleanup.
-
- * [controls/combo.c]
- Combo box control window
- Destroy cleanup.
-
- * [controls/button.c]
- GetCheck Message now return is state.
-
- * [windows/win.c]
- New function IsWindowVisible()
-
-Mon Nov 1 14:40:21 1993 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [if1632/user.spec]
- Removed some duplicate entries.
-
- * [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/win.c]
- Implemented WM_PARENTNOTIFY message.
- Implemented CreateWindowEx() and GetWindow().
- Completed DestroyWindow().
-
-Mon Nov 1 18:19:34 1993 Erik Bos
-
- * [loader/signal.c]
- Added support for int 0x11 & 0x12.
-
- * [loader/int21.c]
- Improved function handling.
-
-Sun Oct 31 12:38:09 1993 David Metcalfe <david@prism.demon.co.uk>
-
- * [objects/font.c]
- Implemented GetCharWidth().
-
-Wed Oct 27 09:56:06 1993 John Brezak <brezak@ch.hp.com>
-
- * [Makefile]
- Use GNU malloc.
-
- * [include/int21.h include/wine.h]
- Change sc_eflags to sc_efl .
-
- * [include/wine.h]
- Fix misplaced #endif
- Include <signal.h> for NetBSD
-
- * [loader/int21.c]
- Don't include <sys/vfs.h> in NetBSD
- Do include <sys/mount.h> in NetBSD
- Cleanup some lint.
-
-Mon Oct 26 17:59:01 1993 Erik Bos
-
- * [include/int21.h]
- Added.
-
- * [loader/int21.c]
- Added support for many dos ints.
-
- * [misc/file.c] [include/files.h]
- Moved OPEN_MAX and DosDriveStruct to files.h.
-
-Sun Oct 24 13:36:50 1993 David Metcalfe <david@prism.demon.co.uk>
-
- * [controls/button.c]
- Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
- RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
- a preliminary USERBUTTON control.
-
- * [objects/text.c]
- Corrected bugs in TEXT_NextLine() and added handling of prefix
- character.
-
- * [controls/button.c]
- Disabled focus handling by commenting out SetFocus() calls until
- serious bug can be found.
-
-Oct 20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [controls/listbox.c]
- Listbox control window
- Painting cleanup, new messages processed.
-
- * [controls/scroll.c]
- Scroll bar control window
- Painting cleanup.
-
- * [controls/combo.c]
- Combo box control window
- Painting cleanup.
-
-Tue Oct 12 17:50:11 1993 julliard@di.epfl.ch (Alexandre Julliard)
-
- * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
- Better support for the private color map.
- Using a private map is now the default.
-
- * [windows/win.c]
- Bug fix.
-
- * [include/dialog.h] [windows/dialog.c]
- Implemented CreateDialog*() and IsDialogMessage().
-
- * [misc/xt.c] [windows/defwnd.c]
- Moved DefWindowProc() to defwnd.c.
- Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
-
- * [windows/defdlg.c]
- Started the implementation of DefDlgProc().
-
- * [windows/win.c]
- Added WM_NCCREATE and WM_NCDESTROY messages.
- Implemented IsChild().
-
-Tue Oct 12 17:50:20 1993 David Metcalfe <david@prism.demon.co.uk>
-
- * [windows/focus.c]
- Implemented GetFocus() and SetFocus().
-
- * [windows/event.c]
- Added processing of FocusIn and FocusOut events.
-
- * [windows/graphics.c]
- Added DrawFocusRect().
-
-Sat Oct 9 14:36:57 1993 Erik Bos
-
- * [loader/int1a.c]
- Added more function handling.
-
-Wed Oct 6 12:21:22 1993 Erik Bos
-
- * [loader/signal.c]
- Split signal.c into int1a.c, int21.c and signal.c.
-
-Tue Oct 5 22:12:40 1993 David Metcalfe
-
- * [controls/static.c] [control/widgets.c]
- Static control class.
-
- * [objects/text.c]
- Added processing of additional DT_ flags to DrawText().
-
- * [windows/win.c] [misc/xt.c]
- Added SetWindowText() and WM_SETTEXT processing.
-
-Tue Oct 5 22:12:40 1993 Martin Ayotte
-
- * [controls/listbox.c]
- Listbox control window
-
- * [controls/scroll.c]
- Scroll bar control window
-
- * [controls/combo.c]
- Combo box control window
-
- * [include/combo.h]
- Combo box definitions
-
- * [include/listbox.h]
- Listbox definitions
-
- * [include/scroll.h]
- Scroll bar definitions
-
-Sat Oct 2 09:35:54 1993 Bob Amstadt (bob at pooh)
-
- * [if1632/callback.c]
- Fixed bug in MakeProcInstance().
-
- * [debugger/info.c]
- Changed x/w and x/b to display in hex.
-
- * [debugger/i386-pinsn.c]
- Added code to properly unassemble 16-bit indexing.
-
-Fri Oct 1 08:29:05 1993 Bob Amstadt (bob at pooh)
-
- * [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.
-
- * [tools/build.c] [if1632/call.S] [include/regfunc.h]
- Changed register function stack to match sigcontext structure.
-
-Thu Sep 30 22:30:21 1993 Bob Amstadt (bob at pooh)
-
- * [loader/files.c]
- Created function to search a path for files to load.
-
- * [loader/wine.c]
- Modified exe and dll file loading to search through path
- specified by the environment variable WINEPATH.
-
-Thu Sep 30 22:30:21 1993 Eric Youngdale
-
- * [loader/signal.c]
- Bug fix.
-
-Thu Sep 30 22:30:21 1993 John Brezak
-
- * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c]
- [debugger/obstack.h]
- Updates to allow debugger to function under NetBSD.
-
-Tue Sep 28 19:59:21 1993 David Metcalfe
-
- * [windows/win.c]
- Implemented support for windows with no borders. Added
- GetParent(), GetDlgCtrlID(), GetWindowText() and
- GetWindowTextLength() functions.
-
- * [misc/xt.c]
- Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
- to DefWindowProc and Implemented MessageBeep().
-
- * [windows/syscolor.c]
- Added preliminary system color support.
-
- * [controls/button1.c]
- Mods to new button control and integration with Wine.
-
-Tue Sep 28 19:59:21 1993 Johannes Ruscheinski
-
- * [controls/button1.c]
- New button control using GDI functions.
-
-Tue Sep 28 19:59:21 1993 Eric Youngdale
-
- * [debugger/*]
- Added debugging capabilities to Wine
-
-Sat Sep 25 13:22:50 1993 Alexandre Julliard (julliard@di.epfl.ch)
-
- * [objects/region.c]
- Bug fix
-
-Fri Sep 24 07:35:11 1993 Bob Amstadt (bob at pooh)
-
- * [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.
-
- * [loader/resource.c]
- Rewrote functions to allow loading of resources from any
- DLL.
-
- * [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.
-
-Tue Sep 21 09:57:01 1993 miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
-
- * [misc/profile.c]
- Implementation of .INI file handling
-
-Mon Sep 20 10:54:32 1993 David Metcalfe
-
- * [misc/profile.c.old]
- Implementation of .INI file handling
-
-Mon Sep 20 10:54:32 1993 John Brezak
-
- * [controls/WinButton.c]
- Bug fix with call to XtVaSetValues.
-
-Mon Sep 20 10:54:32 1993 Alexandre Julliard
-
- * [windows/win.c]
- Quick patch to get colormaps to work with button widget.
-
-Mon Sep 20 02:42:54 1993 (yngvi@hafro.is)
-
- * misc/keyboard.c:
- Ifdefed out some bogus Ansi<->Oem conversion functions
-
- * misc/lstr.c:
- New file with string functions like lstr* IsChar* *Ansi*
-
-Wed Sep 15 20:35:10 1993 John Brezak
-
- * [loader/signal.c]
- Additional changes to support NetBSD.
-
-Wed Sep 15 22:19:22 1993 Martin Ayotte
-
- * [windows/graphics.c]
- Added FrameRect function
-
-Tue Sep 14 13:54:45 1993 Alexandre Julliard
-
- * [objects/color.c] [objects/palette.c]
- Preliminary support for private color map.
-
- * [windows/class.c]
- Implemented CS_CLASSDC style.
-
- * [windows/dce.c]
- Moved DCEs to USER heap.
- Implemented class and window DCs.
-
- * [windows/event.c]
- Implemented CS_DBLCLKS style.
-
- * [windows/graphics.c]
- Bug fix in SetPixel().
-
- * [windows/win.c]
- Implemented CS_OWNDC style.
- Implemented Get/SetWindowLong().
-
- * [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.
-
-Mon Sep 13 05:00:11 1993 Eric Youngdale
-
- * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
- [loader/wine.c] [tools/build.c]
- Added ability to generate missing functions statistics.
-
-Mon Sep 13 12:09:47 1993 Scott A. Laird (scott@curly)
-
- * [WIN31-APPLETS]
- Added new file.
-
- * [if1632/kernel.spec]
- Added definitions for GetProfile{Int,String} and SetHandleCount.
-
- * [if1632/keyboard.spec]
- Created interface specification for Keyboard driver DLL.
-
- * [if1632/relay.c]
- Added keyboard.dll to list of included DLLs.
-
- * [if1632/user.spec]
- Added LoadAccelerators definition.
-
- * [loader/resource.c]
- Added LoadAccelerators stub.
-
- * [misc/file.c]
- Changed OpenFile, and added SetHandleCount (for winfile.exe)
-
- * [misc/keyboard.c]
- Added keyboard code.
-
- * [misc/profile.c] [misc/xt.c]
- Moved GetPrivateProfile* commands here, and added GetProfile*
- commands.
-
-Mon Sep 13 10:24:37 1993 Andrew Bulhak
-
- * [windows/utility.c]
- Implemented MulDiv(), OutputDebugString() and wvsprintf()
-
-Fri Sep 10 09:13:30 1993 John Brezak
-
- * [*/Makefile]
- Created patch to allow BSD make to build wine.
-
- * [windows/win.c]
- Fixed NULL pointer reference.
-
- * [windows/message.c] [misc/xt.c]
- Defined HZ to handle system specific timing.
-
- * [windows/graphics.c]
- Use M_PI is PI
-
- * [objects/pallete.c]
- NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
-
- * [dump.c] [ldt.c] [wine.c]
- ifdef'ed linux headers for linux compile.
-
- * [loader/ldtlib.c]
- Add NetBSD system calls when compiled on that system.
-
- * [loader/selector.c]
- Use mmap(MAP_ANON, ...) for NetBSD.
-
- * [if1632/call.S]
- Fixed selector assumptions.
-
-Thu Sep 9 20:01:37 1993 David Metcalfe
-
- * [controls/WinButton*] [controls/button.c] [controls/widget.c]
- [windows/win.c] [windows/class.c]
- Added 3D button control and tied into CreateWindow()
-
-Thu Sep 9 07:35:24 1993 Scott Laird
-
- * [if1632/sound.spec]
- Created interface specification for SOUND DLL.
-
- * [if1632/win87em.spec]
- Added more functions to the WIN87EM DLL interface specification
-
- * [misc/emulate.c]
- Created stubs for the new math emulation functions.
-
- * [misc/sound.c]
- Created stubs for the SOUND DLL.
-
-Sun Sep 5 21:02:10 1993 John Burton
-
- * [if1632/kernel.spec]
- Added interface specifications for OpenFile, _lclose, _lread, _lopen,
- and _lwrite.
-
- * [include/windows.h]
- Added OF_ macros
-
- * [misc/file.c]
- Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
-
-Fri Sep 3 18:47:03 1993 Alexandre Julliard
-
- * [windows/dc.c]
- Bug fix
-
- * [objects/text.c]
- Bug fix
-
-Fri Sep 3 18:47:03 1993 Bob Amstadt
-
- * [objects/linedda.c]
- Finished LineDDA().
-
-Fri Sep 3 11:52:18 1993 Bob Amstadt
-
- * [windows/timer.c]
- Changed to use CallWindowProc() rather directly calling callback.
-
- * [windows/event.c]
- Implemented SetCapture() and ReleaseCapture()
-
- * [windows/keyboard.c]
- Created stub for GetKeyState()
-
- * [objects/linedda.c]
- Created stub for LineDDA()
-
- * [if1632/callback.c]
- Created callback handler for LineDDA callback procedure.
-
- * [if1632/callback.c]
- Created FreeProcInstance()
-
-Fri Sep 3 08:36:52 1993 David Metcalfe
-
- * [loader/signal.c]
- Patch to and code for INT 1A
-
-Thu Sep 2 00:31:54 1993 Alexandre Julliard
-
- * [objects/font.c] [objects/text.c]
- More text support: implemented justification and underlining.
-
- * [windows/clipping.c] [objects/clipping.c]
- Moved low-level clipping functions to objects/clipping.c.
-
- * [windows/clipping.c] [windows/event.c] [windows/message.c]
- Implemented window update regions.
-
- * [windows/dc.c] [objects/dcvalues.c]
- Moved some device-independent DC functions to objects/dcvalues.c.
-
- * [windows/graphics.c]
- Implemented InvertRect() and GetPixel().
-
-Sat Aug 28 08:40:23 1993 Eric Youngdale
-
- * [include/neexe.h] [loader/wine.c]
- Added code to handle relocation type 4.
-
- * [loader/signal.h] [loader/wine.c] [loader/selector.c]
- Added support for dos interrupts.
-
-Thu 26 Aug 19:15:00 1993 Eric Youngdale
-
- * [loader/selector.c]
- Fixed bug dealing with loading DLLs.
-
-Thu Aug 26 19:22:40 1993 Alexandre Julliard
-
- * [include/gdi.h] [objects/font.c] [windows/dc.c]
- Beginning of real font support.
-
- * [windows/graphics.c]
- Implemented PatBlt().
-
- * [memory/global.c]
- Corrected a bug with linked list handling in GlobalAlloc().
-
- * [objects/bitmap.c]
- Corrected a bug in BITMAP_SelectObject().
-
-Tue Aug 24 19:22:40 1993 David Metcalfe
-
- * [controls/Command*] [controls/Label*] [controls[MenuButto*]
- [controls/SmeMenuButt*]
- Change code to support & as a special character in menu item text.
-
-Tue Aug 24 19:22:40 1993 Alexandre Julliard
-
- * [include/gdi.h] [windows/dc.c]
- Heavily modified the DC structure for better device-independence.
-
- * [objects/bitmap.c]
- Implemented bitmap dimensions.
-
- * [windows/dc.c] [windows/dce.c]
- Implemented DC state saving and restoring.
-
- * [windows/dc.c]
- Implemented ROP mode.
-
- * [windows/graphics.c]
- Implemented FillRect().
-
-Mon Aug 23 22:08:34 1993 Bob Amstadt (bob at pooh)
-
- * [misc/xt.c]
- Fixed bug in InvalidateRect(). Solitaire attempted to
- clear window before it was realized.
-
- * [loader/resource.c]
- Began rewrite of LoadBitmap().
-
- * [loader/wine.c]
- Fixed code which set Argv and Argc global variables.
-
- * [loader/selector.c]
- Added code to set up command line arguments.
-
- * [include/neexe.h]
- Fixed error in PSP structure.
-
-Tue Aug 17 20:41:12 1993 Alexandre Julliard
-
- * [include/gdi.h] [windows/dc.c]
- Implemented device capabilities.
-
- * [objects/region.c]
- Implemented EqualRgn() and CombineRgn().
-
- * [windows/clipping.c]
- Implemented Save/RestoreVisRgn().
-
- * [windows/graphics.c]
- Implemented PaintRgn() and FillRgn().
-
- * [windows/mapping.c]
- Implemented mapping modes.
-
-Tue Aug 10 14:07:38 1993 Alexandre Julliard
-
- * [if1632/user.spec] [misc/rect.c]
- Implemented rectangle API functions.
-
- * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
- Implemented regions.
-
- * [windows/class.c]
- Corrected a typo in UnregisterClass().
-
- * [windows/clipping.c] [windows/dc.c]
- Implemented DC clipping and visible region.
-
-Tue Aug 10 20:57:56 1993 Bob Amstadt (bob at pooh)
-
- * [controls/menu.c] [windows/win.c]
- SetMenu(), GetMenu(), CheckMenuItem() implemented
-
-Thu Aug 5 22:33:22 1993 Bob Amstadt (bob at pooh)
-
- * [controls/menu.c] [windows/win.c]
- Many improvements menus. LoadMenu() should work.
-
-Wed Aug 4 14:55:36 1993 Alexandre Julliard
-
- * [objects/dib.c]
- Started the implementation of device-independent bitmaps.
-
- * [objects/bitmap.c]
- Added support for multiple bitmap depths.
-
- * [objects/brush.c]
- Implemented pattern brushes.
-
- * [windows/dc.c] [windows/graphics.c]
- Implemented some GDI graphics primitives.
-
-Tue Aug 3 21:16:47 1993 Bob Amstadt (bob at pooh)
-
- * [controls/menu.c] [windows/win.c] [include/menu.h]
- Code to load class menus from executable file.
-
- * [if1632/user.spec]
- Fixed specification of SendMessage() and PostMessage.
-
-Mon Jul 26 21:53:24 1993 Alexandre Julliard
-
- * [if1632/call.S]
- Corrected a bug in KERNEL_InitTask().
-
- * [include/windows.h]
- Added a lot of constants.
-
- * [loader/selector.c]
- Corrected a bug in segment allocation in CreateSelectors().
-
- * [objects/bitmap.c]
- Implemented SelectObject() for bitmaps.
-
- * [objects/brush.c]
- Implemented hatched brushes and SelectObject().
-
- * [objects/gdiobj.c]
- Removed linked list (not needed).
-
- * [objects/palette.c]
- Implemented system palette creation and misc. palette API functions.
-
- * [windows/timer.c]
- Implemented timers.
-
- * [windows/dc.c]
- Implemented memory device contexts.
-
-Tue Jul 20 10:38:59 1993 Bob Amstadt (bob at pooh)
-
- * [dos.c]
- Split DOS3Call() out of kernel.c. Added support for get date
- and time functions.
-
- * [call.S]
- Added function ReturnFromRegisterFunc() to allow DOS calls
- to return values in registers.
-
- * [regfunc.h]
- Macros to access registers saved on stack.
-
-Tue Jul 20 10:38:59 1993 Alexandre Julliard
-
- * [win.c]
- Corrected allocation of the WM_CREATE data structure.
-
- * [dce.c] [dce.h]
- Implemented DCE handling.
-
- * [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.
-
- * [windows.h]
- Added several structures and constants for GDI objects.
-
-Mon Jul 19 12:51:10 1993 Bob Amstadt (bob at pooh)
-
- * [ldtlib.c]
- Modified system calls to match Linus' new interface for
- the LDT modification.
-
- * [win.c]
- Fixed bug with WM_CREATE message.
-
- * [heap.c] [kernel.spec]
- Completed local heap allocation functions.
-
- * [global.c]
- Created function GlobalQuickAlloc() for easy allocation from DLLs
-
-Tue Jul 13 20:31:31 1993 Bob Amstadt (bob at pooh)
-
- * [global.c]
- Completed global memory pool API
-
-Sun Jul 11 16:59:52 1993 Alexandre Julliard
-
- * [message.c] [user.c] [user.spec] [windows.h]
- Added emulation of Windows message queue.
-
-Thu Jul 8 19:29:27 1993 Bob Amstadt (bob at pooh)
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updated.
- * [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
+ * 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).