-----------------------------------------------------------------------
-Fri Nov 3 20:08:17 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
+----------------------------------------------------------------
+Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
- * [configure.in]
- Attempt to check for -li386 on NetBSD. Please test this.
+ * 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.
-Mon Oct 30 12:40:32 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
+ * */*: Jim Aston <asto0001@algonquinc.on.ca>
+ Renamed wintypes.h to windef.h.
- * [*/*]
- 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.
+ * memory/heap.c: Make the system heap critical section global.
- * [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.
+ * Make.rules.in:
+ Fixed Makefile up-to-date check to avoid relinking all the object
+ files.
- * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
- [windows/message.c] [windows/nonclient.c]
- Converted MAKEPOINT macro call to manual conversion.
+ * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
+ Reimplemented some code without using X11.
- * [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.
+ * graphics/ddraw.c, relay32/ddraw.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
- * [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.
+ * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
+ Added tracing for delayed imports and removed the fixme.
- * [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.
+ * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
+ Better implementation of GetShortPathNameA/W.
- * [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.
+ * 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.
-Sat Oct 28 09:39:18 1995 Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
+ * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
+ Fix OemToAnsiBuff for real Win31 behavior.
- * [objects/cursoricon.c]
- Fix for "broken" X servers that invert masked cursor colors.
+ * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
+ First attempt at supporting different keyboard layouts with their
+ correct scancode mapping.
-Fri Oct 27 19:27:21 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
+ * 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.
- * [windows/dialog.c] [windows/nonclient.c]
- Remove unnecessary items from the system menu.
+ * rc/winerc.c: Fixed compilation.
-Thu Oct 26 05:03:03 MET 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
+ * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
+ Ignore generated files.
- * [objects/color.c] [objects/palette.c]
- Make GetNearestColor return a RGB value instead of a pixel value.
+ * programs/notepad/lcc.h: Fixed make depend.
-Wed Oct 25 23:33:39 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
+ * 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.
- * [controls/desktop.c][controls/menu.c][include/menu.h]
- Changed WORD parameters to UINT parameters.
+ * loader/ne/module.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make GetModuleHandle16 only look for module names, not path names.
- * [include/wintypes.h]
- Made UINT 32bit for WINELIB.
+ * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
+ Added some more vga video modes.
- * [loader/main.c]
- Disabled RELAY32_Init and MODULE_Init for WINELIB.
+ * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Prevent X11 errors when XCreateWindow is called with zero width or
+ height.
- * [misc/main.c]
- Assume CPU386 for WINELIB.
+ * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Added metafile support for ExtFloodFill.
- * [rc/winerc]
- add_popup: set MF_POPUP flag on menu item.
+ * 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.
- * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
- Add resource demo hello3 for WINELIB.
- New file README.resources.
+ * 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.
- * [toolkit/miscstubs.c]
- Add a case for 17.
+ * 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.
-Tue Oct 17 15:13:10 IST 1995 Itai Nahshon <nahshon@vnet.ibm.com>
+ * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a silly VGA-emulation palette bug.
- * [loader/module.c]
- Do not append .exe if the file name already has an extension.
+ * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed a couple of ugly warnings (caused by ugly errors).
- * [misc/profile.c]
- Avoid creating a file with a junk name if a .ini file does not
- exist.
-
- * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
- Added a lot of dummy stubs for Windows Hebrew version.
-
-Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
-
- * [controls/button.c]
- Fix for buttons with no label.
-
- * [controls/combo.c][controls/listbox.c]
- Fixes for scrollbar positioning. Now disappears correctly
- for short lists.
-
- * [controls/edit.c]
- Handle memory allocation differently when building as library.
-
- * [controls/static]
- Don't destroy old icon before drawing new icon. (Fixes landscape/
- portrait toggle icon in print dialog.)
-
- * [if1632/gdi.spec]
- New functions SetMetaFileBits and GetMetaFileBits
-
- * [include/sysmetrics.h] [windows/sysmetrics.c]
- Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
-
- * [include/windows.h]
- META_EXTTEXTOUT, not META_SETTEXTOUT
- define GetCurrentTime as GetTickCount (for wine library)
-
- * [loader/main.c]
- Don't initialize built-in modules in wine library
-
- * [memory/local.c]
- LocalReAlloc was defined incorrectly. Swap flags and size arguments.
-
- * [misc/main.c]
- Always report CPUTYPE=4 to wine library.
-
- * [objects/dib.c]
- RLE8 images were missing top line when decompressed.
-
- * [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.
-
- * [toolkit/heap.c]
- LocalUnLock changed to LocalUnlock
-
-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.
-
-Fri Oct 13 19:04:35 1995 Morten Welinder <terra@diku.dk>
-
- * [Makefile.in]
- Using nm's built-in sorting.
-
- * [*/*.c]
- Use xmalloc for malloc and xrealloc for realloc in all ungarded
- cases.
-
- * [debugger/dbg.y]
- Handle C-like expressions. Clean-up.
-
- * [debugger/debug.l]
- Lots of new tokens for expressions.
-
- * [debugger/info.c]
- Implement "list" command for disassembling.
-
- * [misc/ole2nls.c]
- Implement more Danish stuff.
-
-Fri Oct 6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
-
- * [loader/module.c]
- Updated self-loading modules to support for new 32 bit
- stack frames.
-
-----------------------------------------------------------------------
-Sun Oct 1 15:48:34 1995 Alexandre Julliard <julliard@sunsite.unc>
-
- * [controls/menu.c]
- Fixed GetMenuString() for non-string items.
-
- * [debugger/*.c]
- First attempt to check validity of pointers before memory
- accesses. For now only segmented pointers are checked.
-
- * [debugger/dbg.y] [memory/ldt.c]
- Added possibility to dump only one segment with 'info segment'.
-
- * [include/bitmaps/ocr_*]
- Added all OEM cursors as XPM bitmaps.
-
- * [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().
-
- * [loader/module.c]
- For disabled built-in modules, we now try to load the Windows DLL
- first, and if this fails we fall back to using the built-in module
- anyway.
-
- * [memory/global.c]
- Fixed GlobalHandle() to return the correct selector in the high
- word even if we are passed a handle in the first place.
-
- * [miscemu/instr.c]
- Take into account the size of the operand and of the stack segment
- when incrementing the stack pointer.
- Avoid referencing FS_reg and GS_reg on *BSD.
-
- * [objects/dib.c]
- All DIB functions now accept a BITMAPCOREHEADER format bitmap.
- Monochrome DIBs are created as monochrome bitmap iff they are
- black and white.
-
- * [objects/oembitmap.c]
- Added support for OEM cursors, changed OBM_LoadIcon to use the new
- icon memory layout.
-
- * [rc/sysres_Fr.rc]
- Added French [Fr] language support.
-
- * [win32/environment.c]
- Fixed GetCommandLineA() to use current PDB.
-
- * [windows/event.c] [windows/winpos.c]
- Simulate a mouse motion event upon SetWindowPos() to force the
- cursor to be set correctly.
-
-Sat Sep 30 17:49:32 Cameron Heide (heide@ee.ualberta.ca)
-
- * [win32/*]
- New Win32 kernel functions: GetACP, GetCPInfo,
- GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
- GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
- SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
- WriteFile. Completed implementations of GetCommandLineA.
-
- * [include/kernel32.h]
- New file.
-
- * [loader/main.c]
- Call initialization function for Win32 data (doesn't currently do
- anything).
-
- * [misc/main.c]
- Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
-
-Sat Sep 30 00:26:56 1995 Niels de Carpentier <niels@cindy.et.tudelft.nl>
-
- * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
- [misc/commdlg.c]
- Misc. bug fixes
-
-Fri Sep 29 16:16:13 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
-
- * [*/*]
- For Winelib, explicit casts have been placed where warnings were
- usually generated.
- printf formats which give the format for printing a handle as
- "%04x" or something similar have been changed to use the NPFMT
- macro defined in include/wintypes.h. Some times, explicit casts
- were also necessary.
- Parameter, field, and variable declarations have been made more
- exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
- 'WORD hFont' to 'HFONT hFont'.
- Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
- replaced with a call to WIN_GetWindowInstance(hwnd).
-
- * [controls/combo.c]
- Added WINELIB32 support in CLBoxGetCombo().
-
- * [include/dialog.h]
- Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
- winelib needs the packing as well (e.g. when accessing resources
- like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
-
- * [include/windows.h]
- Got rid of the F[a-k] macros, which were cluttering up the global
- namespace.
-
- * [include/windows.h] [windows/defwnd.c]
- Added Win32 messages WM_CTLCOLOR*.
-
- * [include/wintypes.h]
- Put in preprocessor '#define WINELIB32' if appropriate and changed
- the types of some typedefs (WPARAM, HANDLE) based on this.
-
- * [loader/module.c] [toolkit/miscstubs.c]
- Added #ifdef'd portion in LoadModule to handle loading a WINElib
- module (already loaded, just init values). '#ifdef'ed out the
- definition for GetWndProcEntry16 and added a new version to
- toolkit/miscstubs.c.
-
- * [misc/shell.c]
- Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
- Same amount of total storage, but much more reasonable. Also, changed
- calls to strcpy() in ShellAbout() to calls to strncpy() instead.
- This was a difficult bug to track down, but the AppMisc field was
- being initialized with the contributers text, which was much larger
- than 512 characters.
-
- * [toolkit/atom.c]
- New file for atom-handling functions. Copied from memory/atom.c and
- then heavily modified. Right now, it's just a linked list of atoms.
- Consider it as a hash table with just one entry. It's easily changed
- later.
-
- * [toolkit/heap.c]
- Commented out the heap functions with a "#ifdef WINELIB16" and put in
- a Win32 version (which is basically a modified copy).
-
- * [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.
-
- * [toolkit/winmain.c]
- Rearranged startup code in _WinMain. I think this will work.
-
- * [toolkit/Makefile.in]
- Added targets for 'hello' and 'hello2' in case anyone cares to try
- out the sample programs.
-
-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.
-
-Tue Sep 26 21:34:45 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
-
- * [misc/dos_fs.c]
- DOS_SimplifyPath: Also remove "/./" from path. (Happens when
- starting applications like 'wine ./excel.exe')
-
-Sat Sep 23 23:32:40 1995 Morten Welinder <terra@diku.dk>
-
- * [configure.in]
- Avoid relative path for wine.ini.
-
- * [rc/sysres_Da.rc]
- Support for Danish [Da] language.
-
- * [misc/main.c] [miscemu/cpu.c]
- Return the processor we're running on correctly.
-
- * [miscemu/int2f.c]
- Minor stuff in int 0x2f, function 0x16.
-
-Sat Sep 23 1995 17:58:04 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
-
- * [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().
-
-Fri Sep 22 01:33:34 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
-
- * [include/shell.h] [misc/shell.c]
- Implemented 4 drag/drop functions with documented functionality.
-
- * [multimedia/time.c]
- "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
-
- * [*/*]
- 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.
-
- * [misc/file.c]
- Fixed GetDriveType return value.
-
- * [windows/message.c]
- Hooks are invoked in normal order.
-
- * [miscemu/*]
- Added some functions and interrupts.
-
- * [misc/shell.c]
- Implemented Drag... functions.
-
-Thu Sep 21 23:50:12 1995 Jukka Iivonen <iivonen@cc.helsinki.fi>
-
- * [rc/sysres_Fi.rc] [rc/sysres.rc]
- First attempt at Finnish [Fi] language support.
-
-----------------------------------------------------------------------------
-Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [configure.in] [*/Makefile.in] [Make.rules.in]
- Cleaned up makefiles, added configuration option for Winelib,
- grouped common make rules in Make.rules.in.
-
- * [Configure]
- Renamed to 'Configure.old'; please use 'configure' instead.
-
- * [controls/menu.c]
- Fixed DestroyMenu() to avoid deleting the same menu twice.
- More fixes to WM_MENUSELECT, and added WM_INITMENU.
-
- * [if1632/relay.c]
- Fixed wrong register values displayed by RELAY_DebugCall32().
-
- * [memory/local.c]
- Fixed LocalLock() and LocalUnlock() to increment/decrement the
- lock count for moveable blocks.
-
- * [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.
-
- * [misc/main.c] [ANNOUNCE]
- Update the list of contributors. Please let me know if I forgot
- someone.
-
- * [rc/sysres.rc] [rc/sysres_En.rc]
- Moved English resources to sysres_En.rc.
- Changed ids from numeric to symbolic for dialogs.
-
- * [windows/dialog.c]
- Modified template parsing to be able to pass segmented pointers to
- CreateWindow().
-
- * [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.
-
-Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
-
- * [controls/scroll.c]
- Fixed scroll-bar bugs for non-client windows.
-
-Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
-
- * [include/cursor.h] [windows/cursor.c]
- Cursor is not mirrored any more and the hotspot is set right.
-
-Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
-
- * [ole.h]
- Misc small fixes.
-
-Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
-
- * [rc/sysres_Es.rc]
- First attempt at Spanish [Es] language support.
-
-Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [include/alias.h][windows/alias.c][include/relay32.h]
- New files
-
- * [controls/widgets.c]
- WIDGETS_Init: register alias window procedures
-
- * [if1632/callback.c]
- CallWndProc: Call alias functions if necessary
-
- * [if1632/gdi32.spec]
- GetStockObject, TextOutA: new relays
-
- * [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
-
- * [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
-
- * [miscemu/int21.c]
- handle 0x440A and 0xDC
-
- * [miscemu/int2f.c]
- handle 0x84
-
- * [objects/dib.c]
- CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
-
- * [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
-
- * [windows/caret.c]
- CARET_Initialize: new function, call on strategic places
-
- * [windows/messagebox.c]
- MessageBox: register message box proc aliases
-
- * [if1632/advapi32.spec][if1632/comdlg32.spec]
- New files
-
- * [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
-
- * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
- Added stubs for new Win95 API
-
-Sat Sep 2 1995 Martin Roy
-
- * [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.
-
-Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
-
- * [loader/module.c] [loader/ne_image.c]
- Added support of self-loading modules.
-
----------------------------------------------------------------------
-Thu Aug 31 17:19:57 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [Configure]
- Added compile-time option for IPC.
-
- * [configure.in]
- Added command-line options for language, IPC and malloc
- debugging.
-
- * [controls/menu.c]
- WM_MENUSELECT was sometimes sent to the wrong window.
-
- * [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.
-
- * [ipc/*.c] [memory/atom.c] [memory/global.c]
- IPC can now be configured out at compile-time.
-
- * [loader/task.c]
- Bug fix in TASK_Reschedule() that could cause a task to be deleted
- twice.
-
- * [miscemu/dosmem.c] (New file)
- Partial emulation of the BIOS data segment.
-
- * [miscemu/instr.c]
- Trap attempts to access selector 0x40 and remap the access to
- segment __0040H.
-
- * [tools/build.c]
- Fixed bug in CallTo32_LargeStack() that caused problems when
- compiling Wine with the -fomit-frame-pointer option.
-
- * [windows/message.c]
- Fixed bug in hardware event handling that could cause some events
- to get ignored.
-
-Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
-
- * [ipc/README] [ipc/dde.tex]
- LaTeX documentation for the ipc and DDE stuff.
-
-Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
-
- * [ipc/Imakefile] [ipc/wine_test_stub.c]
- Fixed IPC testing. Now it can be compiled with "make tests"
-
-Wed Aug 23 21:04:14 1995 Fons Botman <botman@wab-tis.rabobank.nl>
-
- * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
- Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
-
-Sun Aug 20 13:49:42 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
-
- * [miscemu/int21.c]
- Misc fix to int21,ah=40 (write) to match _lwrite().
- AX=0x440A (check if handle is remote) added.
-
- * [multimedia/mmsystem.c]
- Moved mciSendString to mcistring.c.
-
- * [multimedia/mcistring.c]
- New file, string interface for MCI (not complete, not thoroughly
- tested).
-
- * [multimedia/audio.c]
- IOCTL prints errors; one paranoid check disabled.
-
- * [misc/file.c]
- Misc operator precedence fixes.
-
- * [if1632/gdi.spec] [objects/bitblt.c]
- Stub for FastWindowFrame (parameters not correct).
-
-Sat Aug 19 01:31:23 1995 Graham Menhennitt <gfm@werple.mira.net.au>
-
- * [loader/ne_image.c]
- Preliminary support for iterated segments.
-
-Sat Aug 19 00:43:04 1995 Andrew Taylor (andrew@riscan.com)
-
- * [windows/mapping.c]
- In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
- the absolute value of (ydim / xdim) or (xdim / ydim).
-
-Thu Aug 15 23:00:16 Gregory Trubetskoy <grisha@mira.com>
-
- * [objects/oembitmap.c]
- Added some includes for Windows 95.
-
- * [include/sysmetrics.h]
- Added some sysmetrics for Windows 95.
-
- * [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.
-
-Thu Aug 10 12:00:00 1995 Jan Willamowius (jan@janhh.shnet.org)
-
- * [misc/shell.c] [rc/sysres*.rc]
- The caption of the ShellAbout dialog box is language specific and
- should be defined in the resources.
-
-----------------------------------------------------------------------
-Thu Aug 17 19:30:14 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [*/Makefile.in]
- Removed winelibclean target, as it doesn't work anyway.
-
- * [controls/button.c]
- Avoid drawing the focus rectangle outside of the button.
-
- * [controls/widgets.c]
- Fixed bug with the size of the reserved bytes for the Edit
- control (caused Eudora to crash).
-
- * [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.
-
- * [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.
-
- * [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.
-
- * [loader/task.c]
- Fixed environment allocation to compute the size dynamically.
- Added 'windir' environment variable.
- Fixed GetDOSEnvironment() to return the current task environment.
-
- * [windows/message.c]
- Fixed bug in MSG_GetWindowForEvent().
-
-Wed Aug 9 11:40:43 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
-
- * [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 :)
-
- * [misc/dos_fs.c]
- Make umsdos mounted windows dirs work again.
-
- * [miscemu/emulate.c]
- Added some comments, preimplementation of subfunction 7.
-
- * [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.)
-
- * [multimedia/mcicda.c]
- Segptr fixes in DriverProc
- Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
- link to your real cdrom device.
-
-Tue Aug 8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
-
- * [loader/resource.c]
- Don't crash in a LoadString to NULL
-
- * [loader/resource.c]
- Fixed accelerators to work with modifiers. (ALT-x modifiers still
- won't work unless the ALT keypress exited the menu.)
-
- * [misc/file.c]
- Expand a file to the current offset with an _lwrite of size zero.
-
- * [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.
-
- * [windows/win.c]
- Added function WIN_GetTopParent to get the top-level parent of a
- window.
-
-Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
-
- * [loader/resource.c]
- Added LoadIconHandler. It doesn't do anything yet, but now you
- can use borland help files with winhelp.exe.
-
-Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
-
- * [misc/main.c]
- Fixed to return 386 Enhanced mode correctly. Also return the same
- type of CPU, for both Enhanced and Standard mode, namely a 386.
-
-Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [Configure] [include/options.h] [include/wineopts.h]
- [misc/main.c][misc/spy.c]
- Removed support of spy file. Redirected spy messages to stddeb.
- Removed -spy option. Added -debugmsg +spy option.
-
- * [debugger/dbg.y][debugger/debug.l]
- Enabled segmented addresses (seg:offs) for break and x commands.
-
- * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
- [include/region.h]
- FrameRgn, REGION_FrameRgn: New functions
-
- * [if1632/kernel.spec]
- IsWinOldApTask: Return false
-
- * [if1632/mouse.spec]
- CplApplet: Removed
-
- * [if1632/user.spec] [windows/win.c]
- ShowOwnedPopups: New function
-
- * [if1632/winsock.spec] [misc/winsocket.c]
- inet_addr, select: New prototypes in relay code
- Fixed memory layout for netdb functions (getXbyY).
- WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
-
- * [objects/clipping.c]
- RectVisible: Fixed call to LPToDP
-
- * [rc/winerc.c]
- main: Removed extra argument to getopt for Linux.
-
-Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c]
- Yet another fix for ListBoxDirectory().
-
- * [loader/module.c] [if1632/kernel.spec]
- Make GetModuleHandle() accept instance handles as parameter.
-
- * [if1632/relay.c] [loader/task.c]
- Put a magic cookie at the bottom of the 32 bit stack, and check on
- each return from a 32 bit function whether it's still there. Complain
- if it's not.
-
- * [if1632/user.spec]
- Wrong entry for CloseDriver().
-
- * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
- [miscemu/int21.c]
- Large parts of dos_fs.c simplified. Changed it to use one
- current drive/directory per task, which is set to the module path on
- task creation.
- Prevent CorelPaint from closing stdin.
- open() with O_CREAT set must be passed three parameters.
- DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
- it's in DOS_readdir() now.
-
- * [misc/profile.c]
- Some badly written software (Lotus Freelance Graphics) passes a bogus
- size parameter that caused Wine to write off the end of a segment.
- Fixed. (It's probably too paranoid now.)
-
- * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
- [multimedia/Imakefile] [if1632/winprocs.spec]
- 16 bit entry point for MMSysTimeCallback.
- Split off time.c and joystick.c from mmsystem.c.
-
- * [objects/dib.c]
- GetDIBits(): call XGetImage() via CallTo32_LargeStack.
-
- * [windows/cursor.c]
- DestroyCursor(): do nothing for builtin cursors.
-
- * [windows/mdi.c]
- Half of WM_MDISETMENU implemented.
-
- * [windows/win.c]
- EnumWindows() and EnumTaskWindows() never enumerated any windows.
- Fixed.
-
- * [windows/*.c]
- Fixed GetParent() to return correct values for owned windows.
-
- * [windows/message.c]
- Don't try to activate disabled top-level windows.
-
- * [windows/nonclient.c]
- Work around a bug in gcc-2.7.0.
-
- * [tools/build.c] [include/stackframe.h] [memory/global.c]
- [loader/task.c] [memory/selector.c]
- Some Visual Basic programs (and possibly others, too) expect ES to be
- preserved by a call to an API function, so we have to save it.
- In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
- to prevent segfaults if ES contained the selector to be freed.
-
-Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
-
- * [*/*]
- Added missing prototypes to header files and relevant includes
- to reduce compile time warnings.
-
-Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
-
- * [configure.in] [include/config.h] [*/Makefile.in]
- New configuration scheme based on autoconf.
-
-Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
-
- * [miscemu/ioports.c]
- Revamp to have only one in- and one out- variant, both really
- implemented.
-
- * [miscemu/instr.c]
- INSTR_EmulateInstruction: Use new ioport interface. Implement
- string io. Correct instruction pointer for 32-bit code.
-
- * [include/miscemu.h]
- Update port function prototypes.
-
- * [include/registers.h]
- Defined FS and GS.
-
-Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
-
- * [misc/dos_fs.c]
- ChopOffSlash(): A path consisting off a single slash is left
- intact, and multiple slashes are all removed.
-
-----------------------------------------------------------------------
-Wed Jul 5 19:06:35 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
-
- * [controls/scroll.c]
- Fixed drawing bug that caused part of a non-client scroll bar
- to be painted even when the scroll-bar was hidden.
-
- * [debugger/break.c] [debugger/dbg.y]
- Rewrote breakpoint handling to work in 16-bit mode.
- Implemented single-stepping ('step' and 'next' instructions).
-
- * [debugger/debug.l]
- Format specifier is now a separate token.
- Entering an empty line at the debugger prompt causes the previous
- command to be repeated, like under gdb.
-
- * [debugger/debug.l] [debugger/registers.c]
- Differentiate 16-bit and 32-bit registers without taking current
- mode into account ($eax is always 32-bit, $ax always 16-bit).
-
- * [debugger/stack.c]
- Fixed stack information routines to differentiate between 16-bit
- and 32-bit stacks.
-
- * [loader/task.c]
- Option -debug now sets a breakpoint at the first instruction of
- every loaded task.
-
- * [miscemu/instr.c]
- Added handling of lock, repe and repne prefixes.
-
- * [objects/dib.c]
- Changed StretchDIBits() to do the correct thing, even if it's still
- not really optimal.
-
- * [windows/graphics.c]
- Fixes in RoundRect(), thanks to Babak Masalehdan.
-
- * [windows/message.c]
- Tried to fix mouse event handling with respect to disabled
- windows.
-
- * [windows/painting.c]
- Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
- infinite loops.
-
- * [windows/win.c]
- Fixed IsWindowVisible() to return FALSE when one of the parent
- windows is hidden.
-
-Sat Jul 1 22:08:21 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/compobj.spec][misc/compobj.c]
- CoGetMalloc: New function
- Added relay entries for COMPOBJ ordinals above 100
- CoInitialize: Changed parameter to DWORD
-
- * [if1632/ole2.spec]
- Exported implementation of OleBuildVersion
-
- * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
- ole2disp.c: New file
- SysAllocString, SysReallocString, SysAllocStringLen,
- SysReAllocStringLen, SysFreeString, SysStringLen: new functions
-
- * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
- CompareStringA: New function
-
-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 Jun 29 13:47:08 GMT 1995 Göran Thyni (goran@norrsken.bildbasen.se)
-
- * [misc/commdlg.c]
- Extensive changes and bug fixes to FileDialog handling,
- behaves more like native Windows.
-
-Wed Jun 28 13:04:44 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [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.
-
- * [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.
-
- * [windows/hook.c]
- CallNextHookEx() used to crash when called with a null hhook. Fixed.
-
-Wed Jun 28 10:14:34 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
-
- * [include/neexe.h][loader/ne_image.c]
- NE_LoadSegment: Detect iterated segments
-
- * [misc/ole2nls.c]
- LOCALE_SLONGDATE: fixed typo
-
- * [miscemu/int5c.c]
- Reordered include files to avoid conflicts with Linux libc.5.1
-
- * [rc/winerc.c]
- Added -b option to process binary resource files into C arrays
-
- * [include/callback.h]
- CallWndProc: Added dummy ds parameter for libwine
-
- * [include/gdi.h][include/user.h]
- USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
-
- * [include/ldt.h][include/stackframe.h]
- defined segment conversion macros for libwine
-
- * [misc/atom.c]
- Defined USER_HeapSel for libwine
-
- * [misc/main.c]
- Disable -dll option for libwine
-
- * [misc/user.c]
- removed GetFreeSystemResources, SystemHeapInfo from libwine for now
-
- * [toolkit/heap.c]
- fixed LocalLock prototype
-
- * [toolkit/sup.c]
- sync'ed load_mz_header, load_ne_header with structures
-
- * [toolkit/winmain.c]
- Disabled resource DLLs for libwine for now
-
-Mon Jun 26 19:30:24 1995 Hans de Graaff (graaff@twi72.twi.tudelft.nl)
-
- * [misc/main.c]
- Fixed -enhanced option to report a 386 CPU instead of a 286.
-
-Fri Jun 23 23:18:25 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
-
- * [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)
-
- * [misc/profile.c]
- Fixed problem parsing empty lines within sections in .ini files.
-
-----------------------------------------------------------------------
-Mon Jun 19 20:29:50 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [debugger/*.c]
- Modified debugger to use segmented pointers everywhere.
-
- * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
- Declared all functions that return only 16-bit as 'pascal16'.
-
- * [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.
-
- * [loader/module.c]
- Fixed bug with module file handle cache.
-
- * [loader/ne_resource.c]
- Fixed file name bug in NE_AccessResource().
-
- * [loader/resource.c]
- Fixed bug in LoadIcon() that caused wrong colors to be used for
- the icon mask.
-
- * [loader/signal.c]
- Moved instruction emulation to miscemu/instr.c.
-
- * [misc/dos_fs.c] [miscemu/int21.c]
- Lots of small fixes, thanks to Morten Welinder.
-
- * [miscemu/dpmi.c]
- More complete DPMI emulation.
-
- * [miscemu/instr.c]
- Added support for prefixes in instructions to emulate.
-
- * [miscemu/int2f.c]
- Use register macros instead of destroying the high part of 32-bit
- registers.
-
- * [objects/dc.c]
- Fixed bug in GetDCState() that failed to clear the new DC.
-
- * [rc/sysres.rc]
- Removed dialogs 11 and 12 that were never used.
-
- * [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.
-
- * [windows/defwnd.c]
- Accept a NULL pointer as window title.
-
- * [windows/mdi.c]
- MDICascade: skip iconic windows.
- Implemented CalcChildScroll().
-
- * [windows/utility.c]
- Fixed MulDiv() for illegal values.
-
- * [windows/win.c]
- Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
- a zero width or height.
-
-Sun Jun 18 22:22:30 MET DST 1995 Fons Botman (botman@inter.nl.net)
-
- * [controls/edit.c]
- Fixed "uninitalized" message which -Wall couldnt see to be ok
- in EDIT_WriteText.
-
- * [include/debug.h]
- Added define for extra checks in API definitions during debugging.
-
- * [loader/ne_image.c]
- Added newline in NE_FixupPrologs to avoid long lines.
-
- * [misc/dos_fs.c]
- Added extra safety check in DOS_ValidDrive.
-
- * [misc/exec.c]
- Fixed definition of ExitWindows.
-
-Sun Jun 18 21:16:08 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/edit.c]
- Some fixes, mostly for memory management, but also for text selection
- and tab postitions. General cleanup. Notepad.exe now works.
-
- * [controls/combo.c]
- Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
- the combo box, not the ComboLBox that belongs to it.
-
- * [controls/listbox.c]
- Handle itemID field correctly throughout.
-
- * [memory/local.c]
- Implemented flag LMEM_ZEROINIT.
- LocalReAlloc() could trash the heap. Fixed.
-
- * [objects/font.c]
- FONT_MatchFont(): don't get confused by negative widths.
- Fixed a segfault in EnumFonts().
-
- * [objects/text.c]
- DrawText(): DT_CALCRECT implies DT_NOCLIP.
-
- * [objects/dcvalues.c]
- MAKELONG was used with bad parameters in DC_GET_X_Y.
-
- * [windows/dialog.c]
- Don't show the dialog if WS_VISIBLE isn't set in the template.
-
- * [windows/utility.c]
- UTILITY_convertArgs(): Never pass an expression containing ++ into a
- macro...
-
- * [windows/win.c]
- SetParent() should unlink the window before changing the parent.
-
- * [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.
-
- * [miscemu/instr.c]
- Ignore interrupt 0x3D, for VBRUN300.DLL.
-
- * [misc/commdlg.c]
- Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
- pointer to the item text.
-
- * [if1632/relay.c]
- Disable OLE and DDEML DLLs by default, since they contain nothing but
- stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
- some programs may work better without them.
-
- * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
- Begun cleaning things up a little. Replaced printfs with dprintf_
- macros, made functions static where possible, and some other minor
- changes.
-
-Sun Jun 11 23:19:10 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
-
- * [debugger/dbg.y][debugger/dbg.l]
- Removed special handling for FILE_IDENTIFER, because it caused
- problems with x/<format> statements.
-
- * [debugger/info.c]
- Use SC_ESP instead of SC_EIP for stack dump.
-
- * [misc/compobj.c][if1632/compobj.spec]
- CoBuildVersion, CoInitialize, CoUninitialize: new functions
-
- * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
- New files ole2.c, ole2.h
- OleBuildVersion, OleInitialize, OleUninitialize: new functions
-
- * [if1632/ole2disp.spec]
- Added missing ordinals above 109
-
- * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
- New file winnls.h
- GetLocaleInfoA: new function
-
- * [if1632/shell.spec]
- Added FindEnvironmentString as stub
-
- * [misc/olecli.c][if1632/olecli.spec]
- OleIsDcMeta: New function
-
- * [objects/font][misc/gdi.spec]
- GetKerningPairs: new function
-
- * [misc/shell.c]
- ShellExecute: Implemented support for starting programs
-
- * [if1632/user.spec]
- Inserted missing relay to GetClipCursor
-
-Sun Jun 11 20:34:47 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/edit.c]
- Fix a problem with the local heap.
-
- * [include/wintypes.h]
- Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
-
- * [include/mdi.h] [windows/mdi.c]
- This code still assumed segmented address==linear address. Fixed.
-
- * [include/msdos.h] [misc/dos_fs.c]
- The filemask field of the dosdirent structure could be overrun. Fixed.
- If you had a file called foobar and a file called foo, trying to
- FindFile(foo) could accidentally find file foobar instead. Fixed.
-
- * [misc/file.c]
- OpenFile(): Always return the full pathname in ofs->szPathName. This
- also fixes GetModuleFilename().
- Prevent _lclose() from closing stderr or stdout.
-
- * [misc/profile.c]
- Search for .ini files in the path of the current module as well.
- (Needed by Lotus Organizer.)
-
- * [loader/task.c] [loader/ne_image.c] [loader/module.c]
- [memory/local.c]
- Local heaps are now initialized by InitTask() for executables. DLLs
- have to call LocalInit() themselves, LocalInit() has to put the
- heap at the end of the segment when called with start==0. We no longer
- allocate the DGROUP with 64k on startup, but grow the local heap
- in LOCAL_GetBlock() when necessary.
-
- * [loader/module.c]
- LoadLibrary() should call LoadModule() in all cases, even if the
- DLL is already loaded, to ensure that the reference count is correct.
-
- * [loader/ne_image.c]
- Some changes to function prolog fixup. Does anyone know exactly how
- this is supposed to work? I am only guessing here.
- In NE_InitializeDLLs(), initialize the DLLs a module refers to before
- the module itself.
-
- * [loader/task.c]
- Initialize instance data at the beginning of the DGROUP in InitTask().
-
- * [memory/local.c]
- Some fixes for moveable blocks.
-
- * [memory/selector.c]
- All the IsBad*Pointer() functions returned exactly the wrong boolean
- value in all cases!
-
- * [objects/bitblt.c]
- Fixed another null pointer dereference in debugging output.
-
- * [objects/font.c]
- Some more recovery possibilities for FONT_MatchFont() if a specified
- font does not exist.
-
- * [windows/win.c]
- The dialog code may call CreateWindowEx with an integer in windowName.
- This happens for static icon controls that expect a resource ID as
- the window name. CreateWindowEx() used to crash. Fixed.
-
- * [windows/class.c] [windows/win.c]
- Window classes are owned by modules, not instances. Changed
- RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
- accordingly.
-
-Sat Jun 10 16:10:53 1995 Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
-
- * [miscemu/int21.c]
- clock.exe was displaying incorrect year.
-
-Fri Jun 9 20:36:56 1995 Victor Schneider <tailor@crl.com>
-
- * [include/cursor.h] [windows/cursor.c]
- Implemented CreateCursorIconIndirect().
-
-----------------------------------------------------------------------
-Tue Jun 6 12:11:41 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [controls/menu.c]
- Fixed bug with drawing multi-column menus with vertical separator.
-
- * [debugger/debug.l]
- Fixed NULL-pointer reference after readline().
-
- * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
- Added interrupt vector emulation. Allows to retrieve an interrupt
- vector and jump to it without crashing.
-
- * [loader/ldt.c]
- Moved ldt.c to memory directory.
-
- * [loader/task.c]
- Implemented LockCurrentTask() and GetInstanceData().
-
- * [objects/bitblt.c]
- Fixed a bug that caused StretchBlt() to use wrong colors when
- stretching a monochrome bitmap to a color display.
-
- * [objects/bitmap.c]
- Fixed a segmented pointer bug in CreateBitmapIndirect().
-
- * [tools/build.c]
- Added possibility to have arguments for register functions; used
- by interrupt vectors to remove the flags from the stack.
- Generate a new function CallTo32_LargeStack(), that allows calling
- a 32-bit function using the original 32-bit stack, for functions
- that need more that 64k of stack.
-
-Tue May 30 10:29:56 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
-
- * [if1632/shell.spec] [misc/shell.c]
- DoEnvironmentSubst: fixed prototype
-
- * [if1632/gdi.spec] [objects/palette.c]
- SetSystemPaletteUse: new function
-
- * [if1632/kernel.spec] [loader/resource.c]
- DirectResAlloc: new function
-
- * [if1632/user.spec] [windows/keyboard.c]
- SetKeyboardState: new function
-
-Mon May 29 12:58:28 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [tools/build.c]
- Prevent interrupts from destroying the args for a 32 bit function
- by loading the correct value into %esp directly after %ss.
-
- * [loader/ne_image.c] [loader/module.c]
- The new instance must be created earlier in LoadModule(), so that
- fixups referencing it will be handled correctly.
- Initialize the local heap for a DGROUP in NE_LoadSegment().
-
- * [objects/dib.c]
- Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
- This used to crash Wine. Fixed.
-
- * [objects/text.c]
- Fix possible null pointer dereference in debugging output.
-
- * [misc/commdlg.c]
- Handle user input in the edit control better. Some bugs fixed.
-
- * [memory/local.c]
- Started implementing moveable blocks. This is unfinished (!), but
- at least it does not seem to break things.
-
-Wed May 24 13:26:36 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [loader/module.c]
- LoadModule(): DLLs occasionally have a data segment, and they work
- much better if it is loaded :-)
- LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
- FindModule(): also strip off the last backslash of the pathnames
- (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
- GetModuleHandle(): just call MODULE_FindModule, it does the same job,
- only better.
-
- * [loader/ne_image.c]
- LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
- not really correct, it seems that all programs and DLLs try to do
- this themselves. But they pass weird parameters.)
- NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
-
- * [loader/task.c] [misc/user.c]
- Finish global initializations in InitTask instead of InitApp, or
- all the DLLs will be initialized in InitTask without any available
- window classes!
-
-----------------------------------------------------------------------
-Sun May 21 12:30:30 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [debugger/hash.c] [debugger/info.c]
- Added support for symbolic segmented addresses. Add symbols for all
- built-in API entry points.
-
- * [if1632/relay.c] [include/dlls.h]
- Removed dll_table structure, as we now use the built-in module
- structures.
-
- * [if1632/relay.c] [loader/main.c]
- Removed winestat option, as it was no longer very meaningful.
-
- * [include/stackframe.h]
- New macro MAKE_SEGPTR that creates a segmented pointer to a local
- variable on the 32-bit stack.
-
- * [loader/module.c]
- Added support for multiple instances of an application.
- Implemented LoadModule() and FreeModule().
-
- * [loader/ne_image.c] [loader/task.c]
- Moved initialisation of built-in DLLs to InitTask().
-
- * [memory/global.c]
- Implemented discardable blocks.
-
- * [misc/file.c]
- Search path of current executable in OpenFile().
- Fixed bug with searching in Windows path.
-
- * [misc/lstr.c]
- Hard-coded translation tables for Ansi<->Oem.
-
- * [misc/user.c]
- Moved some global initializations to InitApp(), because they need
- a task context to be performed.
-
- * [objects/dc.c]
- Handle R2_BLACK and R2_WHITE specially so that they work correctly
- with palette displays.
-
- * [tools/build.c]
- Suppressed generation of the C file for DLL specs, because it's no
- longer needed. Output all the assembly code directly to stdout.
- Some changes to integrate Win32 support from Martin von Loewis.
-
- * [windows/msgbox.c]
- Moved message box code from misc/ to windows/.
-
-Mon May 15 23:40:04 1995 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
-
- * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
- [misc/mmaux.c] [misc/mmsystem.c]
- Modify code & use pointers conversion macros.
- Make cdaudio & wave devices work again (only using some applets).
-
- * [misc/profile.c]
- Change getc() to fgetc() where needed.
-
-Mon May 15 22:10:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/Imakefile]
- added entries for the new files gdi32.spec, kernel32.spec,
- user32.spec, shell32.spec and winprocs32.spec.
-
- * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
- [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
- ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
- ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
- stub implementations provided
- marked storage.dll,storege.sys functions as stubs
-
- * [include/pe_image.h]
- Added structures WIN32_builtin and WIN32_function
-
- * [include/peexe.h]
- PE_Import_Directory: renamed reserved fields to
- TimeDate, Forwarder, Thunk_List
-
- * [include/winerror.h]
- New file.
-
- * [loader/main.c]
- called RELAY32_Init
-
- * [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
-
- * [loader/resource.c]
- DumpIcon: new function
-
- * [misc/kernel32.c]
- New file.
-
- * [misc/main.c]
- make stdout and stderr unbuffered
-
- * [misc/shell.c]
- DoEnvironmentSubst: new function
-
- * [objects/font.c]
- FONT_MatchFont: try oblique if there is no italic
-
- * [rc/Imakefile][rc/parser.l]
- yywrap: new function
- Don't link with libfl.a on Linux
-
- * [tools/build.c]
- Added keywords stdcall, subsystem, base
- GenerateForWin32: new function
- BuildSpecFiles: call GenerateForWin32 if subsystem is win32
-
-Mon May 15 10:38:14 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
- Minor fixes.
-
- * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
- Rewrote message box handling.
-
- * [windows/dialog.c]
- Dialogs should be invisible until after WM_INITDIALOG is seent.
- Don't switch to invisible dialog items on a TAB keypress.
-
- * [windows/mdi.c]
- Send WM_NCPAINT message in MDIRestoreChild().
-
- * [windows/painting.c]
- Fixed typo (&& -> &).
-
- * [windows/message.c] [if1632/user.spec]
- Implemented PostAppMessage().
-
- * [windows/event.c]
- SetCapture(0) should act like ReleaseCapture().
-
-Tue May 9 11:55:52 1995 Eddie C. Dost (ecd@dressler.de)
-
- * [Imakefile]
- Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
- Added ASFLAGS to exported variables.
-
- * [debugger/readline/Imakefile]
- Moved defines for libreadline from DEFINES to EXTRA_DEFINES
-
- * [memory/local.c] [miscemu/int21.c]
- Added some more debugging outputs.
-
-Mon May 8 00:55:27 MET DST 1995 Dag Asheim (dash@ifi.uio.no)
-
- * [misc/message.c]
- Fixed a "FIXME" concerning norwegian translation.
-
-Sun May 7 23:25:23 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [*/*]
- Removed warnings in a couple of files and deleted some obsolete code.
-
- * [controls/listbox.c]
- Cleanup, speed improvements & lots of bug fixes.
-
- * [controls/combo.c]
- Mostly rewritten. This is still very buggy, but not quite as bad as
- before.
-
- * [include/commdlg.h] [misc/commdlg.c]
- Removed the need for sysres.dll. Small bug fixes.
-
- * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
- [loader/library.c] [loader/main.c] [rc/sysres*.rc]
- Removed sysres.dll and replaced the remaining bitmaps/icons with
- XPM equivalents.
-
- * [misc/message.c] [windows/nonclient.c] [misc/main.c]
- [if1632/winprocs.spec]
- "About Wine..." now brings up a standard ShellAbout() window with
- the Wine icon and the list of contributors.
-
- * [misc/shell.c]
- Fixed ShellAbout()/AboutDialogProc() to show the right icon.
-
- * [windows/event.c]
- Small hack for non-alphanumeric keys: Dont't send the ascii value in
- the WM_KEYDOWN message, but some unused code instead. Should be done
- properly by sending different codes for each key. The edit control
- used to get a VK_DELETE message each time the user typed '.'.
-
- * [windows/class.c]
- Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
- This used to be no problem, but breaks Resource Workshop in 950403.
-
- * [objects/dib.c]
- New diagnostic for a bug I've been encountering. If it shows up,
- please report it.
-
-Sun May 7 23:11:18 EDT 1995 William Magro (wmagro@tc.cornell.edu)
-
- * [objects/color.c]
- Handle situation when 'dc' exists, but palette mapping
- does not. (Fixes kidpix2 demo.)
-
-Sun May 7 03:32:00 1995 Charles M. Hannum (mycroft@mit.edu)
-
- * [loader/ldt.c]
- LDT_Print: Only show the number of entries that the kernel
- returned. Make this work for NetBSD.
-
-Fri May 5 02:53:26 1995 Charles M. Hannum (mycroft@mit.edu)
-
- * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
- Modify cs and ds selector values for NetBSD-current.
-
- * [debugger/debug.l]
- $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
-
- * [debugger/regpos.h]
- Modify sigcontext format for NetBSD-current.
- SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
-
- * [include/ldt.h]
- SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
- value, since only 16 bits of it may have been saved.
-
- * [misc/winsocket.c]
- Set structure packing with `#pragma pack' to accomodate
- other/older compilers.
-
-Tue May 2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
-
- * [misc/commdlg.c]
- Fixed path-names so when changing directory the listboxes
- changes too.
-
- * [debugger/dbg.y debugger/debug.l wine.ini]
- Added SymbolTableFile to wine.ini so symbols can be read
- without standing in the directory containing wine.sym.
- Added the possibility to specify full name of wine.sym from
- the debugger prompt.
-
-----------------------------------------------------------------------
-Sat Apr 29 20:42:01 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [controls/static.c]
- Fixed painting of SS_*FRAME controls.
-
- * [if1632/callback.c]
- Pass the window instance as DS to the 16-bit window procedure.
- Rewrote Catch() and Throw() to make them work with multiple tasks.
-
- * [loader/main.c]
- New function MAIN_Init() to perform initializations before the
- first task is started instead of doing them in InitApp().
- Temporary hack to command-line parsing to load one program per
- command-line argument, to make testing task-switching easier.
-
- * [loader/*.c]
- Reimplemented modules to use a Windows-compatible layout and to
- allow multiple tasks and multiple module instances. Not really
- finished yet.
-
- * [loader/task.c] [misc/exec.c]
- Reimplemented tasks to use a common address space, and implemented
- preliminary task-switching capabilities.
-
- * [memory/global.c]
- Fixed bug in GlobalNext().
-
- * [misc/main.c]
- Updated the list of contributors. Let me know if I forgot someone.
-
- * [miscemu/int21.c]
- Use one DTA per task instead of a global one.
-
- * [objects/bitblt.c]
- Fixed bug in BitBlt() that could cause BadMatch errors.
-
- * [tools/build.c]
- Added new function type 'stub', that makes possible to export an
- unimplemented function by name as well as by ordinal. This will
- avoid loading errors for unimplemented functions.
- Generate an in-memory module layout for built-in DLLs so that the
- same code can be used for built-in and loaded modules.
- Changed relay code to make it unnecessary to save the value of the
- BP register.
-
- * [windows/message.c]
- Implemented multiple message queues and preliminary task-switching
- capabilities. Inter-task SendMessage() calls are not implemented
- yet and will probably cause crashes if used.
-
- * [windows/property.c]
- Reimplemented properties and allocate them on the USER heap.
-
- * [windows/win.c]
- Fixed bug in SetWindowWord().
- Reimplemented EnumWindows() and EnumTaskWindows().
-
-Tue Apr 18 09:48:38 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [misc/main.c]
- GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
-
- * [loader/resource.c]
- Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
- control.exe.
- Fixed icon loading.
-
- * [objects/font.c] [include/windows.h]
- Fixed a bug in InitFontsList() and worked on the EnumFonts()
- functions to make them comprehensible.
-
- * [controls/button.c]
- Fixed my previous patch to handle LBUTTONUP messages.
-
-Fri Apr 14 11:41:28 1995 Cameron Heide (heide@ee.ualberta.ca)
-
- * [misc/network.c, misc/dos_fs.c]
- Implemented WNetGetConnection. All that is currently
- supported are drives, for which the remote name is simply
- the redirected UNIX directory name.
-
- * [miscemu/int2?.c]
- More drive number validity checking.
-
-Wed Apr 12 11:28:37 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c]
- Oops, my previous change to ListBoxDirectory broke the Borland
- file open dialog. Fixed.
-
-Mon Apr 10 23:17:12 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
- New file ole2nls.c. Added stubs for GetUserDefaultLCID,
- GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
-
-Mon Apr 10 10:05:18 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [memory/global.c] [memory/local.c] [include/windows.h]
- GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
- LocalReAlloc(): Same for LMEM_MODIFY.
-
- * [controls/listbox.c]
- Fixed a bug in ListBoxDirectory that prevented commdlg from working.
- Check for errors in some more places.
-
- * [if1632/gdi.spec] [if1632/user.spec]
- 16 bit callback functions should be passed as segptrs.
-
- * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
- [loader/library.c]
- Prevent a DLL from being initialized twice (Borlands Resource
- Workshop used to do this).
- Provide an additional flag for each w_file that indicates whether
- it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
-
- * [controls/button.c]
- Handle LBUTTONUP messages even if the button no longer has the
- capture (for WinHelp).
-
- * [include/wintypes.h]
- FARPROC is now a segptr for the emulator and a function
- pointer for the library.
-
- * [misc/commdlg.c] [misc/commdlg.h]
- Cleaned the file dialogs up a little. They now work reasonably well,
- although there are still some problems (e.g. files are initially
- invisible).
-
- * [windows/class.c] [if1632/user.spec] [include/windows.h]
- GetClassInfo() must take a segptr, as it checks whether the
- highword is zero.
- GetClassName() called the wrong atom function. No surprise it didn't
- find anything.
-
- * [misc/lstr.c]
- AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
- Removed some warnings.
-
- * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
- New spec file for the 3.1 DDEML DDL.
-
- * [controls/menu.c]
- Small fix to ChangeMenu - mask out the obsolete flags
- (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
- problems with the MF_BYPOSITION flag.
-
- * [windows/message.c]
- SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
- ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
- stack for speed reasons.
-
- * [windows/hook.c] [include/windows.h]
- Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
- they have slightly different semantics.
- MS Hearts now works somewhat, if you disable the new builtin DDEML.
- The graphics are completely messed up, though.
-
-----------------------------------------------------------------------
-Sun Apr 2 18:31:12 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [Configure] [if1632/Imakefile]
- Removed new build and short names options.
-
- * [if1632/*.c] [tools/build.c]
- Implemented compiled call-back functions for better performance;
- all the relay code is now done in assembly code generated by the
- build program.
- Relay code is no longer dependent on being loaded below 64K.
-
- * [loader/resource.c]
- Fixed memory leak in LoadString(). A fix will also be needed for
- other resources.
-
- * [memory/global.c]
- Implemented global heap arenas, so we can store informations about
- global blocks, like lock counts or owner handle.
- Implemented FarGetOwner() and FarSetOwner().
- Implemented global heap TOOLHELP functions.
-
- * [memory/selector.c]
- Bug fix: it was not possible to re-use a free selector.
-
-Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis (csapuntz@mit.edu)
-
- * [controls/listbox.c]
- Major work on listbox code
- - Many bugs fixed (still many bugs)
- - More messages supported
- - Code simplified
-
-Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
-
- * [controls/edit.c]
- Lots of bug fixes related to diappearing text, lost carets,
- highlighting, segmentation faults, occurance of random
- characters, insertion of characters over selection, misplaced
- caret location, display corruption, end of line behavior, etc.
-
- * [controls/widgets.c]
- EDIT class doesn't want to use CS_PARENTDC flag.
-
-Thu Mar 30 20:58:25 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [loader/selector.c]
- FixupFunctionPrologs() should also handle multiple data modules.
- (this bug only became visible because MakeProcInstance() was fixed
- in 950319)
-
- * [misc/dosfs.c]
- Simplified DOS_SimplifyPath.
- Small fix to DOS_opendir to reuse an entry if an open directory
- is opened again, to prevent "too many open directories" messages.
-
-Thu Mar 30 12:05:05 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
- CoDisconnectObject: new stub function
-
- * [include/msdos.h]
- fix DOSVERSION
-
- * [loader/ne_image.c]
- NE_FixupSegment: Be more generous on additive fixups
-
- * [if1632/user.spec][misc/network.c]
- Add more WNet* stubs
-
-Wed Mar 29 11:47:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [controls/listbox.c]
- DlgDirList(): send segptr instead of linear pointer
- in message to static control
- * [controls/menu.c]
- Tried to implement ownerdrawn menuitems. Doesn't work.
- * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
- Provide a stub for GetRasterizerCaps()
- * [loader/selector.c]
- Pass end address instead of length to LocalInit() in
- CreateSelectors()
- * [memory/local.c]
- LocalInit(): If there's already a local heap in the segment, do
- nothing and return TRUE
- * [objects/linedda.c]
- Replaced buggy LineDDA() with a Bresenham algorithm. Should work
- now.
- * [windows/cursor.c]
- LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
- more work still.
-
-Tue Mar 21 17:54:43 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
- [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
- [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
- [windows/nonclient.c] [misc/message.c]
- Added a new builtin DLL that provides 16 bit entry points for all
- the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
- again.
- * [misc/shell.c]
- RegOpenKey()/RegCreateKey() bugs fixed.
- * [loader/ne_image.c]
- Skipping the initialization of a DLL when CS == 0 was broken.
-
-----------------------------------------------------------------------
-Sun Mar 19 16:30:20 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [*/*]
- Implemented a new memory mapping scheme. There's no longer a
- one-to-one mapping between 16-bit and 32-bit pointers. Please see
- file DEVELOPERS-HINTS for technical details.
-
- * [controls/scroll.c]
- Fixed bug when dragging mouse in horizontal scrollbars.
-
- * [tools/build.c] [if1632/*.spec]
- Removed support for C callback functions and for re-ordering
- of the 32-bit arguments, as these were never used. This should
- allow a more efficient callback scheme to be implemented.
-
- * [if1632/olecli.spec]
- Reduced the number of entries to make the 16-bit code fit in 64k.
- This limitation will soon be removed.
-
- * [loader/ldt.c]
- Rewrote LDT manipulation functions and implemented LDT_GetEntry().
-
- * [memory/global.c]
- Rewrote Global*() routines to use the new selector allocation
- mechanism.
-
- * [memory/local.c]
- Rewrote local heap handling to use a Windows-compatible layout
- (not really finished yet).
- Implemented TOOLHELP heap-walking routines.
-
- * [memory/selector.c]
- Implemented LDT manipulation API functions.
-
-Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
-
- * [windows/defdlg.c]
- Fixed problem where dialogs closed using the System menu
- ('Close' item or double click on close box) would
- hang Wine.
-
-Sun Mar 12 14:28:13 1995 Michael Patra <micky@marie.physik.TU-Berlin.DE>
-
- * [controls/listbox.c]
- Removed most of the statements for sending a notification message
- ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
- code; Borland's standard file open dialog will work now.
-
- * [misc/main.c], [misc/file.c], [miscemu/int21.c]
- Added support for new command line option "-allowreadonly". If set
- an attempt to open a read only file in write mode will be converted
- to opening it read only (many programs try to open all files in
- read/write mode even if they only intend to read it - this might
- cause a few under problems under an unix-like environment where most
- files are read only for a "normal" user)
-
- * [loader/selector.c]
- GetMemoryReference(): Added support for __AHIncr and __AHShift
-
- * [misc/dos_fs.c]
- DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
- will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
- match(): rewritten
-
- * [objects/text.c]
- TEXT_NextLine(): Removed a bug in the handling of LF's
-
- * [miscemu/int21.c]
- GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
-
-Sat Mar 11 19:46:19 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
-
- * [controls/menu.c]
- ChangeMenu: defaults to MF_INSERT
- InsertMenu: allow insertion even if position is one after last item
-
- * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
- [if1632/storage.spec] [include/dlls.h]
- Added stubs for STORAGE.DLL and COMPOBJ.DLL
-
- * [if1632/user.spec] [windows/message.c]
- InSendMessage: new function
-
- * [include/neexe.h][include/ne_image.c]
- NE_FixupSegment: fixed handling of additive records
-
- * [loader/selector.c]
- GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
-
- * [loader/signal.c]
- win_fault: Enter debugger on SIGFPE, too
-
-Wed Mar 1 21:47:42 1995 Cameron Heide (heide@ee.ualberta.ca)
-
- * [miscemu/int*.c]
- Various minor modifications to the clock tick counter,
- FindFirst/FindNext funcs, and DPB handling.
-
-----------------------------------------------------------------------
-Thu Mar 2 17:44:32 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [loader/resource.c] [objects/oembitmap.c]
- Removed sysres bitmap code; you need libXpm to compile now.
- Implemented LoadIcon() for OEM icons.
-
- * [include/bitmaps/oic_*]
- Added OEM icons in XPM format.
-
- * [objects/dib.c]
- Bug fix in DrawIcon().
-
- * [rc/sysresbm.rc]
- Removed; all bitmaps are stored in XPM format now.
-
-Tue Feb 28 18:54:28 1995 Tomi Leppikangas (tomilepp@paju.oulu.fi)
-
- * [controls/edit.c]
- Small patch to fix edit-control when it's created with text.
-
-Sun Feb 26 20:22:15 1995 Michael Veksler (e1678223@tochnapc2.technion.ac.il)
-
- * [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>
-
- * [controls/listbox.c]
- ListBoxDeleteString(): Fixed
-
- * [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.
-
-Sun Feb 26 15:55:14 MET 1995 Martin von Loewis (loewis@informatik.hu-berlin.de)
-
- * [Configure]
- Ask for OLE stubs and malloc debugging
-
- * [Imakefile]
- link with libmcheck.a if necessary
-
- * [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
-
- * [loader/library.c]
- GetModuleHandle,ModuleNext: Check dll_is_used
-
- * [loader/ne_image.c]
- Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
- to mean, anyway?)
-
- * [misc/olecli.c][misc/olesvr.c]
- New files. Add to misc/Imakefile
-
- * [misc/dos_fs.c]
- DOS_GetUnixFileName: make a copy of the input parameter to
- prevent overwriting
-
- * [misc/main.c]
- MAIN_ParseDLLOptions: new function
- MAIN_ParseOptions: treat -dll command line flag
- main: add support for malloc debugging
-
-Fri Feb 24 12:43:27 1995 Erik Svendsen <z3esv@kmd-ac.dk>
-
- * [loader/signal.c]
- Small patch for people using FreeBSD-2.1.0.
-
-Fri Feb 17 22:49:18 1995 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
-
- * [toolkit/sup.c]
- Added return values to the Call* routines
-
- * [toolkit/winmain.c]
- Load the resource file properly for WineLib applications.
-
-----------------------------------------------------------------------
-Thu Feb 16 18:57:31 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
-
- * [if1632/call.S]
- Only save the lower 16-bits of SP and BP.
-
- * [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.
-
- * [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.
-
- * [tools/build.c]
- Small optimization for calls to 32-bit code.
-
-Sun Feb 12 03:19:47 1995 Michael Veksler (s1678223@t2.technion.ac.il)
-
- * [tools/build.c]
- Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
-
-Sun Feb 11 20:00:00 1995 Göran Thyni (goran@norrsken.bildbasen.se)
-
- * [debugger/dbg.y]
- Remove unnecessary sym-table loading when stopped in 16-bit mode.
-
- * [include/segmem.h] [loader/selector.c]
- Added dynamic alloction of selectors.
- Fixed some problems with large programs SIGSEGV-ing while
- running out of selectors.
-
- * [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.
-
-Mon Feb 6 18:07:38 1995 Cameron Heide (heide@ee.ualberta.ca)
-
- * [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.
-
-Sat Feb 4 21:21:13 1995 Michael Veksler (s1678223@t2.technion.ac.il)
-
- * [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.
-
-Fri Feb 3 18:53:15 1995 Martin v. Loewis (loewis@marie)
-
- * [Imakefile]
- make wine.sym only when making emulator
-
- * [misc/file.c]
- OpenFile(): report as not implemented for WINELIB
-
- * [misc/winsock.c]
- Fix CONVERT_HOSTENT and friends for use with WINELIB
-
- * [rc/Imakefile][rc/rc.y][rc/parser.c]
- Rename rc.y to parser.y
- Use flex and bison on Sun
-
- * [toolkit/sup.c]
- CallWindowProc: fix parameter type
-
- * [windows/event.c]
- Commented #ifdef sparc
-
-----------------------------------------------------------------------
-Wed Feb 1 19:27:55 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [windows/nonclient.c] [windows/winpos.c]
- Implemented maximized windows.
- Implemented icon positioning and ArrangeIconicWindows().
- Bug fixes in SetWindowPos().
-
- * [windows/painting.c]
- Implemented GetControlBrush().
- Window frame is no longer contained in the update region.
-
- * [windows/win.c]
- Destroy owned windows upon DestroyWindow().
-
-Sun Jan 29 16:17:22 1995 David Metcalfe <david@prism.demon.co.uk>
-
- * [controls/edit.c]
- Changed line terminator to \r\n to be compatible with
- Windows. Fixed bug in text selection.
-
-Sun Jan 29 14:10:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
-
- * [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.
-
-----------------------------------------------------------------------
-Sun Jan 22 18:55:33 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [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.
-
- * [objects/color.c]
- Fixed bug that caused seg-fault on 24bpp displays.
-
- * [objects/bitblt.c]
- Fixed bug when shrinking a bitmap to more than half its size.
-
- * [windows/graphics.c]
- Fixed bugs in PaintRgn() and Polyline().
-
- * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
- Fixed some problems with window background painting.
-
-Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
-
- * [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)
-
- * [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.
-
-----------------------------------------------------------------------
-Mon Jan 9 18:27:11 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [Imakefile]
- Compiling with -Wall flag.
-
- * [*/*]
- Fixes to minimize the number of compilation warnings.
-
- * [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).
-
- * [objects/brush.c] [objects/dither.c]
- Merged the two files into brush.c
-
- * [objects/dc.c]
- Fixed bug when the Windows programs forget to re-select the
- original bitmap in a memory DC.
-
- * [objects/font.c]
- Tty to use 'fixed' font when the system font can't be found.
-
- * [windows/dialog.c]
- Tentative fix to make dialogs look better when using fixed-width
- fonts.
-
- * [windows/graphics.c]
- Partially implemented the PS_INSIDEFRAME pen style.
-
- * [windows/nonclient.c]
- Fix for windows that have the WS_EX_DLGMODALFRAME style bit
- without the WS_DLGFRAME style.
-
-Thu Jan 5 13:37:42 1995 Cameron Heide (heide@ee.ualberta.ca)
-
- * [memory/global.c]
- GlobalCompact should now return the correct value when the
- largest run of free blocks includes the last block.
-
- * [windows/mdi.c]
- Tiling and cascading windows without any MDI children should
- no longer crash (assuming no-op is the correct thing to do).
-
-Sun Jan 1 23:30:25 1995 Fons Botman <botman@rabo.nl>
-
- * [objects/font.c]
- GetTextExtentPoint: fixed debug output, str is counted string, not
- zero terminated.
-
- * [if1632/relay.c]
- DLLRelay: when debugging_stack got segv, added upper bound for
- stack dump.
-
-----------------------------------------------------------------------
-Tue Dec 27 13:35:16 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [*/Imakefile]
- All objects files are now kept in their respective directory.
-
- * [README]
- Rewrote most of it.
-
- * [objects/bitblt.c]
- Rewrote BitBlt() to look right in every case, while minimizing
- the impact on performance. Not really finished yet.
-
- * [objects/bitmap.c] [objects/dc.c]
- Fixed bug with pattern brushes.
-
- * [objects/clipping.c] [windows/painting.c]
- Fixes for logical coordinates.
-
- * [objects/color.c] [windows/graphics.c]
- Fixed GetPixel() to return the correct color, and made it faster.
-
- * [objects/region.c]
- Fixed bug in CombineRgn() when one of the region is empty.
-
-Fri Dec 22 01:42:57 MET 1994 Dag Asheim (dash@ifi.uio.no)
-
- * [Configure]
- Don't assume that expr handles '==', use '=' instead.
- Give a (hopefully informative) message if imake fails.
-
-----------------------------------------------------------------------
-Wed Dec 7 14:52:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/listbox.c]
- Fixed problems due to new scroll-bar code.
-
- * [loader/signal.c] [miscemu/ioports.c]
- Handle I/O opcodes that use an absolute address.
-
- * [objects/text.c]
- Implemented TabbedTextOut().
-
-Sat Dec 3 18:53:08 1994 Kenneth MacDonald <K.MacDonald@ed.ac.uk>
-
- * [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)
-
- * [Imakefile]
- wine.sym: Remove gcc2_compiled and friends
-
- * [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){
-
- * [if1632/call.S]
- CallToLibMain: New function
-
- * [if1632/relay.c][include/options.h][misc/main.c]
- [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
- removed Options.relay_debug
-
- * [include/heap.h]
- HEAP_OWNER: Use ds instead of cs:ip
-
- * [loader/ne_image.c]
- LoadNEImage: Remember current exe, handle nodata dlls
- InitNEDLL: handle nodata dlls, call CallToLibMain
-
- * [loader/selector.c]
- CreateSelectors: Initialize auto_data_sel with 0
-
- * [memory/heap.c]
- HEAP_CheckHeap: Check prev
- HEAP_CheckLocalHeaps: new function
-
- * [misc/profile]
- Remember and dump only changed profiles
-
- * [tools/makedebug]
- Introduce debugging_xxx flags
-
-Sun Nov 27 23:13:22 MET 1994 <erik@xs4all.nl>
-
- * [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.
-
- * [*/*]
- - 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.
-
- * [misc/main.c]
- Added one static string which list the names of the contributors.
-
-Fri Nov 25 16:24:27 MET 1994 Dag Asheim (dash@ifi.uio.no)
-
- * [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.
-
- * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
- Norwegian resources and small fixes to the german resources.
-
-Wed Nov 23 20:28:59 1994 Martin von Loewis (martin@cs.csufresno.edu)
-
- * [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
-
- * [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
-
- * [misc/shell.c]
- ShellAbout(): Load resource from memory
-
-----------------------------------------------------------------------
-Sun Nov 20 18:30:06 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/scroll.c] [include/scroll.h]
- Rewritten most of scroll-bar code for better Windows look & feel.
- Implemented EnableScrollBar().
- Preliminary keyboard support.
-
- * [objects/bitblt.c]
- Fixed BadMatch error for BitBlt() and StretchBlt() when reading
- bits from outside the visible region.
-
- * [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.
-
- * [tools/make_debug]
- Made the make_debug script more robust.
-
- * [windows/dialog.c]
- Fixed CheckRadioButton().
-
- * [windows/nonclient.c]
- A few changes to scroll-bar drawing and tracking.
-
- * [windows/winpos.c]
- Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
- avoid confusion, and optimized it somewhat.
-
-Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
-
- * [misc/audio.c]
- * [misc/mcianim.c]
- more coding but nothing spectacular.
-
- * [misc/mmaux.c]
- some coding to access '/dev/mixer'.
-
- * [misc/midi.c]
- some coding to read .MID files, but it's not playing yet.
-
-Sun Nov 13 19:31:03 1994 James Youngman (mbcstjy@afs.man.ac.uk)
-
- * [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.
-
- * [controls/desktop.c]
- The desktop pattern should be painted if the wallpaper doesn't
- cover the whole screen width OR the whole screen height.
-
-Sun Nov 13 00:07:11 MET 1994 Erik Bos <erik@xs4all.nl>
-
- * [objects/dib.c]
- Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
- now work.
-
- * [loader/ne_resource.c] [include/resource.h]
- Some cleanup.
-
-Thu Nov 10 20:44:58 1994 Martin von Loewis (martin@cs.csufresno.edu)
-
- * [Configure]
- [rc/sysres.rc]
- Primitive compile-time support for multiple languages
-
- * [rc/sysres_De.rc]
- New file
-
- * [loader/resource.c]
- LoadBitmap: Recognize end of sysresbm properly
-
- * [rc/Imakefile]
- Rules to compile resources simplified, dependencies changed
-
- * [rc/sysresbm.rc]
- Don't use sysresbm if using XPM
-
- * [windows/dialog.c]
- CreateDialogIndirectParam: Reverse Z-order of controls
-
- * [windows/message.c]
- MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
-
- * [windows/winpos.c]
- NextWindowFromPoint: New function
-
- * [controls/button.c]
- WM_NCHITTEST: Group Box is HTTRANSPARENT
- BUTTON_CheckAutoRadioButton: New function
- BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
-
-Mon Nov 7 11:20:26 1994 Paul Falstad (pf@zoof.cts.com)
-
- * [objects/text.c]
- Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
- is too long to break.
-
- * [objects/font.c]
- Don't assume helvetica if there is no font family; let the other
- font attributes decide what font to use.
-
- * [controls/widgets.c]
- Listboxes and combo boxes need to be notified of double-clicks.
-
- * [controls/listbox.c]
- [include/listbox.h]
-
- 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.
-
- removed redundant code in ListBoxAddString(). Implemented simple
- version of LBS_SORT.
-
- Don't put [.] in the list box when using DDL_DIRECTORY.
-
- * [controls/combo.c]
- Combos should pass CBS_SORT onto their list box.
-
- * [windows/win.c]
- If window creation is aborted, remove the window from the
- linked lists.
-
- * [controls/static.c]
- static controls with SS_ICON were always returning 0 from
- WM_NCCREATE.
-
- Make sure static controls have text to draw before drawing it.
-
-----------------------------------------------------------------------
-Sun Nov 6 18:52:04 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [objects/oembitmap.c] (New file)
- Added possibility to use .xpm files for OEM bitmaps.
-
- * [include/bitmaps/obm*] (New files)
- Redrawn all OEM bitmaps in xpm format.
-
- * [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/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.
-
- * [windows/graphics.c]
- Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
-
- * [windows/nonclient.c]
- A few changes for new OEM bitmaps.
-
-Sun Nov 6 18:22:18 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
-
- * [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)
-
- * [if1632/call.S]
- CallTo16(cx): It's possible to set the contents of the cx-register.
-
- * [loader/ne_image.c]
- InitNEDLL(): The size of the local heap is now passed in the cx-
- register when initializing a DLL.
-
- * [memory/heap.c]
- LocalInit(): The case start==0 is now handled in the way it should.
-
- * [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.
-
- * [controls/edit.c]
- EDIT_GetStr(): Added handling for off<0.
-
-Sun Nov 6 17:37:14 1994 Chris Jones <chrisj@ichips.intel.com>
-
- * [loader/library.c]
- Fixed infinite loop bug when two DLLs refer to each other (fixes
- hangup of Quicken during loading).
-
-Thu Nov 04 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
-
- * [misc/dos_fs.c]
- Bug fix: The size of a disk an the available space
- is now returned in bytes instead of (incorrectly)
- KBytes.
-
-Thu Nov 03 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
-
- * [windows/graphics.c]
- Bug fix: Pie segments are now filled with correct brush.
-
-Thu Nov 3 10:40:09 1994 Martin von Loewis (martin@cs.csufresno.edu)
-
- * [Imakefile]
- generate rc.o before loader.o
-
- * [controls/menu.c]
- CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
-
- * [include/resource.h]
- Add struct ResourceTable
-
- * [loader/bitmap.h]
- Load system bitmaps from sysresbmTable
-
- * [misc/clipboard.c]
- [windows/event.c]
- IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
-
- * [rc/Imakefile]
- generate rc.o from sysres.o and sysresbm.o. Added -lfl
-
- * [rc/rc.y]
- change style handling to allow ( S1 | S2 ) | S3
-
- * [rc/sysres.rc]
- [rc/sysresbm.rc]
- Put bitmaps and icons to sysresbm, everything else to sysres
-
- * [rc/winerc.c]
- [rc/winerc.h]
- Added -o, -c flags. New function set_out_file. Output to files.
-
- * [windows/dialog.c]
- DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions
-
- * [windows/nonclient.c]
- Create AboutWine dialog from template pointer
-
-----------------------------------------------------------------------
-Sun Oct 30 13:01:18 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/static.c]
- Bug fix for SS_ICON controls.
-
- * [if1632/Imakefile]
- Fixed call.o dependencies.
-
- * [objects/clipping.c] [objects/dc.c]
- Fixed visible region handling. hVisRgn is always non-null now.
-
- * [windows/dce.c]
- Bug fix in GetDCEx for CS_OWNDC windows.
-
- * [windows/nonclient.c] [windows/painting.c]
- Fixes to icon window drawing.
-
- * [windows/winpos.c]
- A few fixes in SetWindowPos().
-
-Sun Oct 30 12:50:24 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
-
- * [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.
-
- * [*/*.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).
-
- * [controls/menu.c]
- DestroyMenu(): The whole window won't be destroyed as a sideeffect
- any longer.
-
- * [misc/file.c]
- OpenFile(): Fixed bug in searching in system/window-directory.
-
-Sun Oct 30 12:25:53 1994 Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
-
- * [include/windows.h]
- Bug fix for window related structures.
- DCB and COMSTAT are affected. They must be packed.
-
- * [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
-
- * [include/comm.h]
- add baudrate field to DosDeviceStructre
-
- * [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.
-
- * [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.
-
-Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
-
- * [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)
-
- * [controls/scroll.c]
- * [controls/combo.c]
- * [controls/listbox.c]
- Few bug fixes and/or cosmetic.
-
- * [misc/audio.c]
- * [misc/mmaux.c]
- bug fixes and flags returned to emulate SB16.
-
- * [misc/midi.c] New file.
- skeleton for 'Midi' MMSYSTEM & MCI driver.
-
- * [misc/mcianim.c] New file.
- skeleton for 'Animation1' MCI driver.
-
- * [windows/win.c]
- Add new stub for GetLastActiveWindow().
-
-Tue Oct 25 09:17:25 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
-
- * [if1632/call.S] [tools/build.c]
- Support for ELF format. (Not complete)
-
-Sun Oct 23 00:51:50 1994 Paul Falstad (pf@zoof)
-
- * [if1632/user.spec]
- Add stubs for ArrangeIconicWindows(), etc.
-
- * [if1632/kernel.spec]
- Add IsBad*Ptr() functions.
-
- * [loader/signal.c]
- Add test_memory(), for use with IsBad*Ptr().
-
- * [windows/winpos.c]
- Add stubs for TileChildWindows(), etc.
-
- * [windows/win.c]
- IsWindow() shouldn't crash if it's given a bad handle.
- Add stub for GetLastActivePopup().
-
- * [memory/global.c]
- Implement the IsBad*Ptr() functions.
-
- * [controls/listbox.c]
- Return the full longword of the item data in LB_GETITEMDATA.
-
- * [controls/edit.c]
- Don't let the user select an area past the end of the text.
-
- * [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.
-
- * [windows/scroll.c]
- ScrollWindow[Ex] didn't work right with null LPRECT arguments.
-
-Fri Oct 21 21:47:19 1994 Paul Falstad (pf@zoof.cts.com)
-
- * [miscemu/int21.c]
- Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
-
- * [misc/property.c]
- Fixed inverted logic in EnumProps(), and changed CallBack16()
- call to use new arg format.
-
- * [windows/win.c]
- Fixed CallBack16() call in Enum[Child]Windows to use new arg
- format; this fixes crashes in enum procedures.
-
-Wed Oct 19 21:30:00 PDT 1994 martin@cs.csufresno.edu
-
- * [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.
-
- * [controls/edit.c]
- EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
-
- * [windows/defwnd.c]
- Send WM_SYSCOMMAND to overlapped ancestor window,
- not the receiver of WM_SYSKEYDOWN
-
-Sat Oct 22 15:01:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
-
- * [controls/edit.c]
- ClientWidth()/ClientHeight() macros: return 0 if size would
- be negative
- EDIT_StrLength(): takes unsigned char* instead of char*
-
- * [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!)
-
- * [controls/menu.c]
- MENU_CalcItemSize(): don't try to find size of a text item
- if the pointer is NULL
-
- * [include/heap.h]
- added definition of HEAP_LocalInit()
-
- * [include/msdos.h]
- removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
- instead)
-
- * [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 ?
-
- * [loader/signal.c]
- win_fault(): added missing definitions of i, dump for those
- not running NetBSD or linux
-
- * [misc/dos_fs.c]
- DOS_GetCurrentDir(): made temp[] static so it can be safely
- returned
-
- * [miscemu/int21.c,int25.c,int26.c]
- Changed all invocations of pointer() to SAFEMAKEPTR(). Included
- segmem.h where necessary.
-
- * [windows/dialog.c]
- CreateDialogIndirectParam(): Changed HEAP_Init() call to
- HEAP_LocalInit(), removed redundant variables
-
-Sat Oct 22 00:29:41 MET 1994 Dag Asheim (dash@ifi.uio.no)
-
- * [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.
-
-----------------------------------------------------------------------
-Sun Oct 16 13:29:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/button.c]
- Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
- BM_SETSTATE.
- Implemented default button painting.
- Optimised redrawing.
- Fixed owner-draw buttons.
-
- * [controls/static.c]
- Implemented WM_SETFONT.
- A few optimisations in painting code.
- Bug fix for SS_SIMPLE controls.
-
- * [if1632/callback.c]
- Preliminary GetCodeHandle().
-
- * [if1632/gdi.spec]
- Changed 'pascal' to 'pascal16' everywhere it's needed.
-
- * [include/windows.h]
- Fixed a few data structures.
-
- * [memory/heap.c]
- Bug fix in HEAP_ReAlloc().
-
- * [misc/cursor.c]
- Fixed SetCursor().
-
- * [objects/bitblt.c]
- Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
-
- * [objects/font.c]
- Better font mapping code.
- Implemented GetTextFace().
-
- * [objects/region.c]
- Bug fix in REGION_MakePixmap().
- Faster region copying.
-
- * [objects/text.c]
- Implemented ExtTextOut().
- Implemented DT_NOCLIP style for DrawText().
-
- * [windows/dc.c]
- Free the bitmap when deleting a memory DC.
-
- * [windows/dce.c]
- Added support for windows that have no associated X window.
- Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
-
- * [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.
-
- * [windows/event.c] [windows/focus.c]
- Added support for non-X windows.
-
- * [windows/graphics.c]
- Rewritten FloodFill() and implemented ExtFloodFill().
-
- * [windows/message.c]
- Cleaner hardware messages and X events handling.
-
- * [windows/defwnd.c] [windows/painting.c]
- Implemented WM_SETREDRAW.
-
- * [windows/win.c]
- Only create an X window for top-level windows, or for the desktop.
- Child windows now use their parent's drawable.
-
- * [windows/winpos.c]
- Beginning of support for non-X windows (still somewhat broken).
- Implemented *DeferWindowPos().
-
- * [*/Imakefile]
- Cleaned up some Imakefiles.
- Moved dc.c from windows/ to objects/.
- Moved cursor.c from misc/ to windows/.
-
-Sun Oct 16 12:21:52 1994 Michael Patra <micky@marie.physik.tu-berlin.d400.de>
-
- * [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.
-
- * [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).
-
- * [controls/edit.c]
- [windows/dialog.c]
- Added support for use of global heap memory in dialogs with
- edit controls.
-
- * [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.
-
-Sat Oct 15 17:35:00 PDT 1994 <martin@cs.csufresno.edu>
-
- * [Imakefile]
- generate wine.sym after creating wine
+ * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Bug fix.
- * [debugger/dbg.y]
- load "wine.sym" when entering debugger
+ * 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
- * [debugger/info.c]
- symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
+ * README: Ove Kaaven <ovek@arcticnet.no>
+ Corrected location of FAQ.
-Sun Sep 25 12:00:00 PDT 1994 <martin@osiris.cs.csufresno.edu>
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Fully implemented Direct Console Input.
- * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
- Files created
+Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Sep 18 11:04:45 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
+ * 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.
- * [misc/spy.c]
- Exclude and Include no longer requires a terminating ';' to
- register the last component.
+ * include/wingdi.h: Francois Gouget <fgouget@psn.net>
+ It is now possible to use the standard macros for GetTextExtentPoint
+ and GetTextExtentPoint32.
-Thu Sep 15 23:10:09 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
-
- * [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.
-
- * [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.
-
- * [LICENSE]
- Cosmetic changes so that it displays better in the window you
- get from pressing "Credit_License" in the "About WINE" window.
-
-Sun Aug 21 21:12:06 MET DST 1994 <erik@xs4all.nl>
-
- * [controls/menu.c]
- LoadMenu() moved to loader/resource.c.
-
- * [misc/main.c]
- Added stub for FileCDR().
-
- * [include/peexe.h]
- Added, from Eric's pe-test.
-
- * [include/resource.h]
- Added.
-
- * [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.
-
- * [pe_image.c] [pe_resource.c]
- Added. Nothing implemented to run PE-executables, resource
- loading only.
-
- * [misc/file.c]
- Changed OpenFile() to use macros.
+ * include/prsht.h: Francois Gouget <fgouget@psn.net>
+ Fixed some SendMessage32A that escaped the renaming.
- * [misc/shell.c]
- Added NULL-ptr checks to ShellAbout().
-
- * [miscemu/int21.c]
- Fixed a few typos.
-
- * [miscemu/kernel.c]
- Added _DI = _DS, to put the caller's instance in DI. Doesn't
- work properly if caller changed DS :-(
+ * include/ole2.h: Francois Gouget <fgouget@psn.net>
+ On windows ole2.h includes oleauto.h and some programs depend on this.
-----------------------------------------------------------------------
-Thu Aug 25 15:24:36 EDT 1994 <jrichard@cs.uml.edu>
+ * 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.
- * [include/win.h]
- Removed seperate X window for icon, added icon width,height.
+ * dlls/commdlg/filedlg.c, graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_cdrom, include/bitmaps/Attic/obm_drive, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2, include/bitmaps/Attic/obm_harddisk, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hdisk, include/bitmaps/oic_network, include/winuser.h:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ File open dialog now uses icons instead of bitmaps.
- * [include/windows.h]
- Commented out the old SW_xxx emum and added defines since
- they aren't enumerated.
+ * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
+ Updated AVI* class interface to new ICOM_ methods.
- * [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...
+ * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
+ Some fixes and additions.
- * [windows/defwnd.c]
- Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
- WM_PAINTICON now calls NC_HandleNCPaint.
+ * 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).
- * [windows/event.c]
- Removed IsIconic checks.
+ * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
+ Reimplemented DrawFocusRect without using X11.
- * [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.
+ * 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.
- * [windows/message.c]
- Removed old icon routines from hardware_event().
+ * include/wine/obj_olefont.h, ole/olefont.c:
+ Francis Beaudet <francis@macadamian.com>
+ Implemented the IPersistStream interface on the OLE font object.
- * [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.
+ * miscemu/emulate.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make function BX=6 round ST0 to integer.
-Sat, 27 Aug 1994 18:47:34 +0100 (MET DST) micky@marie.physik.tu-berlin.de (Michael Patra)
+ * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
+ Adrian Thurston <adriant@corel.ca>
+ - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
+ LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
+ - Added some missing structures and definitions to wingdi.h
+ - Added proper defines for GetCharWidthsXXX
+ - Added c++ protection to wingdi.h
- * [windows/message.c]
- WaitMessage(): Fixed handling of wm_timer-messages
+ * 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
- * [miscemu/int21.c]
- FindNextFCB(): Rewritten to support other functions than just
- returning the volume label
+ * 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.
- * [misc/file.c]
- OpenFile(): Fix in handling of OF_CREATE
+ * 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.
-Wed Aug 24 19:40:42 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
+ * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
+ Fix CreateProcess to handle lpCommandline better.
- * [if1632/user.spec]
- Added SetParent.
+ * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
+ Change GetStartupInfoA/W to return the real StartupInfo.
- * [windows/win.c]
- Added SetParent.
+ * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
+ Handle null wndPtr for mdi window.
-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
+ * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
+ Fixed a couple of missing #defines for Win32 API functions with
+ ASCII/Unicode versions.
- * [misc/main.c]
- called_at_exit(): add call to CleanupSelectors()
+ * 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.
-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
+ * 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.
- * [controls/widget.c]
- Set cursor to IDC_ARROW for built-in classes.
-
- * [include/options.h] [misc/main.c]
- Backing store is now off by default.
-
- * [objects/region.c]
- Use X regions for rectangle and polygon regions: *major* speed
- improvement.
-
- * [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.
-
- * [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.
-
- * [windows/message.c]
- Fixed double-click checks when the message is not removed from the
- queue.
- Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
-
- * [windows/nonclient.c]
- Bug fix in system menu hit-test calculation.
- A few changes for new menu functions.
-
-Thu Aug 11 17:51:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
-
- * [controls/edit.c]
- Bug fix in Edit_NCCreateMessage
- es->textlen was being used before being set
-
- * [controls/menu.c]
- Bug fix in MENU_DrawMenuItem
- don't try to write text if NULL pointer passed
-
-----------------------------------------------------------------------
-Thu Aug 4 07:18:02 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
-
- * [windows/message.c]
- Implemented WaitMessage() (USER.112).
-
- * [if1632/user.spec]
- Added WaitMessage.
-
- * [windows/defwnd.c]
- WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
-
- * [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.
-
- * [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.
-
-Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
-
- * [if1632/mouse.spec]
- Added mouse.dll entry, no functions.
-
- * [loader/resource.c]
- Bug fix in AccessResource().
-
- * [misc/keyboard.c], added [include/keyboard.h]
- Changed functions to return more useful values.
-
- * [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 **
-
-Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
-
- * [windows/event.c]
- Add new stub for EnableHGardwareInput() function.
-
- * [windows/message.c]
- Add coding for HWND_BROADCAST in PostMessage().
-
- * [misc/file.c]
- Add coding for OpenFile() also search in WindowPaths.
-
- * [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
-
- * [if1632/call.S]
- CallTo16(): added `mov %eax,%edx' just before lcall,
- to make sure that DX contain the DLL's hinstance when
- initialised.
-
- CallTo32_16() added, equal to CallTo32() except for
- one thing: it saves DX and
-
- * [tools/build.c]
- Added some code to support 16 and 32 bit return values.
-
- * [1632/{kernel,user}.spec]
- Changed most of the `pascal' style to pascal_16 when
- function returned a 16bit value.
-
-Tue Jul 19 18:40:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/menu.c]
- Reorganized sizing and drawing code to implement multi-line menus.
- Implemented MENUBREAK style.
- Use system colors to draw menus.
-
- * [objects/color.c]
- Bug fix in COLOR_IsSolid().
-
- * [objects/font.c]
- Bug fix in FONT_GetMetrics(): calculate average character width
- only on existing chars (dialogs look much better).
-
- * [objects/text.c]
- Bug fix in DrawText(): use text color to underline mnemonic.
-
- * [windows/nonclient.c]
- Changed WM_NCHITTEST handling to cope with multi-line menu bars.
-
- * [windows/syscolor.c]
- Added system objects for menu colors.
-
-Mon Jul 18 19:32:08 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
-
- * [controls/menu.c]
- Fixed bug in SelectPrevItem that caused seperators to not be
- skipped when using the up arrow key.
-
-----------------------------------------------------------------------
-Thu Jul 14 17:50:45 1994 Bob Amstadt (bob@pooh)
-
- * [Configure]
- Autodetects Linux version (if running Linux).
-
- * [loader/signal.c]
- New signals for Linux.
-
- * [loader/ldtlib.c]
- New structure field in sys call.
-
-Sun Jul 10 19:31:34 1994 Olaf Flebbe (olaf@dragon)
-
- * [load/resource.c]
- fixed Memory (Resource) Leak.
-
- * [load/main.c]
- fixed a printf.
-
-Tue Jul 12 18:50:34 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
-
- * [controls/desktop.c]
- Implemented desktop wallpaper (only 16 colors for now).
-
- * [controls/menu.c] [windows/nonclient.c]
- Preliminary work to allow multi-line menus.
-
- * [misc/main.c]
- No backing store on desktop window (not useful).
-
- * [objects/text.c]
- A few fixes to DrawText() to make underlines under mnemonic
- letters to look better.
-
- * [windows/graphics.c]
- More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
- Implemented PolyPolygon() (partially working).
-
- * [windows/winpos.c]
- New function WINPOS_SendNCCalcSize().
- Cleaned up SetWindowPos() and added preliminary support for
- multi-line menus.
-
-Mon Jul 11 19:15:51 1994 Miguel de Icaza (miguel@sphinx)
-
- * [controls/edit.c]
- Changes to work as a library.
-
- * [if1632/callback.c]
- Ifdefed module.
-
- * [if1632/relay.c]
- Changes to allow linking with WineLib.
-
- * [include/windows.h]
- Added macro WINELIB_UNIMP
-
- * [loader/library.c]
- When compiling WineLib, GetProcAddress is not implemented yet.
-
- * [loader/main.c]
- Added empty InitDLL when using WineLib.
-
- * [loader/ne_image.c]
- Some parts of the loader are needed for WineLib, ifdefed correctly
-
- * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
- Disable compilation of module when compiling WineLib.
-
- * [toolkit/heap.c]
- Fixed small bug. When passed an invalid handle WineLib would
- crash, now return NULL.
-
- * [toolkit/winmain.c]
- Call CreateNewTask in _WinMain.
-
-Sun Jul 10 09:08:02 1994 David Metcalfe <david@prism.demon.co.uk>
-
- * [controls/edit.c] [controls/widget.c]
- More changes to improve compatibility with Windows' edit
- control. Finished off tab stop support.
-
-Mon Jul 11 21:05:02 MET DST 1994 Erik Bos <erik@hacktic.nl>
-
- * [if1632/relay.c]
- # of ordinals in shell.dll changed to 103.
-
- * [loader/signal.c]
- sti, cli will now be ignored.
-
- * [objects/brush.c]
- Added stub for GetSysColorBrush().
+ * 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.
-----------------------------------------------------------------------
-Sun, 3 Jul 1994 20:15:56 +0100 (BST) David Metcalfe <david@prism.demon.co.uk>
+ * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
+ Definition for OleCreateLinkFromClip was incorrect.
- * [controls/edit.c]
- Bug fixes and tidying up. Preliminary tab stop support
- (doesn't work yet).
+ * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
+ Mask out the upper 12 bits from the resourceid, just like win95 does.
- * [windows/dialog.c]
- Reversed order of buttons in CheckRadioButtons so that all
- buttons are now displayed.
+ * BUGS: Ove Kaaven <ovek@arcticnet.no>
+ Updated bug list by my knowledge of them.
-Tue Jul 5 18:30:24 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
+ StgCreateDocfile accepts NULL as a file name.
- * [include/options.h] [misc/main.c] [windows/win.c]
- Removed nosaveunders option, replaced by handling
- the CS_SAVEBITS flag.
+ * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Added support for alternate DIBBITBLT layout.
- * [windows/class.c]
- Modified the fix for negative size in class extra bytes to
- avoid modifying the caller's data.
+ * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
+ Buffer size bug in LocateDebugInfoFile.
- * [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.
+ * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
+ Improved "error" message readability.
- * [windows/graphics.c]
- Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
- noticing it.
+ * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
- * [windows/painting.c]
- Removed incorrect selecting of default objects in BeginPaint()
- (no longer needed because of the fix in dc.c).
+ * dlls/comctl32/listview.c: Fixed make depend
-Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/mmsystem.c]
- * [misc/audio.c]
- Add more code to interface '/dev/dsp'.
+ * 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.
- * New file [misc/mcicda.c]
- Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
+ * 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.
- * New file [misc/mmaux.c]
- Stubs to make a future driver connected to '/dev/mixer'.
+ * resources/.cvsignore: Added sysres_Ru.s
- * [windows/win.c]
- Temporary patch to CreateWindowEx() for reseting negative
- coordinates to 0,0 ; because 'soundrec.exe' give negative values
- and I need it to work on MMSYSTEM ... :-)
+ * dlls/comctl32/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.
- * [miscemu/int2f.c]
- add a stub 'do_int2f_16' (function 0x16) for DMPI server.
+ * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed use of WND struct.
-Mon Jun 20 10:08:40 BST 1994 William Smith (wos@dcs.warwick.ac.uk)
+ * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
+ Added #ifdef HAVE_WCTYPE_H.
- * include/comm.h
- New file -- some definitions that were in comm.c now need to
- be shared with misc/dos_fs.c
+ * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
+ Removed direct access to the WND struct.
- * misc/comm.c
- Some definitions moved into include/comm.h
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Message translation for WM_WININICHANGE.
- * misc/dos_fs.c (DOS_GetEquipment):
- Fixed error in equipment -- bitwise or of two values should
- be used instead of logical or. Also added code to correctly
- report the number of serial and parallel devices.
+ * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
+ obm_closed_95 should not be drawn inverted.
-----------------------------------------------------------------------
-Mon Jun 20 14:26:41 1994 Bob Amstadt (bob@pooh)
+ * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Removed direct access to the WND struct.
- * [objects/bitmap.c]
- Allow negative bitmap sizes.
+ * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Improved performance.
-Sun Jun 19 12:00:04 1994 David Metcalfe <david@prism.demon.co.uk>
+ * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
+ Create a new DC in GetDCEx when none are available.
- * [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.
+ * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
- * [windows/graphics.c]
- Corrected bug in Rectangle(). XFillRectangle has the same
- width as Rectangle, but XDrawRectangle is one pixel wider
- for the same co-ordinates.
+ * controls/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.
- * [memory/heap.c] [include/heap.h]
- Added HEAP_LocalSize function.
+ * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
- * [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.
+Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c] [include/accel.h]
- Added recognition of SHIFT, CONTROL and ALT keys to
- TranslateAccelerator.
+ * 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.
- * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
- A bit more metafile support.
+ * 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.
-Sun Jun 19 17:29:00 MET DST 1994 Erik Bos (erik@hacktic.nl)
+ * 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).
- * [loader/resource.c]
- SizeofResource() and AllocResource() added, AccessResource() updated.
+ * include/syslevel.h, scheduler/syslevel.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented _ConfirmWin16Lock (KERNEL32.96).
- * [if1632/kernel.spec]
- FreeLibrary() used for FreeModule().
+ * 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)
- * [windows/graphics.c]
- Rectangle(): swap left & right corners when right < left,
- swap top & bottom when botton < top.
+ * include/queue.h, windows/message.c, windows/queue.c:
+ Stephane Lussier <stephane@macadamian.com>
+ Implemented SendMessageTimeout() functions.
-Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
+ Marcel Baur <mbaur@g26.ethz.ch>
+ Added Boyer-Moore text search.
- * [controls/combo.c]
- Fix bug in window style of the associated listbox.
+ * 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.
- * [controls/menu.c]
- Skip separators in keyboard navigation by using new internal
- functions SelectPrevItem() & SelectNextItem(),
+ * include/module.h, loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Deleted NE_FreePEResource().
- * [misc/profile.c]
- Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
- IntBuf must be alloc to (5+1)=6. char instead of 5.
+ * 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.
- * [misc/main.c]
- Put code in functions SetEnvironment() & GetEnvironment().
+ * 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).
- * [misc/shell.c]
- Start putting some code in ExtractIcon() function.
+ * 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.
- * [misc/mmsystem.c]
- Some code for MMTimer functions & timers list.
+ * 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.
- * [miscemu/int31.c]
- Few stubs for DPMI interrupt calls. Nothing work yet.
+ * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
+ Windows doesnt allow dashed and dotted lines > 1.
-Mon Jun 20 07:37:43 EDT 1994 John Richardson (jrichard@cs.uml.edu)
+ * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a reference-counting problem in the external lock mechanism.
- * include/win.h (tagWND):
- Added icon fields icon, hIcon and rectClientSave to
- the tagWND struct.
+ * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
+ Fixed a simple bug in the implementation of the ShellView objects.
- * windows/Imakefile
- Added icon.c to the list of files to compile
+ * dlls/shell32/shell32_main.c, include/shell.h:
+ Sergey Turchanov <turchanov@usa.net>
+ Added some extra CSIDLs.
- * windows/dce.c (GetDCEx):
- Added some checks for iconic mode and pass icon window as drawable,
- not the real window.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Allow lpCommandLine == NULL in CreateProcess().
- * windows/defwnd.c (DefWindowProc)
- Added PAINTICON default windows procedure.
+ * windows/x11drv/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
- * windows/event.c (EVENT_Expose)
- Added check for iconic window expose. If iconic window is exposed
- send a WM_PAINTICON message
+ * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Avoid unnecessary GraphicsExpose events.
+
+ * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
+ Fixed index calculations of the upper and lower bounds of a safearray.
+ Fixed a wrong initialization of the VT sizes array.
- * windows/icon.c
- New file. ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
+ * ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Implementation of the ReleaseStgMedium method.
- * windows/mdi.c (DefMDIChildProc)
- Test for IsIconic during a SC_RESTORE, this doesn't work yet.
+Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
- * windows/message.c (hardware_event)
- Looks for icon as well as window now.
+ * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, relay32/advapi32.spec, relay32/ntdll.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - sorted API by groups
+ - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
+ - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
+ RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
+ - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
+ RtlTimeFieldsToTime
- * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
- Added iconify/deiconify in NC_HandleSysCommand, new function
- NC_DoNCPaintIcon which paints an icon.
+ * include/ntddk.h, include/ntdef.h, include/winnt.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Many new prototypes.
- * 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/resource.c, include/module.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fix use of wrong prototype from ntdll.h.
- * 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.
+ * dlls/advapi32/security.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Make more functions just calling down to ntdll.
+ New: GetSecurityDescriptorSacl.
-Mon Jun 20 10:15:59 1994 Miguel de Icaza (miguel@sphinx)
+ * graphics/psdrv/afm.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Accept "Normal" as a valid AFM weight.
- * windows/event.c: Added a hack to define XPointer when using
- X11R4.
+ * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
+ Smarter way of searching for a free block.
- * 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
+ * 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.
- * toolkit/heap.c: Extended the size of the block size per chunk.
+ * 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.
- * misc/stress.c (GetFreeFileHandles): Fixed typo.
+ * msdos/dpmi.c:
+ Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
+ Needs thread.h for non-Linux.
- * misc/main.c (main): Changes to allow compilation under SunOS.
+ * 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.
- * loader/library.c: Changed some ifdefs to compile WineLib.
+ * 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.
-----------------------------------------------------------------------
-Tue Jun 14 08:09:14 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * loader/selector.c (GetCurrentPDB):
- Added trivial function GetCurrentPDB() which returns the program
- segment prefix selector.
+ * 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.
- * memory/heap.c (HEAP_Free):
- If free list is empty, make the freed block the free list.
+ * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
+ Made message "Resource not found" WARN.
-Fri Jun 10 07:56:49 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * controls/edit.c (EDIT_SetTextMsg):
- Do not append a newline at the end of the last line.
+ * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
+ Adds C++ nameless union support to tagVARIANT.
- * windows/event.c (SetCapture):
- Set winHasCursor if mouse capture succeeds.
+ * 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>
-Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [controls/listbox.c]
- Fix bug in listbox : InsertString should call AddString if -1.
-
- * [controls/menu.c]
- New function GetMenuState().
-
- * [controls/scroll.c] [windows/nonclient.c]
- Try to make ShowScrollBar() recalc NC_ regions. Not finished !
-
- * [objects/text.c]
- Add Stub for TabbedTextOut(), which temporarely call Textout().
-
- * [windows/keyboard.c] [windows/event.c]
- New function GetKeyBoardState() with an KeyStateTable array
- & associated handling in function EVENT_key().
-
-Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
-
- * [controls/menu.c]
- IsMenu() added.
-
- * [loader/library.c]
- ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
- added.
-
- * [object/gdiobj.c]
- IsGDIObject() added.
-
- * [miscemu/int2[56].c]
- bugfix: both didn't leave flags pushed on 16bit-stack.
- (winfile gets a bit further)
-
- * [miscemu/int16.c]
- Added (empty).
-
-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.
-
-Thu Jun 9 10:55:55 MET DST 1994 Jochen Hein ( Hein@Student.TU-Clausthal.de )
-
- * [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.
-
- * [misc/main.c misc/message.c]
- added <locale.h> and setlocale() to main.c, used toupper() in message.c
-
-Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
-
- * controls/button.c ( [CR]B_LButton* )
- left rc.right at full window width so click on label also
- activates the control (MSWin behavior)
-
-Sat Jun 11 19:05:40 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
-
- * 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)
-
- (InitializeLoadedDLLs):
- deleted shadow definition of *wpnt.
- (Breaks many programs, because now COMMDLG will be
- initialized :-(
-
- * windows/win.c (SetWindowText):
- added missing breaks; (PENSATE starts)
-
- * windows/graphics.c (FloodFill):
- Proper boundarys. (BANGBANG starts) FloodFile_rec should
- be rewritten.
-
- * objects/font.c (FONT_GetMetrics):
- TYPO: use font->perchar only if it is defined. (WRITE starts)
-
-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.
-
-----------------------------------------------------------------------
-Tue Jun 7 08:41:27 1994 Bob Amstadt (bob@pooh)
-
- * 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.
-
- * 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.
-
- * objects/font.c (EnumFonts):
- Checked for lpLogFontList[i] == NULL
-
- * objects/gdiobj.c (SetObjectOwner):
- Removed stub. Replaced with simple return in gdi.spec. This
- function is not defined for the retail version of Windows.
-
- * memory/heap.c (WIN16_LocalHandleDelta):
- New function. This is really a dummy that imitates the proper
- return values.
-
- * loader/library.c (GetProcAddress):
- Fixed definition of IS_BUILTIN_DLL() macro.
-
-Mon Jun 6 18:15:40 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * miscemu/int21.c (SeekFile):
- Needed to return current position in DX:AX.
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
+ (Interrupt list did not have correct.)
+
+ * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added stubs for two missing methods of DInput.
+
+ * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
+ Fixed a bug.
+
+ * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
+ Added support for larger files.
+
+ * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fixes buffer overrun problems with GetDIBits.
+
+ * windows/message.c: Stephane Lussier <stephane@macadamian.com>
+ Fixed some SendMessage bugs.
+
+ * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Fix COM_ExternalLockFreeList to do not fail with an empty list.
+
+Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/Makefile.in, misc/string.c:
+ Zygo Blaxell <zblaxell@furryterror.org>
+ Implemented some CRTDLL string functions.
+
+ * objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/text.c, windows/caret.c, windows/clipboard.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/mouse.c, windows/multimon.c, windows/rect.c, windows/scroll.c, windows/timer.c, windows/user.c, windows/winproc.c, include/menu.h, include/mmsystem.h, include/sysmetrics.h, include/vfw.h, multimedia/audio.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/init.c, multimedia/joystick.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmio.c, multimedia/mmsystem.c, multimedia/time.c, objects/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some more recursive include fixes/optimizations.
+
+ * dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - eliminated one element of the pidl struct (dwSFGAO)
+ - changed some superflous FIXME
+
+ * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ - header uses the last macros now
+ - rewrote IDropTarget according to the new COM headers
+ (was local declared not using the already written prototypes)
+ - corrected Drop method (wrong parameter count)
+
+ * windows/dinput.c: Francois Gouget <fgouget@psn.net>
+ Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
+ Added the interface implementation structures.
+ I remembered from an email that even when asked for a
+ IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
+ considered that we would only implement the latter. The
+ IDirectInputDeviceA_xxx methods have been renamed to
+ IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
+ implementation as before.
+ Renamed the implementation structures to XxxImpl.
+
+ * include/dinput.h: Francois Gouget <fgouget@psn.net>
+ Use latest COM macros
+ Defined the IDirectInputDeviceA interface independently from
+ IDirectInputDevice2A.
+ Removed the 32 suffix of the interfaces. Hopefully this will not
+ cause any problem with the renaming.
+ Moved the implementation specific stuff to dinput.c (well, the
+ interfaces at least).
- * windows/utility.c (windows_wsprintf):
- Added support for '#' in format, and fixed bug with "ptr" being
- incremented too many times.
+Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
- * miscemu/int21.c (OpenExistingFile):
- Add code to handle opening files read-only and write-only.
+ * 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.
- * loader/wine.c:
- Segment fixups now done in LoadImage instead of _WinMain. This
- is necessary to support LoadLibrary().
+ * scheduler/client.c, scheduler/thread.c:
+ Removed thread queue functions.
+ Changed initial thread creation to avoid memory allocations.
+ Moved server startup to THREAD_CreateInitialThread.
-Sun Jun 5 17:34:24 1994 Erik Bos (erik@hacktic.nl)
+ * scheduler/synchro.c:
+ Removed use of per-thread wait_struct, cleaned up a bit.
- * [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.
+ * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
- * [miscemu/int15.c] [miscemu/int31.c]
- Added.
+ * include/winnt.h: Added a few exception codes.
- * [loader/selector.c]
- Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
+ * 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.
- * [misc/main.c]
- Stub added for IsRomModule().
+ * 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.
- * [miscemu/int21.c]
- Some cleanup, added heap for returning data.
+ * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
+ Added missing WINAPIs.
-Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [tools/build.c]
- Change MAX_ORDINALS define to higher value, 1299 entries.
- (MMSYSTEM doesn't have succesive numbers, some are around 1200).
+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)
- * [windows/utility.c]
- Bug fix in windows_wsprintf(), (twice increments ...).
+ * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
+ Added a check for the existence of wine.sym before installing it.
- * [windows/winpos.c]
- Bug fix in SetWindowPos(), redraw was done if flag
- was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
+ * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
+ Francis Beaudet <francis@macadamian.com>
+ Added some new stubs for the OLE menu descriptor methods.
- * [misc/message.c] [controls/combo.c]
- Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
+Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- In CreateWindowEx(), do SetMenu() calls after window creation,
- just before sending to WM_NCCALCSIZE.
+ * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
+ Fixed message filtering check.
- * [controls/menu.c]
- In function SetMenu(), now use SetWindowPos() with
- flags SWP_FRAMECHANGED to readjust menu area.
- Function MenuBarCalcSize() redone.
+ * 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.
-Sun May 29 11:08:24 1994 David B. Thomas (dt@yenta.abq.nm.us)
+ * 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.
- * [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.
+ * 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 Jun 5 19:17:49 1994 Olaf Flebbe (olaf@dragon)
+ * 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.
+
+ * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
+ Don't hang on the last child if it's not wanted.
- * [edit.c]
- cp1 was uninitialized iff lineno == 0
+ * 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.
- * FindFile tests for existance of file even if a full
- filename was supplied. What about unix file names?
+ * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
+ Fix redraw problems for ChooseColor dialog.
+
+ * */*.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed a lot of occurences of windows.h (and added necessary other
+ includes).
+
+ * 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.
- * [controls/listbox ]
- wndPtr was uninitialized for LB_SETTOPINDEX
+ * 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.
+
+ * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
+ Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
+ include/wine/obj_base.h)
+
+Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * 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.
+
+ * windows/x11drv/wnd.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
+
+ * misc/commdlg.c, resources/sysres_En.rc:
+ Pascal Lessard <pascal@macadamian.com>
+ Applied the changes of the resulting color of the choose color dialog.
+ Initialize values in the choose color dialog.
+
+ * include/wine/obj_base.h, include/wine/obj_marshal.h:
+ Francois Gouget <fgouget@psn.net>
+ Removed references to ICOM_INHERITS.
+
+ * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
+ Thuy Nguyen <thuy@macadamian.com>
+ Fixed bug with read-only files.
+
+ * multimedia/mciavi.c, multimedia/mcimidi.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
+
+ * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
+ dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
+
+ * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
+ Francois Gouget <fgouget@psn.net>
+ Modified so that they do not use the VTABLE_FUNC macros that performed
+ casts of all methods put in the jump table. I find it too risky to use
+ such macros because nothing guarantees that you actually put the right
+ method at the right place or that the prototype is right.
+
+ * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
+ Francois Gouget <fgouget@psn.net>
+ Updated to use the latest COM macros. Defined more interfaces and API
+ functions.
+
+ * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
+ Francois Boisvert<francois@macadamian.com>
+ Implementation of the pushed close button.
+
+Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/mapidefs.h, include/objbase.h, include/ole.h, include/oleauto.h, include/winbase.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/winnt.h, include/wintypes.h, include/wtypes.h, ole/compobj.c:
+ Francois Gouget <fgouget@psn.net>
+ Moved some definitions to their proper include file.
+
+ * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
+ Francois Gouget <fgouget@psn.net>
+ Fixed some ICOM_INHERIT stuff and added new related API functions.
+
+ * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
+ Added new API. Part of it was in 'include/objbase.h' before and part
+ of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
+ perfect but it's better than having it in 'include/objbase.h'.
+
+ * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
+ Francois Gouget <fgouget@psn.net>
+ Fixed a number of warnings concerning the matching of the printf
+ format string and the associated parameters (actually it's mostly
+ TRACE and FIXMEs).
+
+ * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
+ mciLoadCommandResource32: second arg is wide string
+ mciGetDriverData: spec has just one long argument
+
+ * ole/compobj.c, ole/ifs.c, ole/ifs.h, ole/storage.c, dlls/shell32/shellole.c, include/wine/obj_base.h, include/wine/obj_dataobject.h, multimedia/dsound.c, dlls/shell32/dataobject.c, dlls/shell32/shelllink.c:
+ Francois Gouget <fgouget@psn.net>
+ Changed ICOM_THIS definition.
+
+ * 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.
+
+ * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
+ "Configure finished" message suggests to call make when make depend
+ was successful.
+
+ * */*: Marcus Meissner <marcus@jet.franken.de>
+ Optimized include/*.h: (recursively) include all headers needed by
+ this .h file, but only those. Necessary fixes to a lot of .c files,
+ started optimizing "windows.h" away from some of them. Moved
+ GetCurrentTask prototype to wine/winbase16.h.
+
+ * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
+ Luc Tourangeau <luc@macadamian.com>
+ Preliminary listview control implementation.
+
+ * controls/menu.c: Francois Boisvert <francois@macadamian.com>
+ Give the context menu its proper behaviour and modify TrackPopupMenu
+ to comply with windows API.
+
+ * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
+ GetUpdateRect should return client coordinates unless the window was
+ created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
+ in which case the result should be in logical coordinates.
+
+ * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
+ Added the actual definitions of the interfaces.
+
+ * include/servprov.h: Francois Gouget <fgouget@psn.net>
+ Converted to the new COM declaration 'standard' for better
+ compatibility with C code implementating that interface.
+
+ * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
+ Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
+ able to modify it.
+
+ * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
+ Defined IDropTarget for ShellFolder. Implemented the Constructor,
+ Destructor, AddRef, Release and QueryInterface methods.
+
+ * memory/selector.c, if1632/kernel.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
+
+Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * include/msacm.h, include/winuser.h:
+ Douglas Ridgway <ridgway@winehq.com>
+ c2man doesn't like extra semicolons.
+
+ * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
+ Resetting X focus should not be done with SetFocus32. Called
+ the windowing (X11) driver's SetFocus routine directly instead.
+ This apparently fixes a big heap of user interface problems.
+
+----------------------------------------------------------------
+Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Changed some functions prototypes (were returning void).
+
+ * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
+ Fixed some Winelib names.
+
+ * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Corrected prototypes func() ->func(void).
+
+ * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
+ Brian Joseph Czapiga <root@glacid.com>
+ Fixed a few #ifdefs.
+
+ * windows/scroll.c, windows/x11drv/wnd.c:
+ Jerome Vouillon <vouillon@claranet.fr>
+ Make a correct use of clipping rectangles.
+
+ * include/bitmaps/ocr_cross:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added white border.
+
+ * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented better output for indirect calls.
+
+ * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in winmm.spec.
+
+ * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
+ Gavriel State <gavriels@COREL.CA>
+ A few non-x86 Winelib fixes.
- * [misc/property.c]
- Do not free lpProp. Is it really allocated by malloc?
- {edited by Bob Amstadt: changed free() to GlobalFree()}
+ * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not print 'wine: no executeable found' if we did execute something.
-----------------------------------------------------------------------
-Sat May 28 12:03:23 1994 Bob Amstadt (bob@pooh)
+ * 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
- * miscemu/int21.c (OpenExistingFile):
- OpenExistingFile needed to return handle in AX register instead
- of the BX register.
+ * 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.
- * miscemu/int21.c (ioctlGetDeviceInfo):
- Added a little code to give a fake result for normal files.
+ * 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.
-Wed May 25 21:55:38 1994 Bob Amstadt (bob@pooh)
+ * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
+ Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
- * [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.
+ * 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/comm.c]
- changed all occurance of strncmp() to strncasecmp().
- BuildCommDCB() should not require that OpenComm() be called first.
+ * 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.
- * [loader/selector.c]
- Heap initialized to size of full segment less stack size and
- automatic data size.
+ * 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.
-Sat May 28 09:14:33 1994 Rick Sladkey (jrs@world.std.com)
+ * 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.
- * [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.
+ * windows/input.c, include/winuser.h, relay32/user32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented MapVirtualKeyEx (ticket 21).
+ Ignore keyboard layout for now.
- * [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.
+ * 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.
- * [debugger/debug.l]
- Recognize new token ABORT. Recognize single letters 'p'
- and 'q' as tokens.
+ * 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)
- * [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.
+Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * 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).
- * [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.
+ * 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.
- * [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.
+ * 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.
- * [misc/message.c]
- In MessageBox, translate a NULL title argument to the string "Error".
+ * 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.
- * [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.
+ * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Spelling fixes.
- * [objects/font.c]
- Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
+ * 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.
-Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es)
+ * include/wingdi.h, objects/dib.c:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fix types of GetDIBits functions (LPSTR should be LPVOID).
- * 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.
+ * 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.
-May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
+ The systems buttons (minimize/restore/close) now appear on the menu
+ bar of mdi application.
- * [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.
+ * 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.
- * [misc/mmsystem.c]
- More coding ... a dust in a galaxy ...
- * [misc/shell.c]
- Some coding for 'RegXXX' functions ... a dust in the wind ...
+ * 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
- * [misc/profile.c]
- Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
+ * 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.
- * [objects/gdi.c]
- New function CreateDiscardableBitmap(), it just calling
- CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
-
- * [controls/listbox.c]
- * [controls/combo.c]
- New font member assigned to SYSTEM_FONT as default.
- Added processing for WM_SETFONT message;
-
-
-Tue May 31 20:34:25 EDT 1994 John Richardson <jrichard@cs.uml.edu>
-
- * [windows/event.c]
- Added AsyncMouseButtonsStates array for GetAsyncKeyState.
-
- * [windows/keyboard.c]
- Implemented beginning of GetAsyncKeyState.
+ * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
+ Sounds were cut off due to integer overflow. Fixed.
-Wed May 25 23:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
-
- * [objects/metafile.c] [include/metafile.h]
- [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
- [windows/dc.c]
- Further metafile support.
+ * include/windowsx.h: Paul Quinn <paulq@corel.ca>
+ Added windowsx.h for Winelib.
+
+Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Mon May 23 15:07:36 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [loader/selector.c]
- Allocate heap and stack segments as 64k.
+ * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
+ Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
+ problems).
-Sat May 21 01:15:49 1994 Rick Sladkey (jrs@world.std.com)
+ * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
+ Added missing ULONG to static const OFFSET_xx.
- * [loader/selector.c]
- Correct typos where memcpy is used instead of memset.
+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.
- * [loader/resource.c]
- Allow for legitimate cases where biSizeImage is 0 in LoadIcon
- by calculating the value when the bitmap is not compressed.
+ * dlls/msacm32/driver.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Another usage of non-portable functions...
- * [miscemu/int21.c]
- Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
+ * msdos/dosmem.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Some values of pBiosData added/fixed.
- * [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.
+ * 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.
-Mon May 23 00:48:25 1994 Rick Sladkey (jrs@world.std.com)
+ * 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.
- * [windows/dialog.c]
- Fix inadvertent printing of string IDs as strings.
+ * 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.
-May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [controls/menu.c]
- New functions GetMenuItemCount(), GetMenuItemID().
- GetMenuString() & HiliteMenuItem().
- Bug fix in CheckMenuItem().
- Function SetMenu() now make client area recalc if menu removed.
+ * include/monitor.h, windows/multimon.c:
+ Patrik Stridvall <ps@leissner.se>
+ Implementation of the new monitor abstraction.
- * [windows/winpos.c]
- Bug fix in SetWindowPos(), no more XMapping or XConfiguring of
- windows with initial width or height equal zero.
+ * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ New TTY driver for GDI.
- * [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() ...)
+ * 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
- * [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)
+Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/nonclient.c]
- Use small dos OBM_OLD_CLOSE button for MDI windows.
+ * 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.
- * [windows/graphics.c] [objects/bitmap.c]
- Start to remove obsolete globals such XT_screen ...
+ * 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.
- * [loader/library.c]
- Make function GetProcAddress() working also with builtin DLLs.
+ * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed tracks indexing in mcicda.c
+ Make use of new Wine internal CD ROM interface.
+
+ * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ New Wine internal interface for handling CD Rom (especially audio CD
+ ROM).
-Tue May 24 20:18:02 1994 Erik Bos (erik@hacktic.nl)
+ * 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.
- * [if1632/system.spec] [if1632/toolhelp.spec]
- system.dll & toolhelp.dll added.
+ * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed GET_LZ_STATE macro.
- * [loader/library.c]
- Modified GetModuleFileName() to return the full
- filename.
- Added a check to LoadLibrary() to prevent loading
- built in dlls. (eg. user.exe)
- Added a check to FreeLibrary() to prevent built-in
- dlls from being freed.
- Modified GetProcAddress() to support builtin dlls.
+ * graphics/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.
- * [loader/signal.c] [miscemu/int2f.c]
- Added => pifedit runs.
+ * 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.
- * [misc/dos_fs.c]
- Added a NULL-ptr check to DOS_closedir().
+ * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
+ reslen could be used uninitialised in GetFileResource32 (fixes some
+ strange VerQueryValue crashes).
-----------------------------------------------------------------------
-Tue May 17 23:03:16 1994 Bob Amstadt (bob@pooh)
+ * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
+ Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
+ LOCALE_IINTLCURRDIGITS.
- * [windows/dce.c]
- Fixed bug with dce initialization that was causing dialog boxes to not
- be displayed.
+ * memory/selector.c, relay32/kernel32.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Preserve EAX in UnMapSLFixArray().
- * [if1632/callback.c]
- Better fix for bug found by Martin.
+ * 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.
-Sat May 14 19:48:39 1994 Rick Sladkey (jrs@world.std.com)
+Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
- * [ memory/heap.c ]
- Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
+ * 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.
-May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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>
- * [objects/font.c]
- Make EnumFonts() calling a callback with dummy fonts ... :-)
+ * 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.
- * [objects/text.c]
- Add Empty Stub for ExtTextOut(), which temporarely call Textout().
+ * 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.
- * [if1632/callback.c]
- Temporarely go around bug in CallWindowProc(), you will see printfs.
+ * 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.
- * [controls/edit.c]
- Make EDIT controls focused by a mouse click.
+ * Makefile.in, configure, configure.in, dlls/Makefile.in:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Add new subdirectories dlls/ver and dlls/version.
- * [misc/property.c]
- Bug Fix in function EnumProps(), better use of CallBack16().
+ * 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.
- * [misc/mmsystem.c]
- Basic Skelton's for MCI messages dispatching function.
+ * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
+ IsCharAlpha32A: use look-up table from ole2nls.c.
-Sun May 15 16:15:17 1994 Erik Bos (erik@hacktic.nl)
+ * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
+ LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
+ NORM_IGNORESYMBOLS in string mapping mode.
- * [windows/utility.c]
- Added windows_wsprintf() for the emulator, wsprintf() is
- for libwine.
+ * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
+ Create X window for child windows reparented to be top level windows.
-Sat May 14 22:16:40 1994 Rick Sladkey (jrs@world.std.com)
+ * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for PathQualify32[A|W].
- * [misc/cursor.c]
- Fix pointer problems in LoadCursor leading to heap corruption.
+ * 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
- * [ controls/menu.c ]
- Fix two NULL dereferencing bugs.
+ * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Added an implementation of MRSW locks.
-Sun May 15 20:07:48 1994 Rick Sladkey (jrs@world.std.com)
+ * 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.
- * [objects/font.c]
- Fix NULL pointer dereferencing bug in GetCharWidth.
+ * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
+ Small fix.
- * [loader/resource.c]
- Fix under-allocation of memory in LoadAccelerators.
+ * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
+ List handles WaitForMultipleObjects is waiting for when running with
+ -debugmsg +win32.
- * [windows/class.c]
- Ignore negative sizes for extra fields in RegisterClass.
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetSecurityDescriptorControl.
-Sun May 15 06:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * relay32/user32.spec, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetUserObjectSecurity.
- * [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.
+ * 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>
- * [misc/file.c]
- Corrected spelling of _lcreat.
+ * include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/Makefile.in, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c:
+ Noomen Hamza <noomen@macadamian.com>
+ Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
+ classes.
+
+ * debugger/dbg.y, debugger/debug.l:
+ NF Stevens <norman@arcady.u-net.com>
+ Implemented the symbolfile command (as mentioned by the help
+ command). This reads a symbol file in the format generated by nm.
+
+ * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Small bug fix.
+ - Added direct play ascii interfaces.
+ - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
+
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed FILE_VIEW struct initialisation.
+
+ * include/dosexe.h:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed non-i386 compile.
+
+ * graphics/vga.c, msdos/dpmi.c, multimedia/dplay.c, multimedia/mmio.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c:
+ James Juran <jrj120@psu.edu>
+ Commented out unused variables to prevent needless compiler warnings.
+
+ * include/ddeml.h, misc/ddeml.c:
+ Keith Matthews <keith_m@sweeney.demon.co.uk>
+ 1st cut implementation of DdeInitialize32W and supporting code.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
+ Matthew Becker <mbecker@glasscity.net>
+ Documentation standardizations.
+
+ * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Made the message queue access to be thread safe. (Using two new
+ functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
+ instead of GlobalLock16()).
+ - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
+ wine-debugger).
+
+ * multimedia/dsound.c, multimedia/mmsystem.c, objects/text.c, windows/dialog.c, windows/dinput.c, windows/mdi.c, windows/msgbox.c, windows/win.c, windows/winproc.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, graphics/d3dmaterial.c, graphics/metafiledrv/init.c, if1632/relay.c, include/wincon.h, loader/resource.c, misc/imm.c, misc/lzexpand.c, msdos/int21.c, dlls/comctl32/propsheet.c, dlls/ntdll/rtl.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed a lot of warnings for possible problems.
+
+ * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
+ Fixed typo.
+
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ Fixed various bugs.
+ Made newbie mode easier.
- * [controls/edit.c]
- Minor bug fixes.
-----------------------------------------------------------------------
-May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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).
- * [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... :-)
+ * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
+ Switch ncurses.h/curses.h include (works better for FreeBSD).
- * [loader/library.c] [loader/task.c] [misc/exec.c]
- Continue playing around trying to get a second task running.
+ * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed loading of win32 drivers.
- * [windows/mdi.c]
- Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
+Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
- * [everywhere]
- Adding previous works of the Apr 25, 94.
+ * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
-Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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.
- * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
- Added Martin's mmsystem.dll stubs.
+ * include/driver.h, relay32/winmm.spec, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for loading drivers in Wine.
- * [misc/sound.c]
- Added remaining stubs for sound.dll.
+ * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
+ A perl script to produce a bug report with little hassle.
- * [if1632/shell.spec] [misc/shell.c]
- Fixed prototypes (I found them in BC 4) and added ShellAbout()
- and AboutDlgProc().
+ * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
+ Added (dummy) Death/Resurrection calls to DisplayDib.
-----------------------------------------------------------------------
-May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
+ Allocate a DOS handle if we open a normal file with LZOpenFile16.
- * [loader/signal.c]
- Add XUngrabPointer() & XUngrabServer() in wine_fault().
+ * 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
-Fri Apr 22 19:30:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Implemented GetIconInfo16 -> call to GetIconInfo32.
- * [objects/bitblt.c]
- color_stretch() rewritten to use ints only. *fast!*
- BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
- use color_stretch().
+ * scheduler/client.c: Commented out EXEC_SERVER
-Mon May 2 21:39:43 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
+ 3 missing WINAPI added.
- * [controls/menu.c]
- SetSysMenu() added.
+ * 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.
- * [misc/cursor.c]
- GetCursor() added.
+ * dlls/comctl32/treeview.c, include/commctrl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Changed some treeview related definitions.
- * [misc/main.c]
- SwapMouseButton() added, (NOP).
+ * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented SHBrowseForFolder() dialog.
- * [windows/win.c]
- GetDesktopHwnd() added.
+ * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed typo in type (removed quite a few warnings).
- * [if1632/*spec]
- Added not implemented functions defs as comment.
+ * dlls/advapi32/security.c, relay32/advapi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
+ Return NULL from OpenThreadToken.
- * [misc/winsocket.c]
- Change WSAGetXbyY() functions to non-blocking ones,
- Added WSAAsyncSelect().
- (WSA functions can't be canceled yet).
+ * 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)
-Wed Apr 20 23:58:58 1994 Scott A. Laird (scott@curly)
+ * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Make sure DrvGetPrinterData returns the correct data if cbData <= 1
- * 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.
+ * 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.
-Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitblt.c]
- Add protection to BitBlt() & StretchBlt() for width or height = 0.
+ * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/comctl32/propsheet.c, dlls/comctl32/status.c, include/flatsb.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed several bugs and typos.
- * [windows/nonclient.c]
- Avoid painting in NC_DoNCPaint() if IsWindowVisible().
- Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updates and fixes.
- * [windows/win.c]
- CreateWindowEx() & DestroyWindow() now call respectively
- AddWindowToTask() & RemoveWindowFromTask().
- New empty stub for function AnyPopup().
+ * 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.
- * [loader/library.c]
- Bug Fix : GetModuleFileName() now return full path filename.
+ * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
- * [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().
+ * dlls/comctl32/progress.c, include/progress.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WM_[G/S]ETFONT handling.
- * [misc/file.c]
- GetTempFilename() now create a file.
- _lcreate() use unix open (name, mode, perm), with perm=O666.
+ * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added WM_COMMAND and WM_NOTIFY handling.
- * [if1632/relay.c]
- Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
+ * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed redraw bug for tracking tooltips.
- * New file [misc/mmsystem.c]
- * New file [include/mmsystem.h]
- * New file [if1632/mmsystem.spec]
- Many, many empty stubs ... :-)
+ * 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/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.
-Wed Apr 20 14:53:35 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
- Fixed bug for non-Linux systems.
+ * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
+ Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
+ searching for DBG and PDB files.
-Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
+ Fix for files which do not contain exports (fg, EXE) to get processed
+ for debug information.
- * [windows/win.c]
- Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
- New empty stub for function SetSysModalWindow().
+ * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.621 (CBClientThunkSLEx).
- * [misc/exec.c]
- New empty stub for function ExitWindows().
+ * 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.
- * [objects/font.c]
- New empty stub for function EnumFonts().
+ * 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.
- * New file [misc/property.c]
- New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
+Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
- * New file [misc/shell.c]
- New empty stubs for function RegisterShellProc(),
- ShellExecute() & ShellProc().
+ * 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.
- * New files [loader/task.c] & [include/task.h]
- Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
- from 'loader/library.c'.
+ * 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
- * [if1632/user.c] [if1632/kernel.c]
- Put Atoms functions entries.
+ * 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.
- * [controls/combo.c]
- New functions DirDlgSelectComboBox() & DirDlgListComboBox().
+ * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
+ New file to instantiate GUID's ms-like.
- * [controls/listbox.c]
- New functions DirDlgSelect() & DirDlgList().
+ * 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 Apr 17 20:57:59 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
+ Zygo Blaxell <uj22kfbc@umail.furryterror.org>
+ Fixed typos.
- * [objects/test.c]
- GrayString() added.
+ * 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/callback.c]
- CallGrayStringProc() added.
+ * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Remove configure.in->configure rule (we might not have autoconf).
- * [if1632/relay.c] [if1632/mmsystem.spec]
- Added.
+ * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
+ Added "user-friendly" warning for missing X.
- * [if1632/kernel.spec] [if1632/user.spec]
- Added forgotten specs for atom functions.
+ * include/ole.h: Fixed GetObject macro problem.
-----------------------------------------------------------------------
-Tue Apr 12 00:05:31 1994 Bob Amstadt (bob@pooh)
+ * documentation/status/direct3D:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - updated documentation to be in sync with current code
- * misc/spy.c (SpyInit): Added more message types
+ * graphics/d3dmaterial.c, graphics/d3dviewport.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - various warning and bug fixes
- * [windows/mdi.c] [include/mdi.h]
- Maximizing and restoring child windows.
- Tiling of child windows.
+ * graphics/d3ddevices.c, graphics/d3dtexture.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - added more texture formats using OpenGL's packed pixel formats
-Mon Apr 11 20:48:28 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * graphics/d3dexecutebuffer.c, include/d3d.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ - better support for ExecuteBuffers
- * [windows/winpos.c]
- Revert focus and activation to previous window when hiding a window.
+ * 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/syscolor.c]
- Implemented system color objects (brushes and pens created at
- SetSysColor() time for better performance).
+ * misc/printdrv.c: Morten Welinder <terra@diku.dk>
+ Missing WINAPI.
- * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
- Changed painting code to use system color objects.
+ * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
+ Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
- * [windows/message.c]
- New function MSG_InternalGetMessage() for internal messages
- loops (e.g. for dialogs or menus).
+ * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
+ Check opened enhmetafile for magic values.
- * [windows/hook.c] [include/hook.h] (New files)
- Beginning of the window hooks implementation.
+ * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
+ Fixed duplicate sound buffer handling. Updated status.
- * [windows/dialog.c]
- Use new function MSG_InternalGetMessage() in DialogBox().
+ * 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]
- * [if1632/callback.c]
- Added function CallHookProc().
+ * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented CreateHalftonePalette.
+ Fixed 3 crashes (1 real, 2 potential).
-Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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*.
- * [windows/event.c]
- Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
+ * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
+ Sylvain St.Germain <sylvain@macadamian.com>
+ DoDragDrop and OleIsCurrentClipboard stub implementation.
- * [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 ...
+ * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
+ Make LoadTypeLib stub return failure instead of success.
- * [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).
+Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/wine.c]
- Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
+ * 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.
- * [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 ?).
+Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
-Sun Apr 10 14:06:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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.
- * [misc/profile.c]
- .INI files will now be stored in / loaded from the windows dir
- if no path is supplied.
+Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
- * [if1632/kernel.spec]
- Fixed GetDriveType's prototype.
+ * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
+ Small patch.
- * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
- Fixed prototypes: winsock uses a word as socket handle not an int.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Win32 console needs SYNCHRONIZE access.
- * [misc/winsocket.c]
- Added heap allocation for returned structures.
- Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
+ * 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.
- * [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.
+ * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
+ LCMapStringA: if dstlen is insufficient, return
+ ERROR_INSUFFICIENT_BUFFER (verified).
-Sat Apr 9 08:26:03 1994 David Metcalfe <david@prism.demon.co.uk>
+ * objects/enhmetafile.c, relay32/gdi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some small fixes to enhmetafiles.
- * [controls/edit.c] [controls/widgets.c]
- First release of edit control.
+ * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not call ownerdraw for invalid items (empty focusrects).
+ Fixes Eudora 16bit empty Inbox problem.
-----------------------------------------------------------------------
-Tue Apr 5 14:36:59 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [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.
+ * 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.
- * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
- Removed code add 94/03/26.
+ * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
+ Use external DirectPlay DLLs by default.
-Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Allow passing task handles to GetThreadQueue() and SetFastQueue().
- * [control/menu.c]
- Make mouse menu navigation working again. :-))
- (be carefull, clicking outside menus (ie.: clientrect)
- not resolved yet)
+ * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Handle (console) applications that never created a queue correctly
+ in USER_AppExit(); call InitThreadInput() in InitApp().
- * [windows/nonclient.c] [controls/scroll.c]
- Bugs fix in NCTrackScrollBars().
+ * 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.
- * [misc/dos_fs.c]
- Bug fix in 'ToDos()' in conversion for '/',
- (example: '/window/' was translated to 'WINDOWs').
+ * loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Check module name length in ModuleNext().
- * [miscemu/int21.c]
- Function ChangeDir() extract possible drive before DOS_ChangeDir().
+ * windows/x11drv/event.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use Callout to call RedrawWindow32.
- * [loader/library.c] [loader/wine.c]
- Playing around moving function GetProcAddress() and put some code in.
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ Clear DOS extended error only for funcs >=0x2f (thanks to Dave
+ Pickles).
-Mon Apr 4 21:39:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ Unified palette create, do allocate colorcells on init for DGA.
- * [misc/main.c]
- Better explanation of command-line options.
+Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/dib.c]
- Implemented SetDIBitsToDevice().
+ * 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.
- * [windows/dc.c]
- Bug fix in SetDCState().
+ * tools/make_requests: Added long type format.
- * [windows/event.c]
- Removed WS_DISABLED handling (now done in message.c).
+ * server/Makefile.in, server/device.c:
+ Added server-side device support (only a hack for now).
- * [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.
+Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/painting.c]
- Bug fix in BeginPaint() to allow calling it at other times than
- on WM_PAINT (Solitaire needs it...)
+ * ChangeLog:
+ Recovered log entries from CVS mailing list.
- * [windows/win.c]
- Implemented FindWindow().
- Rewritten EnableWindow() to behave more like 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/winpos.c]
- Rewritten WindowFromPoint() to also search child windows.
+ * files/file.c
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle ERROR_WRITE_PROTECT too in readonly fallback open.
-Mon Apr 4 17:36:32 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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().
- * [include/int21.h] -> [msdos.h]
- renamed.
+ * 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.
- * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h]
- new, added for int 10, 25 and 26.
+ * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
+ Only destroy window once.
- * [miscemu/ioports.c]
- new, added to allow win apps to use ioports.
+ * 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.
- * [loader/signal.c]
- Added support for in, inb, out, outb instructions.
+ * 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 Mar 27 13:40:25 1994 Bob Amstadt (bob@pooh)
+ * loader/ne/convert.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added accelerator table PE->NE resource conversion.
- * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
+ * debugger/editline.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Restart read() in case of EINTR in TTYget().
-Sat Mar 26 21:23:55 1994 Bob Amstadt (bob@pooh)
+ * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
+ Ptr ref wrong.
- * [windows/mdi.c]
- Window list properly updated.
+ * 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.
- * [windows/message.c]
- Call WINPOS_ChildActivate() when mouse pressed.
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing WINAPI.
- * [windows/nonclient.c]
- Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
- NC_HandleNCPaint().
+ * 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.
- * [windows/winpos.c]
- Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
+ * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Check for resizeterm in ncurses.
-Thu Mar 24 14:49:17 1994 Bob Amstadt (bob@pooh)
+ * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
+ Francis Beaudet <francis@macadamian.com>
+ New test program for VARIANT functions.
- * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
- (DeleteMenu): Many bug fixes.
+ * 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.
- * [controls/menu.c]
- Created function FindMenuItem().
+ * 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.
-Thu Mar 24 14:17:24 1994 Bob Amstadt (bob@pooh)
+Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- Removed incorrect MDI handling code from CreateWindowEx().
+ * 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.
- * [controls/menu.c]
- MF_STRING items needed to allocate a private copy of string.
+Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
- * [controls/menu.c]
- Fixed buggy calls to GlobalFree().
+ * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
+ Make GetFileType work for all handle types.
- * [memory/global.c]
- Eliminated some redundant code with function call.
+ * win32/device.c: Avoid crash on NULL dev->info.
-Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
+ * 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.
- * [windows/timer.c]
- timer list pointers looped in InsertTimer
+ * 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.
-Tue Mar 29 13:32:08 MET DST 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
+ Fixed a small bug in function ExtractIconEx32A.
- * [misc/cursor.c]
- A few changes for desktop window support.
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
- * [misc/main.c]
- Added -depth option.
+ * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
+ Make DeleteFile fail for empty path.
- * [misc/rect.c]
- Yet another bug fix in SubtractRect().
+ * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
- * [objects/bitmap.c]
- Changes to use only one depth (specified with -depth)
- for color bitmaps.
+ * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed wrong buffer which caused fixups to fail.
- * [objects/brush.c]
- Added support for dithered solid brushes.
+ * 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
- * [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().
+ * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
+ ifdefs for defines not in linux 2.0.
- * [objects/dib.c]
- Added support for color mapping table.
+ * relay32/winspool.spec, misc/printdrv.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added two stubs for AddPrinterDriver.
- * [objects/dither.c] (New file)
- Implemented solid color dithering.
+ * 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.
- * [objects/palette.c]
- Implemented GetSystemPaletteEntries() and SelectPalette().
+ * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
+ Wine hangs when registry (corrupted) has lone \ at end of file.
- * [windows/class.c]
- Make a copy of the menu name in RegisterClass().
+ * 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.
- * [windows/dc.c]
- Fixed device caps when using a desktop window.
- Added support for the color mapping table in DCs.
+ * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ Replace troublesome assignments by memset for whole struct.
- * [windows/event.c]
- Added ConfigureNotify handler on desktop window.
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added handling of the 'palent' field of the CreatePalette procedure.
- * [windows/message.c]
- Removed call to XTranslateCoordinates() on every mouse motion
- New function MSG_Synchronize() to synchronize with the X server.
+ * documentation/wine.man:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added description about including/excluding functions from relay
+ trace.
- * [windows/syscolor.c]
- Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Read at least 1 input record in ReadConsoleInputA.
- * [windows/winpos.c]
- Added synchronization on window mapping. Solves the double redraw
- problem when starting Solitaire.
+ * memory/virtual.c:
+ Fixed CreateMapping when a mapping with the same name already exists.
-Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
- * [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 !)
+ * server/file.c: Fixed file destruction when file has no name.
- * [windows/defwnd.c]
- Connect VK_MENU to menubar navigation.
+Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
- * [loader/library.c]
- GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
+ * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Warns user if multiple -dll switches are used on command line.
-Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
+ Fixed a leftover HeapFree in the trackbar common control.
- * [misc/main.c]
- Added Copy(). Added a check for `-h' to show usage.
+ * 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>).
- * [misc/dos_fs.c]
- Fixed bug in FindFile(), to load directories as dlls.
+ * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
+ Alex Priem <alexp@sci.kun.nl>
+ Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
+ and some missing defines.
- * [misc/dos_fs.c]
- Fixed ToUnix() and ToDos() again, as my previous patch
- didn't make it.
+ * 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.
- * [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/winbase.h, include/windows.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
-Tue Mar 29 06:25:54 1994 crw@harris.mlb.semi.harris.com (Carl Williams)
+ * documentation/wine.man:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added environment variables in the man page.
- * [memory/heap.c]
- Implemented GetFreeSystemResources().
+ * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed args of MZ_CreateProcess.
-----------------------------------------------------------------------
-Mon Mar 21 17:32:25 1994 Bob Amstadt (bob@pooh)
+ * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed string bug in programs/.
- * controls/menu.c (GetSubMenu): Function did not return correct value
+ * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
+ Added stupid "action" emulation for hardware timers in ioports.c.
- * [windows/mdi.c]
- Beginnings of menu handling.
+ * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
+ Again a small DOSASPI patch.
-Thu Mar 10 11:32:06 1994 Stefan (SAM) Muenzel (muenzel@tat.physik.uni-tuebingen.de)
+ * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Documentation updates.
- * [objects/font.c]
- if font.width equals zero use asterix instead.
+ * 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'
-Mon Mar 21 17:23:37 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent core dump with some TTF (when X11 runs with a true type
+ server).
- * [objects/bitmap.c]
- Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
+ * server/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Use stdout for default console output.
- * [objects/brush.c]
- Some changes with pattern brushes because of the new bitmap code.
+----------------------------------------------------------------
+Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
- * [objects/color.c]
- Added function COLOR_ToPhysical for better color mapping.
+ * 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
- * [objects/dib.c]
- Heavily optimized SetDIBits().
+ * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
+ Try to autodetect NT4.
- * [windows/dc.c]
- Opimized SetDCState() and DC_SetupGC*() functions.
- Added stub for CreateIC().
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ 0 means success, all else failure for WaitForSingleObject.
-Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
+ Do not advance the cursor in certain routines. This cleaned up the
+ implementation quite a bit.
- * [misc/message.c]
- Call SetFocus() after closing box to give back focus to previous owner.
+ * 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).
- * [misc/files.c]
- Small bug fix in GetTempFilename() : replace a '\' to '\\'.
+ * console/interface.c, console/xterm.c:
+ Joseph Pranevich <jpranevich@lycos.com>
+ Xterm driver can now resize the terminal when a mode change is
+ detected.
- * [control/scroll.c]
- Calls to BitBlt() replace by StretchBlt().
+ * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
+ Long standing scroll bug fixed!
- * [control/menu.c]
- Call SetFocus() to previous owner after closing Popups.
- Fill stub DeleteMenu().
+ * 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.
- * [control/listbox.c]
- * [control/combo.c]
- Use SetFocus() in WM_LBUTTONDOWN.
- Close ComboBox List upon WM_KILLFOCUS.
- Early development of WM_MEASUREITEM mecanism.
+ * 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.
- * [windows/defwnd.c]
- Early development of WM_MEASUREITEM mecanism.
+ * include/interfaces.h: Rein Klazes <rklazes@casema.net>
+ Add interface ID's for upcoming ITypeLib implementation.
-Tue Mar 22 10:44:57 1994 Miguel de Icaza (miguel@xochitl)
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix for trailing slashes, repetition of '/' or '\' and
+ SetLastError() in GetFullPathname.
- * [misc/atom.c]
- Fixed sintaxis problem when building the library.
+ * 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.
-----------------------------------------------------------------------
-Tue Mar 15 13:11:56 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [include/windows.h]
- Added message types and structures for MDI
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ SHCloneSpecialIDList implemented.
+ SHGetDataFromIDListA corrected.
- * [include/mdi.h]
- Created internal structures for handling MDI
+ * dlls/shell32/iconcache.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Shell_GetCachedImageIndex32[A|W] implemented.
- * [windows/mdi.c]
- Began creating MDI support
+ * 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.
-Thu Mar 10 16:51:46 1994 Bob Amstadt (bob@pooh)
+ * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
+ Added automatic CMOS RAM checksum calculation.
- * [loader/wine.c] [include/wine.h]
- Added new field to "struct w_files" to hold the "name table"
- resource for Windows 3.0 programs
+ * 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/resource.c]
- Added code to handle programs with a "name table" resource.
- LoadResourceByName() modified to check for the existence of
- this resource.
+ * 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.
-Mon Mar 14 22:31:42 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
+ Reading joystick 5 when we only support 4 should fail instead of
+ hang.
- * [objects/color.c]
- Added installing the private colormap on the desktop window.
+ * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
+ Playing a non-existent CD should fail instead of crash.
- * [windows/event.c]
- Cleaned up focus event handling (see focus.c).
- Use GetFocus() to direct key events to the correct window.
+ * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
+ Check for necessary configure reruns for Makefile and Make.rules
+ generation.
- * [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
+ * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
+ Emulates ins/outs correctly for DOS programs.
- * [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.
+ * 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).
- * [windows/win.c]
- Only select focus events on top-level windows.
+Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
- * [windows/winpos.c]
- Added some sanity checks for desktop window.
+ * memory/virtual.c:
+ Fixed bug in CreateFileMapping when name is not NULL.
-Fri Mar 4 20:42:01 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * server/request.c: Fixed CHECK_STRING display.
- * [misc/dos_fs.c]
- bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName().
- Support for tilde symbol added for rootdirectories in [drives]
- section of wine's configfile.
+Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
- * [misc/file.c]
- hread(), hwrite() added.
+ * if1632/kernel.spec, memory/local.c:
+ Richard A Lough <ralough.ced@dnet.co.uk>
+ Put return value of LocalAlloc in CX too.
- * [misc/main.c]
- hmemcpy() added.
+ * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Protect against multiple includes.
- * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
- Added STRESS.DLL, an useless dll used to stress a windows system.
+ * dlls/shell32/iconcache.c: Use proper system directory.
- * [*/*]
- Added missing #includes, fixed prototypes for prototype checking.
+ * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
- * [include/prototypes.h]
+ * 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
- Added prototypes for loader/*c, if1632/*c.
+ * scheduler/handle.c: Fixed CloseHandle() on global handles.
-----------------------------------------------------------------------
-Tue Mar 8 09:54:34 1994 Bob Amstadt (bob@pooh)
+ * 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.
- * [Configure]
- Added reminder to set WINEPATH, if it is not set.
+ * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
+ Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
- * [Imakefile]
- Removed #elif's
+ * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
+ Initialize lpdwNeeded.
- * [controls/button.c]
- Added BN_CLICKED notification for owner-draw buttons.
+ * if1632/snoop.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Include stuff even if not on __i386__ for debug defines.
- * [if1632/kernel.spec] [memory/heap.c]
- Changed Local* functions to WIN16_Local* to prevent unconcious use
- of these functions.
+ * ole/variant.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Another // comment fixed.
- * [if1632/relay.c]
- Push old Stack16Frame on stack before setting.
+ * server/file.c:
+ Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
+ Need <errno.h> for errno decl. on Solaris.
- * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
- Added multiple local heap handling in Atom* functions.
+ * include/wingdi.h, include/x11font.h, objects/font.c:
+ Douglas Ridgway <ridgway@winehq.com>
+ Implement TranslateCharsetInfo, change charset type to BYTE.
- * [include/regfunc.h] [miscemu/int21.c]
- Rewrote DOS3Call() use context frame that is already on the stack.
+ * controls/combo.c, controls/listbox.c, include/combo.h:
+ Alex Korobka <korobka@galaxy.ams.sunysb.edu>
+ Better CB_SETCURSEL message handling.
- * [misc/profile.c]
- Fixed to allow leading ";" to mark comments.
+ * 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.
- * [misc/spy.c]
- Fixed bugs and added support for "include" and "exclude" filters.
+ * tools/make_requests: Send debugging output to stderr.
- * [misc/user.c]
- Rearranged calls in InitApp().
+ * 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.
- * [misc/font.c]
- Fixed font handling to create system fonts, if they are used.
+ * memory/virtual.c: Use server file mapping objects.
- * [windows/dc.c]
- If text drawn on window with no font specified, then default the
- font to the system font.
+ * 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.
-Mon Mar 7 20:32:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * misc/crtdll.c:
+ Hacked stdio functions to use Win32 file handles. Still needs a proper
+ stdio emulation.
- * [controls/desktop.c]
- Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
- Implemented SetDeskPattern().
+ * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
+ Use Win32 file handles instead of Unix ones.
- * [misc/main.c]
- Added -desktop option to get a large desktop window with
- everything inside it.
- Added -name option.
+ * 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.
- * [misc/rect.c]
- Bug fix in SubtractRect().
+Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/*.c]
- Replaced the DefaultRootWindow() macro by the rootWindow variable.
+ * debugger/db_disasm.c:
+ Changed db_task_printsym to always print a full address, no matter
+ what the operand size is.
- * [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().
+ * scheduler/critsection.c: Re-implemented using a real semaphore.
-Tue Mar 1 20:15:45 1994 Erik Bos <erik@trashcan.hacktic.nl>
+ * 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.
- * [misc/comm.c]
- bugfix in OpenComm().
+ * 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.
-----------------------------------------------------------------------
-Tue Feb 22 18:04:02 1994 Jeffrey Hsu <hsu@freefall.cdrom.com>
+Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
- * [include/winsock.h]
- The sockproto struct is already defined in <sys/socket.h>
+ * include/thread.h, scheduler/synchro.c:
+ Changed server wait logic a bit.
- * [misc/winsock.c]
- Need to include <netinet/in.h> for struct in-addr.
- Use sys_errlist[] instead of strerror[].
+ * win32/console.c:
+ Hacks to support server-side console. Should be redone properly
+ some day.
- *[toolkit/heap.c]
- ANSI C specifies that the malloc functions are defined in stdlib.h,
- so we don't need to include malloc.h.
+ * 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).
- *[loader/ldtlib.c]
- Print informative error message about probable cause of i386_set_ldt()
- failure and then exit.
+ * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
+ Added anonymous pipe support
- *[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.
+ * 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
-Tue Feb 22 02:52:19 EST 1994 jrichard@cs.uml.edu (John Richardson)
+Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/bitblt.c]
- Added in three functions to do stretching and compression
- for WHITEONBLACK, BLACKONWHITE, and color copies.
+ * 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.
-Tue Feb 22 15:01:31 EST 1994 jrichard@cs.uml.edu (John Richardson)
+ * windows/x11drv/wnd.c:
+ Fixed SetFocus that was broken when moved to x11drv.
- * [windows/graphics.c]
- Added FloodFill and FloodFill_rec. FloodFill_rec is pretty
- inefficent, but should suffice for now.
+ * 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.
- * [include/windows.h]
- Changed the x,y paramaters for the FloodFill prototype
- from ints to shorts
+Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
-Tue Feb 22 00:58:28 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * programs/regtest/regtest.c:
+ Renamed ERR macro to avoid confusing the make_debug script.
- * [windows/widgets.c]
- Added desktop window class.
+ * 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.
- * [windows/painting.c]
- Bug fix in RedrawWindow().
- Implemented ExcludeUpdateRgn().
+ * 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/win.c] [windows/winpos.c]
- Implemented desktop window.
+ * 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.
- * [controls/desktop.c]
- Preliminary desktop window procedure.
+ * 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.
-Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [controls/menu.c]
- New function LoadMenuIndirect().
- New function GetMenuCheckMarkDimensions().
+ * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
+ Kill swapped out (wine) processes too and truncate diff after some xxx
+ lines.
- * [if1632/user.spec]
- Entry for DefDlgProc().
+ * 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.
- * [windows/class.c]
- Fix bug in RegisterClass() :
- WNDCLASS->lpszMenuName was reset to NULL.
+ * 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.
- * [windows/win.c]
- In CreateWindowEx(), if hMenu == 0 then use
- wndclass->lpszMenuName to load Menu from resource;
+ * 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>
-Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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.
- * [loader/library.c] [loader/wine.c]
- Fixed runing DLL's as main executable problem.
+ * 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.
- * [misc/dos_fs.c]
- Added wildcard support in DOS_readdir().
+ * 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!)
- * [misc/winsocket.c]
- Added proper error handling of BSD winsocket functions.
+ * 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.
- * [miscemu/int21.c]
- KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
+ * 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.
- * [main/main.c]
- Added functions for GetVersion, GetWinFlags and GetTimerResolution
- for libwine.a, SystemParametersInfo() partly implemented.
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
-Tue Feb 22 19:00:02 1994 Miguel de Icaza (miguel@xochitl.nuclecu.unam.mx)
+ * 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.
- * [toolkit/winmain.c]
- Added _WinMain function. Setups the library (calls USER_InitApp).
+ * 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.
- * [toolkit/sup.c]
- Added load_mz_header, load_ne_header, load_type_info and
- load_name_info functions.
+ * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
+ contain '/','\\' or ':'.
- * [toolkit/heap.c]
- Code cleanup.
+ * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
+ Fixed a potential crash if a usable video mode is not detected.
- * [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.
+ * tools/make_authors: Script to generate authors files
- * [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/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.
- Added load_typeinfo and load_nameinfo (and the corresponding
- functions in [toolkit/sup.c]
+ * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
+ Set window focus in _common_IDirectDraw_SetDisplayMode().
- Added integer convertion functions in the needed places.
+ * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
+ Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
- 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/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.
- * [misc/main.c]
- Cleaned up call to WinMain (now uses [toolkit/winmain.c]
- Ifdefed argument number checking when compiling the library.
+ * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Don't clip VisRgn against X desktop.
- * [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.
+ * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
- * [include/wine.h]
- Prototypes for loading routines.
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Sanity check on font size.
- * [include/class.h]
- Added WINE_PACKED macro instead of __attribute__ ((packed))
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Missing parentheses added.
- * [include/arch.h]
- Macros for converting integers (Little endian to big-endian).
- Needed in the Sun to allow loading of DLL files.
+Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
-----------------------------------------------------------------------
-Mon Feb 14 23:48:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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/clipping.c]
- Moved everything into windows/painting.c and removed this file.
+ * 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.
- * [windows/message.c]
- Removed calls to memmove() in MSG_RemoveMsg().
+ * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Improved the handling of font encodings.
- * [windows/nonclient.c]
- Added WM_GETMINMAXINFO support for window resizing.
+ * 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.
- * [windows/painting.c]
- Implemented RedrawWindow().
+ * 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
- * [windows/scroll.c]
- Bug fix in ScrollWindowEx().
+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.
- * [windows/win.c]
- Moved UpdateWindow() to windows/painting.c.
+ * 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.
-Fri Feb 11 12:41:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
-
- * [loader/wine.c] [misc/dos_fs.c]
- getenv() eq NULL bugfixes.
+ * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Fixed dummy entries in MAIN_ParseLanguageOption().
- * [misc/comm.c]
- cfmakeraw changed for SunOS.
+ * 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.
-Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
+ Superflous WINAPI removed.
- * [mem/atom.c]
- Bug fix in ATOM_DeleteAtom() :
- change LocalFree() by USER_HEAP_FREE().
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Warn about invalid entrypoints (created by viruses) which result in
+ Wine crashes.
- * [misc/message.c]
- New function FatalAppExit().
+ * 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).
- * [objects/font.c]
- New empty stub SetMapperFlags().
+ * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Move TWEAK_Init from USER to GDIInit.
- * [controls/menu.c]
- Better CheckMark & other bitmaps placement.
+ * 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/graphics.c]
- New function RoundRect() : calc.exe now working...
+ * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix includes.
-Tue Feb 15 14:29:37 1994 John Richardson
+ * 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.
- * [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.
+ * include/Attic/graphics.h, misc/shell.c, windows/Attic/graphics.c, windows/Makefile.in, windows/nonclient.c, windows/scroll.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/comctl32/updown.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, graphics/metafiledrv/graphics.c, graphics/x11drv/graphics.c:
+ Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Replace GRAPH_ functions with Win SDK equivalents.
-Mon Feb 14 13:21:04 1994 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
- * [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
+ * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
+ Reverted previous patch.
- * [windows/utility.c]
- Added DebugPrintString.
+ * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
+ Don't define MZ_SUPPORTED on non-i386 platforms.
- * [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.
+ * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed DPMI_CallRMProc (I think).
- * [objects/gdiobj.c]
- Ifdefed linux/emulator-dependent code to allow compilation of
- WineLib.
+ * misc/network.c, relay32/mpr.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for NPSGetProviderHandleA.
- * [misc/winsocket.c]
- Added ifdef to allow compilation under SunOS.
+ * 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.
- * [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.
+ * dlls/winaspi/winaspi16.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed a real mode problem.
- * [misc/main.c]
- Call WinMain with arguments if compiling WineLib.
- Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
- Call sync_profiles to preserve changes to .INI files.
+ * loader/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.
- * [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
+ * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ We don't yet want the static control to call DestroyIcon.
- * removed memorylib subdirectory
+ * windows/class.c: NF Stevens <norman@arcady.u-net.com>
+ Added case for GCW_ATOM int GetClassLong32A.
- * moved memory/atom.c to misc/atom.c
- moved memorylib/heap.c to toolkit/heap.c
+ * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
+ Stub for WNetOpenEnum32W.
- * [loader/wine.c]
- Moved DebugPrintString to windows/utility.c
+ * 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().
- * [include/winsock.h]
- Define SO_DONTLINGER only if it has not been previously defined.
+ * 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.
- * [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.
+ * 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.
- * [include/user.h]
- When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
- calls are translated to the library allocation routines.
+ * relay32/dsound.spec, multimedia/dsound.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented class factory for dsound.
- * [include/gdi.h,user.h]
- When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
- translated to the library allocation routines.
+ * relay32/kernel32.spec, misc/comm.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - fixed a minimal error in GetCommMask definition.
+ - adds stubs for GetCommModemStatus and WaitCommEvent.
- * [include/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/xmalloc.h, library/winestub.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixes for C++ Winelib compilation.
- * [misc/file.c]
- Renamed KERNEL_* functions and fixed prototypes.
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
- * [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).
+Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
- * [Makefile]
- Create library instead of executable when building target
- libwine.a
+ * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
+ James Juran <jrj120@psu.edu>
+ Documentation updates.
-----------------------------------------------------------------------
-Tue Feb 8 13:52:11 1994 Miguel de Icaza (miguel@roxanne)
+ * Makefile.in: James Juran <jrj120@psu.edu>
+ Fixed 'make install' to really check for libwine.a before installing
+ it.
- * [Makefiles]
- Use $(CC) instead of cc.
- Added libwine target.
+ * 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.
- * [include/prototypes]
- #ifdefed section for WineLib
+ * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
+ Improved GetDiskFreeSpace32A().
- * 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
+Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
- * [memorylib/heap.c]
- Heap management for WineLib
+ * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Remove included color.h.
- * [misc/comm.c]
- Modified to allow compilation under SunOS (#include errno, SunOS
- doesn't have atexit ()).
+ * 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).
- * [misc/dos_fs.c]
- Modified to allow compilation under SunOS (#include vfs.h)
+ * graphics/painting.c, relay32/gdi32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added stubs for Startpage and EndPage.
- * [misc/file.c]
- Modified to allow compilation under SunOS (OPEN_MAX constant,
- #include unistd.h)
+ * if1632/thunk.c, objects/dc.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Removed some unnecessary FIXME outputs.
- * [objects/palette.c]
- Modified to allow compilation under SunOS (#include limits)
+ * if1632/kernel.spec, loader/task.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented KERNEL.602 and stub for KERNEL.490.
- * [toolkit/sup.c]
- WineLib version of CallWindowProc.
+ * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
- * [windows/event.c]
- Typedef XPointer under X11R4 (OpenWindows).
+Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- When compiling WineLib, use direct callbacks instead of the
- windows supplied callbacks.
+ * 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.
-Mon Feb 7 22:37:34 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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.
- * [loader/cursor.c]
- New function CURSOR_SetWinCursor(), for internal use, to set
- the cursor of a specific window more reliably than with SetCursor().
+ * 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).
- * [windows/nonclient.c]
- Better window management. Moving and resizing from the system
- menu should work now.
- Added scroll-bar mouse tracking.
+ * 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.
- * [windows/win.c]
- Moved scroll-bar creation and destruction to defwnd.c.
+ * 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.
-Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [windows/nonclient.c]
- Call to StdDrawMenuBar() during NC's drawing.
- New NC_TrackMouseMenuBar() function which call
- MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
+ * 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.
- * [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.
+ * 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.
- * [controls/listbox.c]
- Fix bug in multicolumns calculations.
+ * include/winioctl.h, win32/device.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented (most) VWin32.VxD DeviceIoControl routines.
- * [controls/Makefile]
- Remove rules for old file 'caption.c'.
+Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/kernel.c]
- Remove empty stub GetModuleFileName().
+ * include/thread.h, scheduler/thread.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
- * [loader/library.c]
- New GetModuleHandle() function.
- New GetModuleUsage() function.
- New GetModuleFileName() function.
+ * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
+ for 32-bit queues.
- * [loader/resource.c]
- Try to find the bug a missing menu loading ... Not found yet !
+ * 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/win.c]
- Remove old menubar creation.
+ * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
+ Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
-Thu Feb 3 22:30:11 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
+ Don't match against Symbol or Nil fonts.
- * [misc/winsocket.c]
- More functions added.
+ * 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.
- * [if1632/winsock.spec] [misc/winsocket.c]
- Added John Brezak's winsock.dll stuff.
+ * windows/dialog.c, include/windows.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfix: SetDlgItemText32 returns BOOL not void.
-----------------------------------------------------------------------
-Tue Feb 1 21:14:47 1994 Bob Amstadt (bob@pooh)
+ * relay32/user32.spec, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs GetUserObjectInformationA|W.
- * [loader/selector.c]
- Added function CreateNewSegments(). Modified IPCCopySelector
- to allow aliasing to any arbitrary memory space.
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed left over 'show' and useless deadbeef checking which doesn't
+ work.
- * [memory/global.c]
- Fixed potential bug in GlobalGetFreeSegments().
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Adjust broken entrypoint addresses. (win98 notepad.exe)
- * [memory/linear.c]
- Created functions GlobalLinearLock() and GlobalLinearUnlock().
+ * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Updated according to development.
-Tue Feb 1 05:51:43 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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/widgets.c]
- Removed CAPTION window class.
+ * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved MCI part to mcimidi.c ; added DriverProc.
- * [loader/cursor.c]
- Bug fix in LoadCursor(): don't allocate memory every time for
- built-in cursors.
+ * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Moved MCI part to mciwave.c ; added some error checking ; added
+ DriverProc
- * [windows/clipping.c]
- Invalidate child windows in InvalidateRgn().
+ * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added mcimidi and mciwave.
- * [windows/defwnd.c]
- Added repaint of the caption when changing window text.
+ * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
+ seek command.
- * [windows/event.c]
- Modified SetCapture() to allow keyboard events while capturing.
+ * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Starting writing MCI part ; fixed bug in MCI_INFO command.
- * [windows/message.c]
- New function MSG_GetHardwareMessage(), to do mouse tracking
- without returning control to the Windows program.
+ * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some missing stubs in 32 bit part.
- * [windows/nonclient.c]
- A couple of changes in frame drawing for DLGMODALFRAME windows.
- Rewritten window moving code, to use MSG_GetHardwareMessage()
- instead of non-client mouse events (this is the way Windows
- does it), and to send WM_ENTERSIZEMOVE messages.
- Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
+ * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made use of new 16/32 MCI message handling in mmsystem.c.
- * [windows/win.c]
- Allocate temporary structures on the USER heap instead of
- using GlobalAlloc().
+ * 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...)
- * [windows/winpos.c]
- Added function WINPOS_GetMinMaxInfo() to get sizing informations.
+ * 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.
-Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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.
- * [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.
+ * 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.
- * [controls/menu.c]
- New GetSubMenu() function.
- Move GetMenu() & SetMenu() functions from 'windows/win.c'.
+ * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some quirks.
- * [controls/listbox.c]
- Start changes to satisfy recent changes in scrollbars/windows.
+Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
- * [loader/resource.c]
- Put some code in LoadAccelerators() stub.
- New TranslateAccelerator() function.
+ * 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.
- * [windows/win.c]
- Remove GetMenu() & SetMenu() functions.
- Call to NC_CreateScrollBars() if required by CreateWindow().
+ * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
+ New function: _ILGetExtension.
-----------------------------------------------------------------------
-Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
+ * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file. HKEY_CLASSES_ROOT handling.
- * [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.
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updated.
-Tue Jan 25 05:51:47 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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).
- * [windows/defwnd.c]
- Added handling of activation messages (WM_ACTIVATE,
- WM_NCACTIVATE, WM_MOUSEACTIVATE)
+ * 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]
- De-activate the window when losing input focus.
+ * 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/focus.c]
- Bug fix in SetFocus().
+ * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved layout code.
- * [windows/message.c]
- Added activation of the window on mouse-clicks.
+ * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed ImageList_LoadImage().
- * [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.
+ * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added CMEM_SETITEM32A and message forwarding to combobox.
- * [windows/winpos.c]
- Implemented Get/SetActiveWindow().
- Implemented SWP_NOACTIVATE flag in SetWindowPos().
+ * ole/moniker.c, relay32/ole32.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added stub for CreateItemMoniker().
-Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some undocumented function names and implemented DPA_Merge
+ partially.
- * [misc/message.c]
- MessageBox has a CaptionBar for his title except for
- MB_SYSTEMMODAL with MB_ICONHAND.
+ * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Enabled double click for buttons.
- * [windows/nonclient.c]
- Call to NC_TrackSysMenu on SysMenu button mouse click.
+ * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added command and return constants used by WM_NOTIFYFORMAT.
- * [windows/defwnd.c]
- Call to NC_TrackSysMenu on Alt key (VK_MENU).
+ * 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.
- * [controls/menu.c]
- New GetSystemMenu() function.
- New CopySystemMenu() internal function.
- New NC_TrackSysMenu() internal function.
+ * 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.
- * [include/windows.h]
- New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
+ * 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.
-----------------------------------------------------------------------
-Thu Jan 13 11:45:13 1994 John Richardson <jrichard@cs.uml.edu>
+ * 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().
- * [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.
+ * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
+ Enhanced OABuildVersion() to return different version values for
+ different winvers.
-Jan 17, 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.
- * [misc/message.c]
- Cleanup on buttons answer value returned.
+ * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
+ Added missing entry for GetNumberFormatW.
- * [control/combo.c]
- Now use OBM_COMBO bitmap dropdown button.
+ * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Checking for NULL-pointer.
-Mon Jan 17 21:56:45 1994 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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.
- * [misc/comm/c]
- A few bugfixes.
+ * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Implementation of CreateProcess32W.
-Tue Jan 18 06:36:48 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
+ Queuing of deferred Expose events.
- * [loader/cursor.c]
- Added X cursor for IDC_SIZENS and IDC_SIZEWE.
+ * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
+ LB_GETTEXT: Handle passed NULL buffer.
- * [include/options.h] [misc/main.c] (New files)
- Rewrote main() function to get rid of Xt application context,
- and added command-line option parsing.
+ * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
+ CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
+ byte NULL buffer.
- * [objects/color.c]
- Use of a private map now configurable with command-line option.
+ * 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).
- * [windows/defwnd.c]
- Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
+ * AUTHORS, include/authors.h: Added Robert Riggs.
- * [windows/event.c]
- Removed ConfigureNotify event handler (no longer needed).
+ * include/d3d.h: Robert Riggs <rriggs@tesser.com>
+ include ddraw.h, questionable fix for questionable struct/union
+ construct in MS's D3DVECTOR definition.
- * [windows/message.c]
- Send WM_SETCURSOR message on mouse events.
+ * 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).
- * [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).
+ * 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.
- * [windows/painting.c]
- Bug fix in BeginPaint().
+ * misc/crtdll.c, relay32/crtdll.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs strdate, strtime.
- * [windows/win.c]
- Set the override_redirect flag for windows (to bypass window
- manager).
+ * memory/selector.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
- * [windows/winpos.c]
- Implemented WindowFromPoint(), ChildWindowFromPoint(),
- BringWindowToTop(), Get/SetInternalWindowPos(),
- Get/SetWindowPlacement().
+ * misc/comm.c: Cliff Wright <cliff@snipe444.org>
+ Fixed a mask set, and other parity setting bugs for serial ports.
-Mon Jan 17 20:48:24 1994 Bob Amstadt (bob@pooh)
+ * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
+ Added BSDI sigcontext definitions.
- * [memory/heap.c]
- Added support for multiple local heaps.
+ * windows/class.c: Rein Klazes <rklazes@casema.net>
+ Fixed typo.
-----------------------------------------------------------------------
-Tue Jan 4 13:01:33 1994 David Metcalfe <david@prism.demon.co.uk>
+ * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove now useless RELAY_ShowDebugmsgsRelay check.
- * [window/caret.c]
- Modified code to use system timer.
+ * 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)
-Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * dlls/shell32/shellord.c, include/shell.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ PathAddBackshlash, PathRemoveBackslash: argument is not constant.
- * [windows/win.c]
- Windows create if required new XLIB MenuBar & CaptionBar.
+ * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
+ Check wndPtr for NULL.
- * [windows/defwnd.c]
- WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
- (I'm not sure it's the good place for it, but it work...)
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
- * [loader/resource.c]
- optimize in FindResourceByNumber, make lseek() if next type ...
+ * 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.
- * [controls/scroll.c]
- scrollbar buttons are now using system resources bitmaps.
+ * 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.
- * [controls/caption.c] - new file ...
- captionbar showing title, close button with SysMenu,
- and other buttons using system resources bitmaps.
+ * 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.
- * [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 ! :-((
+ * 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.
-Tue Jan 11 05:27:45 1994 julliard@di.epfl.ch (Alexandre Julliard
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Micro patch for AltGr key on german keyboards.
- * [memory/atom.c]
- Fixed a bug that could cause atoms to be case-sensitive.
+ * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixes error handling (SetLastError() and return value).
- * [misc/rect.c]
- Bug fix in SubtractRect().
+ * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
+ Partially complete GetTextCharsetInfo and corrects return values for
+ this family of functions.
- * [objects/clipping.c]
- Bug fix when setting the clip mask to an empty region.
+Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/dce.c]
- Bug fix in ReleaseDC().
+ * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Bug fix.
- * [windows/dialog.c]
- Call AdjustWindowRectEx() before creating the dialog window.
- Added support for DS_MODALFRAME style.
+ * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed retrieval of invalid palette data in GetDIBits().
- * [windows/event.c]
- Cleaned up event handling and removed old Xt stuff.
- Moved double-click handling to windows/message.c
+ * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
+ Allow SWP_HIDEWINDOW to be called on windows that are already hidden
+ without unmapping them again.
- * [windows/focus.c]
- Bug fix: only set the X focus when the window is viewable.
+ * 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).
- * [windows/graphics.c]
- Rewritten DrawReliefRect() to use brush instead of pen, and
- to use the system colors.
+ * 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.
- * [windows/message.c]
- Implemented WM_NCHITTEST message sending, and non-client
- mouse messages.
- Cleaned up double-click handling, and removed the Xt code.
+ * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
+ Fixed bug in StretchDIBits32 (wrong origin).
- * [windows/nonclient.c] (New file)
- Implemented AdjustWindowRect().
- Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small fixes.
- * [windows/painting.c]
- Added sending of the WM_NCPAINT message in BeginPaint().
+ * 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.
- * [windows/sysmetrics.c] [include/sysmetrics.h] (New files)
- Implemented system metrics.
+ * 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/win.c]
- Bug fix in setting the parent and owner in CreateWindow().
- Removed the Xt code.
+ * 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.
- * [windows/winpos.c]
- Added sending of the WM_NCPAINT message in SetWindowPos().
- Removed the Xt code.
+ * dlls/shell32/if_macros.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New file, wrapper for IShellBrowser class.
-Sun Jan 2 12:38:53 1994 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [windows/class.c]
- Implemented GetClassName and GetClassInfo.
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
- * [windows/caret.c]
- Various improvements to text caret code.
+ * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
+ LoadLibraryEx: show a warning when called with unimplemented parm.
-Fri Dec 31 15:22:22 1993 John Brezak <brezak@apollo.hp.com>
+ * miscemu/instr.c: Cleaned up a bit.
- * [misc/comm.c]
- Patches to work with NetBSD.
+ * 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.
-Thu Dec 30 12:11:55 1993 John Richardson <jrichard@cs.uml.edu>
+ * Makefile.in: Removed gets message.
- * [objects/bitblt.c] Added StretchBlt().
+ * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
+ Added Thai nls-resources.
-Tue Jan 4 05:22:07 1994 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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.
- * [misc/user.c]
- Added creation of system message queue.
+ * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
+ Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
- * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
- Added DC size fields into DC structure.
+ * ole/moniker.c: Gavriel State <gavriels@corel.com>
+ Ensure that CreateFileMoniker functions don't return a bogus moniker
+ object on failure.
- * [objects/clipping.c]
- Bug fix in CLIPPING_IntersectRect().
+ * 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.
- * [windows/class.c]
- Allocate a DCE instead of a DC for CS_CLASSDC classes.
+ * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
+ Fix to Linux IPX so compiles on non-linux platforms.
- * [windows/clipping.c]
- Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Own X11 errorhandler to locate X11 errors. Useful only with -sync.
- * [windows/dce.c]
- Implemented GetDCEx() and GetWindowDC().
+Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/defwnd.c]
- Implemented WM_WINDOWPOSCHANGED handling.
+ * 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.
- * [windows/event.c]
- Preliminary support for Xlib event handling instead of Xt callbacks.
- Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
+ * 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.
- * [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.
+ * 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.
- * [windows/painting.c]
- Use GetDCEx() to retrieve the DC, to get a correct visible region.
+ * 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.
- * [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().
+ * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed list insertion bug in CoLoadLibrary().
- * [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
+ * 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/winpos.c] (New file)
- Rewritten most of the window positioning functions.
- Implemented SetWindowPos() and MapWindowPoints().
+ * 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.
-Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * windows/input.c, windows/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Moved GetKeyboardLayoutName16 to windows/input.c.
- * [if1632/user.spec]
- Bad arguments description for function SetDlgItemText.
+ * include/imagehlp.h, include/winnt.h, include/wintypes.h:
+ Patrik Stridvall <ps@leissner.se>
+ Moved some declarations from imagehlp.h to common include files.
- * [objects/text.c]
- Function DrawText now handle DT_CALCRECT request.
+ * relay32/kernel32.spec, win32/thread.c:
+ Rein Klazes <rklazes@casema.net>
+ Added implementations for InterlockedExchangeAdd() and
+ InterlockedCompareExchange().
- * [misc/message.c]
- Message boxes now use DrawText with DT_CALCRECT.
+ * 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.
- * [windows/graphics.c]
- Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
+ * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Emulate "mov cr4,eax" (tombraider 3 demo).
- * [windows/win.c]
- Bug fix for flags in function ShowWindow.
- More accurate WM_SIZE generated by function ShowWindow.
+ * 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.
- * [controls/listbox.c]
- More code for LBS_MULTIPLESEL.
- More code for LBS_MULTICOLUMN.
+ * 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.
- * [include/windows.h]
- Bad define for MF_SEPARATOR.
+ * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
+ Pavel Roskin <pavel_roskin@geocities.com>
+ Added stubs for CoRevokeClassObject and OleSetClipboard.
- * [controls/menu.c]
- New functions: PopMenuWndProc() with 'glues',
- CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(),
- DeleteMenu(), ModifyMenu(), TrackPopupMenu().
- Code in stubs: CreateMenu(), DestroyMenu().
+ * 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.
-Sat Jan 1 10:22:43 1994 Bob Amstadt (bob@pooh)
+ * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Changed some of the message classes.
- * loader/wine.c: Added support for relocation types 5 and 6.
+ * 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.
-Mon Dec 27 11:06:03 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * include/winsock.h, misc/winsock.c:
+ Stephen Langasek <vorlon@dodds.net>
+ Bugfixes for IPX code and preliminary groundwork for other address
+ family support.
- * [misc/comm.c]
- new functions: BuildCommDCB(), OpenComm(), CloseComm(),
- SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
- GetCommError(), SetCommEventMask(), GetCommEventMask(),
- SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(),
- WriteComm().
+ * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
+ (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
+ lookup (Registry is case insensitive).
-Wed Dec 22 13:00:15 1993 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [windows/caret.c]
- Implemented text caret functions.
+ * include/windows.h, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub for GetNumberFormat32W.
-Tue Dec 21 06:13:58 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
+ gets() fixes.
- * [loader/wine.c]
- Bug fix in LoadImage().
+ * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
+ Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
+ to be in nominative case.
+
+ * windows/queue.c: Per Ångström <pang@mind.nu>
+ Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
+ an invalid size parameter.
+
+ * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added correct implementation of GetCaps, changed Play and Stop handling
+ of positions indexes, suppressed warnings.
+
+ * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
+ Corrected bug in TRACE function.
+
+ * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Corrected bug in DirectDrawSurface creation and handling for driver
+ based upon Xlilb.
+
+ * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
+ Wine keyboard and mouse have now their own UIDs.
+
+ * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Fix allocation size in CreateDIBPatternBrush*.
+
+----------------------------------------------------------------
+Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed keystroke accelerators in dialogs which have controls containing
+ other controls as child windows.
+
+ * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
+ 16->32 bit conversion.
+
+ * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Prevent CreateDIBSection from seg faulting when one dimension of
+ section is 0.
+
+ * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
+ Stephen Langasek <vorlon@dodds.net>
+ Support for IPX networking via winsock under Linux.
+
+ * relay32/gdi32.spec, graphics/painting.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added a stub for StartDocA and EndDoc.
+
+ * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
+ James Sutherland <JamesSutherland@gmx.de>
+ More complete implementation of the SetCtrlHandler() function (and the
+ related console functions).
+
+ * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
+ Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
+ updates.
+
+ * graphics/vga.c, include/vga.h, msdos/ioports.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Simulate the VGA vertical refresh.
+
+ * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
+ Added support of source and destination rectangles in Blit function.
+
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Added device type constants and used them in device enumeration
+ function.
+
+ * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ API documentation says that RegEnumKeyEx, RegEnumValue and
+ RegQueryInfoKey takes the size of the buffers as characters.
+
+ * ole/compobj.c: Added missing #include "config.h"
+
+ * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
+ Justin Bradford <justin@ukans.edu>
+ Replaces CoCreateGuid stub with an implementation of DCE's UUID
+ specification. Also removes some unnecessary code from StringFromCLSID.
+
+ * include/commctrl.h, include/winbase.h, include/wintypes.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added an extern "C" safeguard.
+
+ * include/commdlg.h, include/windows.h, windows/input.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ - adds GetExitCodeProcess
+ - corrects the return-type of GetKeyState
+ - corrects the winelib definition of IsDialogMessage
+ - adds winelib definitions for PrintDlg
- * [objects/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.
+ * objects/clipping.c: Rein Klazes <rklazes@casema.net>
+ ExtSelectClipRgn fix: RGN_DIFF did not work.
- * [windows/defwnd.c]
- Added preliminary WM_NCCALCSIZE handling.
+ * objects/cursoricon.c, windows/event.c, windows/message.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to new input event handling.
- * [windows/event.c]
- Send WM_NCCALCSIZE message on resize event.
+ * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ USER-side part of input event handling: contains implementation of
+ keybd_event and mouse_event, and USER-related code removed from
+ windows/event.c and windows/keyboard.c.
- * [windows/win.c]
- Send WM_NCCALCSIZE message in CreateWindow().
- Realize widgets at creation time (should prevent problems with
- unrealized widgets).
+ * 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).
-Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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).
- * [controls/static.c]
- Send mouse & keyboard message received to its parent.
+ * 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.
- * [controls/scroll.c]
- Send keyboard message received to its parent.
+ * 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>
- * [controls/listbox.c]
- Add Navigation keys .
- ListBox now use VSCROLL & HSCROLL instead of children.
- Alpha version of LBS_MULTIPLESEL.
- Alpha version of LBS_MULTICOLUMN.
+ * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
+ Charles Suprin <csuprin@lynx.dac.neu.edu>
+ Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
- * [controls/combo.c]
- Add Navigation keys on closed ComboBox.
- Remove useless 'COMBOBOX_CreateComboBox' function.
+ * 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 Dec 19 20:39:34 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
+ is zero.
- * [loader/wine.
- LoadImage() modified to use FindFile().
+ * relay32/mpr.spec, misc/network.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Added stub WNetEnumCachedPasswords.
- * [misc/file.c]
- SetErrorMode added
+ * msdos/int21.c, msdos/int25.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Made this file DOSMOD friendly.
- * [misc/dos_fs.c]
- bug fixes.
+ * loader/ne/segment.c, loader/pe_image.c:
+ Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+ Unified "No implementation for..." warnings.
-Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
+ monodebg.vxd used by some Origin programs implemented.
- * [memory/global.c]
- bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
+ * objects/bitmap.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fail if less then one entire line requested in GetBitmapBits32.
- * [sysres.dll]
- preliminary version of a 'glass of wine' bitmap
+ * windows/winproc.c: Rein Klazes <rklazes@casema.net>
+ Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
- * [windows/event.c]
- New function 'GetCapture'.
+ * 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.
- * [controls/scroll.c]
- Remove useless 'SCROLLBAR_CreateScrollBar' function.
+ * programs/clock/ChangeLog, programs/clock/main.c:
+ Robert Pouliot <krynos@clic.net>
+ Fixes for other languages.
- * [controls/listbox.c]
- Remove useless 'LISTBOX_CreateListBox' function.
+Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
-Mon Dec 13 13:51:00 1993 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [objects/font.c]
- Corrected bugs in GetCharWidth().
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Changed mouse button mapping and check size of return buffer.
- * [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.
+ * objects/clipping.c: Rein Klazes <rklazes@casema.net>
+ ExtSelectClipRgn() with RGN_COPY copies the wrong region.
-Wed Dec 08 19:20:00 1993 Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
+ * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed an error in the implementation of FILE_ShareDeny.
- * [windows/graphics.c]
- Added Polyline and Polygon
+ * 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
-Mon Dec 13 14:51:54 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made mmioSetBuffer callable from 16 and 32 bit code.
- * [controls/listbox.c]
- ListBoxDirectory() modified to use dos_fs.c's functions to
- access files&|drives.
+ * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed wrong arg type.
-Sat Dec 04 17:04:23 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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/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.
+ * 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.
- * [misc/int21.c]
- Modified.
+ * 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.
-Wed Dec 1 16:20:45 1993 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
+ * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
+ Translated in French (not so good anyhow) message for the mark on
+ system menu.
- * [misc/profile.c]
- The Profile functions now return the correct values. They now
- implement all the features described in the SDK.
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Changed the default from 0 to 0x409 (eng-us).
-Tue Nov 30 13:55:27 1993 Bob Amstadt (bob at amscons)
+ * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
+ Two missing WINAPIs.
- * [loader/selector.c]
- Rewrote selector aliasing routines to use System V IPC
- routine to alias memory segments.
+ * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed one wrong parameter.
-Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
+ Fixed --disable-lib.
- * [controls/listbox.c]
- More consistency in functions using wIndexes
+Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
- * [controls/scroll.c]
- New function : ShowScrollBar().
+ * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Constants for controls in common dialogs.
- * [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'.
+Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
- *[object/palette.c]
- New stub only : SelectPalette().
- New stub only : RealizePalette().
+ * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Fixed some compiler warnings.
- *[win/event.c]
- New function : EVENT_enter_notify(),
- update 'winHasCursor' and send WM_SETCURSOR.
+Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
- *[win/defwnd.c]
- Add processing of WM_SETCURSOR message.
+ * 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.
- *[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().
+ * 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.
-Mon Nov 25 18:25:40 1993 Erik Bos (erik@trashcan.hacktic.nl)
+ * 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.
- * [files.h / regfunc.h / misc/dos.c]
- Removed.
+ * 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).
- * [misc/dos_fs.c]
- Added support for loading dosdrive cfg from wine.ini.
+ * memory/atom.c, include/atom.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Adapted to separation between KERNEL and USER.
- * [misc/int21.c]
- Modified.
+ * if1632/builtin.c, include/main.h, loader/main.c, loader/task.c, miscemu/main.c, relay32/gdi32.spec, relay32/kernel32.spec, relay32/user32.spec, scheduler/process.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented new Wine startup sequence, separating startup into
+ KERNEL/USER/GDI related parts, allowing native replacement.
+ Implemented initial 'kernel' task.
+ * include/ole.h, include/winerror.h, ole/compobj.c:
+ John Richardson <jrichard@zealand.mv.com>
+ Implementation of InprocServer32 CoGetClassObject.
-Wed Nov 24 11:37:33 1993 julliard@disuns2.epfl.ch (Alexandre Julliard)
+ * 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.
- * [include/atom.h] [memory/atom.c]
- Implemented atoms.
+ * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
- * [windows/class.c]
- Modified RegisterClass() to use atoms.
- Implemented CS_GLOBALCLASS style.
+ * 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.
- * [windows/message.c]
- Implemented RegisterWindowMessage().
+ * if1632/user.spec, windows/dialog.c, windows/winproc.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed IsDialogMessage16.
- * [loader/resource.c]
- Bug fix in LoadResource().
+ * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
+ Tell people to ignore the 'gets' warning. Some will listen.
- * [windows/dialog.c]
- Modified CreateDialogParam() to use Find/LoadResource().
+ * 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.
-Mon Nov 22 13:58:56 1993 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [windows/scroll.c]
- Preliminary implementations of ScrollWindow, ScrollDC and
- ScrollWindowEx.
+ * 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.
-Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * 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/listbox.c]
- Optimization of redraw during 'Add' or 'Insert'.
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Erred in the bit macros in treeview.c. Shiftcounts were wrong.
- * [controls/scroll.c]
- Optimization of WM_PAINT during 'thumbtracking'.
+ * 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.
- * [controls/button.c]
- Add of beta implement of 'BS_OWNERDRAW'
+ * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
+ Added CoFreeLibrary stub.
- * [controls/static.c]
- Style 'SS_ICON' new supported.
+ * README: Updated FAQ location.
- * [misc/message.c]
- Begin of implemantation of MB_XXX styles.
+ * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
+ Implement SEGPTR conversion for STARTDOC in Escape32().
- * [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.
+ * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: SetDCState did not reset clipping region to empty.
- * [obj/dib.c]
- Function DrawIcon(): deugging phase of icon transparency mask.
+ * 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.
- * [loader/library.c]
- new file for news functions LoadLibrary() & FreeLibrary().
+ * 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.
- * [sysres.dll]
- Resources only 16bits DLL for System Resources, icons, etc...
+ * 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/.
-Sun Nov 14 14:39:06 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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.
- * [include/dialog.h] [windows/dialog.c]
- Simplified dialog template parsing.
- Implemented DialogBoxIndirect().
+ * if1632/kernel.spec, scheduler/process.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added .spec entry for KERNEL.RegisterServiceProcess.
- * [windows/win.c]
- Fixed bug in CreateWindow() when aborting window creation.
- Modified UpdateWindow() to only update visible windows.
- Implemented IsWindow().
+ * if1632/display.spec, windows/keyboard.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for CheckCursor().
-Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+ * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
+ Fix for non-modal dialog closing.
- * [controls/listbox.c]
- Listbox control window : new messages.
+ * 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.
- * [controls/combo.c]
- Combo box control window : new messages.
+ * 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.
- * [misc/message.c]
- Moved stub MessageBox() to this new file.
- Implemented of a callback, now MessageBox show a window.
+ * 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.
- * [loader/resource.c]
- New function DestroyIcon()
- New function DestroyCursor()
- Filled stub LoadIcon()
- Filled stub LoadCursor()
- Bug fixed in FindResourceByName() : missing lseek().
+ * 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?).)
- * [obj/dib.c]
- New function DrawIcon()
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Use macro V86_FLAG.
- * [windows/win.c]
- New function CloseWindow()
- New function OpenIcon()
- New function IsIconic()
- New Function FindWindow()
+ * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
+ Set default video mode to 3 (80x25 color).
-Sun Nov 14 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
+ * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
+ Ignores a couple of signals.
- * [loader/selector.c]
- Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
+ * 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.
-Sun Nov 14 08:27:19 1993 Bob Amstadt (bob at amscons)
+ * 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.
- * [loader/selector.c]
- Wrote AllocSelector() and PrestoChangoSelector(). YUK!
+Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
-Sat Nov 13 13:56:42 1993 Bob Amstadt (bob at amscons)
+ * windows/dinput.c, multimedia/dsound.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small fixes.
- * [loader/resource.c]
- Wrote FindResource(), LoadResource(), LockResource(),
- and FreeResource()
+ * 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).
- * [include/segmem.h] [loader/selector.c] [loader/signal.h]
- Changed selector allocation method.
+ * 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.
-Sun Nov 10 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
+ * 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.
- * [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)
+ * 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.
- * [controls/scroll.c]
- Scroll bar control window
- Bug resolved : Painting message before scroll visible.
+ * windows/win.c: Rein Klazes <rklazes@casema.net>
+ Delay linking newly created window in linked list until after the
+ WM_NCCREATE message.
- * [controls/listbox.c]
- Listbox control window
- Destroy cleanup.
+ * files/file.c: Rein Klazes <rklazes@casema.net>
+ Small bug in FILE_InUse does not do a release on every acquired file
+ pointer.
- * [controls/combo.c]
- Combo box control window
- Destroy cleanup.
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ lpszName of NULL is handled (removes some warnings).
- * [controls/button.c]
- GetCheck Message now return is state.
+ * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
+ Now allows specification of a start directory on the cmdline.
- * [windows/win.c]
- New function IsWindowVisible()
+ * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
+ Gets rid of the arch-dependent bit operations (tested on Linux and
+ Solaris/x86).
-Mon Nov 1 14:40:21 1993 julliard@di.epfl.ch (Alexandre Julliard)
+Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
- * [if1632/user.spec]
- Removed some duplicate entries.
+ * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
+ A dest buffer was printed out as string.
- * [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.
+ * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
+ Corrected 2 wrong definitions.
- * [windows/win.c]
- Implemented WM_PARENTNOTIFY message.
- Implemented CreateWindowEx() and GetWindow().
- Completed DestroyWindow().
+ * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
+ Patrick Spinler <spinler.patrick@mayo.edu>
+ Added stubs for Process32First/Process32Next.
-Mon Nov 1 18:19:34 1993 Erik Bos
+ * 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.
- * [loader/signal.c]
- Added support for int 0x11 & 0x12.
+ * 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.
- * [loader/int21.c]
- Improved function handling.
+ * 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.
-Sun Oct 31 12:38:09 1993 David Metcalfe <david@prism.demon.co.uk>
+ * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
+ IExtractIcon had an extra c in a struct definition.
- * [objects/font.c]
- Implemented GetCharWidth().
+ * relay32/dplay.spec:
+ John Richardson <jrichard@zealand.mv.spamless.com>
+ Added entry for DirectPlayEnumerate.
-Wed Oct 27 09:56:06 1993 John Brezak <brezak@ch.hp.com>
+ * ole/nls/sky.nls, ole/ole2nls.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added Slovak nls-resources.
- * [Makefile]
- Use GNU malloc.
+ * 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.
- * [include/int21.h include/wine.h]
- Change sc_eflags to sc_efl .
+Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
- * [include/wine.h]
- Fix misplaced #endif
- Include <signal.h> for NetBSD
+ * 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.
- * [loader/int21.c]
- Don't include <sys/vfs.h> in NetBSD
- Do include <sys/mount.h> in NetBSD
- Cleanup some lint.
+ * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for midiOpenStream (helps hexen2demo).
-Mon Oct 26 17:59:01 1993 Erik Bos
+ * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
+ Robert Pouliot <krynos@clic.net>
+ Small patch for better French support.
- * [include/int21.h]
- Added.
+ * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: memory overwrite bug.
- * [loader/int21.c]
- Added support for many dos ints.
+Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/file.c] [include/files.h]
- Moved OPEN_MAX and DosDriveStruct to files.h.
+ * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
+ 32-bit clipboard support.
-Sun Oct 24 13:36:50 1993 David Metcalfe <david@prism.demon.co.uk>
+ * 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.
- * [controls/button.c]
- Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
- RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
- a preliminary USERBUTTON control.
+ * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed a minor problem with the menus for mdi child windows.
- * [objects/text.c]
- Corrected bugs in TEXT_NextLine() and added handling of prefix
- character.
+ * 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).
- * [controls/button.c]
- Disabled focus handling by commenting out SetFocus() calls until
- serious bug can be found.
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Anon shared mapping fixed for file sharing.
-Oct 20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
+----------------------------------------------------------------
+Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
- * [controls/listbox.c]
- Listbox control window
- Painting cleanup, new messages processed.
+ * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
+ Fixes for LANG_NEUTRAL.
- * [controls/scroll.c]
- Scroll bar control window
- Painting cleanup.
+ * include/task.h:
+ Added some padding to the PDB for ill-behaving apps (problem reported
+ by Andreas Mohr).
- * [controls/combo.c]
- Combo box control window
- Painting cleanup.
+ * 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.
-Tue Oct 12 17:50:11 1993 julliard@di.epfl.ch (Alexandre Julliard)
+ * 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.
- * [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/message.c, windows/queue.c:
+ Douglas Ridgway <ridgway@winehq.com>
+ API Documentation for SendMessage, GetTickCount, PostQuitMessage,
+ GetMessagePos, GetMessageTime.
- * [windows/win.c]
- Bug fix.
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Delete the filename for the mapping instantly.
- * [include/dialog.h] [windows/dialog.c]
- Implemented CreateDialog*() and IsDialogMessage().
+ * dlls/shell32/shellord.c, relay32/shell32.spec:
+ Michael Poole <poole@graviton.res.cmu.edu>
+ Stub for SHSimpleIDListFromPath.
- * [misc/xt.c] [windows/defwnd.c]
- Moved DefWindowProc() to defwnd.c.
- Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
+ * loader/task.c: Fixed bug in SwitchStackTo.
- * [windows/defdlg.c]
- Started the implementation of DefDlgProc().
+Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
- * [windows/win.c]
- Added WM_NCCREATE and WM_NCDESTROY messages.
- Implemented IsChild().
+ * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
+ Check if scrollbar and parent are visible before redraw.
-Tue Oct 12 17:50:20 1993 David Metcalfe <david@prism.demon.co.uk>
+ * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
+ Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added Drag*32 functions.
- * [windows/focus.c]
- Implemented GetFocus() and SetFocus().
+ * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added Drag&Drop from KDE app to 16/32 bit Windoze app.
- * [windows/event.c]
- Added processing of FocusIn and FocusOut events.
+ * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
+ Added FIXME message in PostMessage32x if parameters are truncated
+ when calling PostMessage16.
- * [windows/graphics.c]
- Added DrawFocusRect().
+ * 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.
-Sat Oct 9 14:36:57 1993 Erik Bos
+ * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
+ Small fix.
- * [loader/int1a.c]
- Added more function handling.
+ * 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.
-Wed Oct 6 12:21:22 1993 Erik Bos
+ * ole/nls/euq.nls, resources/sysres_Es.rc:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Small corrections.
- * [loader/signal.c]
- Split signal.c into int1a.c, int21.c and signal.c.
+ * relay32/kernel32.spec, scheduler/process.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ LoadLibraryExW spec added (function was there).
+ SetProcessPriorityBoost stub added.
-Tue Oct 5 22:12:40 1993 David Metcalfe
+ * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for Solaris.
- * [controls/static.c] [control/widgets.c]
- Static control class.
+ * 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.
- * [objects/text.c]
- Added processing of additional DT_ flags to DrawText().
+ * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
+ Hack to support integer ids in all static controls.
- * [windows/win.c] [misc/xt.c]
- Added SetWindowText() and WM_SETTEXT processing.
+ * include/dinput.h, windows/dinput.c:
+ Lionel Ulmer <ulmer@directprovider.net>
+ Beginning of mouse support in DirectInput (only "standard" mouse
+ configuration supported for now).
-Tue Oct 5 22:12:40 1993 Martin Ayotte
+ * include/*.h, dlls/comctl32/*.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added xxx_Unregister() functions to all common controls.
- * [controls/listbox.c]
- Listbox control window
+ * 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.
- * [controls/scroll.c]
- Scroll bar control window
+ * dlls/comctl32/rebar.c, include/rebar.h:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved the rebar control.
- * [controls/combo.c]
- Combo box control window
+ * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added support for transparent and tracking tooltips.
- * [include/combo.h]
- Combo box definitions
+ * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed a popup menu selection bug.
- * [include/listbox.h]
- Listbox definitions
+ * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed DrawCaption16() and DrawCaptionTemp16().
- * [include/scroll.h]
- Scroll bar definitions
+ * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
+ Fixed warning.
-Sat Oct 2 09:35:54 1993 Bob Amstadt (bob at 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.
- * [if1632/callback.c]
- Fixed bug in MakeProcInstance().
+ * 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.
- * [debugger/info.c]
- Changed x/w and x/b to display in hex.
+ * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
+ Stubs for dos mode reboot interrupt.
- * [debugger/i386-pinsn.c]
- Added code to properly unassemble 16-bit indexing.
+ * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
+ Some printer stubs for DOS added.
-Fri Oct 1 08:29:05 1993 Bob Amstadt (bob at pooh)
+ * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ More stubs added. These changes are only partially mine, I just made
+ them compile.
- * [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.
+ * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added some traces and cleaned up a couple of things.
- * [tools/build.c] [if1632/call.S] [include/regfunc.h]
- Changed register function stack to match sigcontext structure.
+ * 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).
-Thu Sep 30 22:30:21 1993 Bob Amstadt (bob at pooh)
+ * include/winversion.h, misc/version.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Added VERSION_IsOsUnicode().
- * [loader/files.c]
- Created function to search a path for files to load.
+ * scheduler/handle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ More off-by-one errors fixed.
- * [loader/wine.c]
- Modified exe and dll file loading to search through path
- specified by the environment variable WINEPATH.
+ * 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.
-Thu Sep 30 22:30:21 1993 Eric Youngdale
+Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
- * [loader/signal.c]
+ * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
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.
+ * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed DOS environment passing.
-Wed Sep 15 22:19:22 1993 Martin Ayotte
+ * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
- * [windows/graphics.c]
- Added FrameRect function
+ * include/font.h, objects/font.c, objects/gdiobj.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New FONT_GetObject32W(), GetObject32W().
-Tue Sep 14 13:54:45 1993 Alexandre Julliard
+ * relay32/user32.spec, win32/ordinals.c, windows/user.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stub RegisterTaskList.
+ New function EnumDisplaySettings32W().
- * [objects/color.c] [objects/palette.c]
- Preliminary support for private color map.
+ * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More parameter checking in RltCopySid.
- * [windows/class.c]
- Implemented CS_CLASSDC style.
+ * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
+ More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
- * [windows/dce.c]
- Moved DCEs to USER heap.
- Implemented class and window DCs.
+ * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added new dll avifil32.dll.
- * [windows/event.c]
- Implemented CS_DBLCLKS style.
+ * 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.
- * [windows/graphics.c]
- Bug fix in SetPixel().
+ * loader/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Fixed several bugs with DLL initialization.
- * [windows/win.c]
- Implemented CS_OWNDC style.
- Implemented Get/SetWindowLong().
+Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
- * [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.
+ * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
+ Added ordinal for two syslevel functions.
-Mon Sep 13 05:00:11 1993 Eric Youngdale
+ * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
+ Another missing WINAPI.
- * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
- [loader/wine.c] [tools/build.c]
- Added ability to generate missing functions statistics.
+ * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
+ Small corrections in mmio declarations.
-Mon Sep 13 12:09:47 1993 Scott A. Laird (scott@curly)
+ * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
+ Take virtual sizes in account for the total vma size.
- * [WIN31-APPLETS]
- Added new file.
+ * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Add some more NLS definitions for the Romanian language.
- * [if1632/kernel.spec]
- Added definitions for GetProfile{Int,String} and SetHandleCount.
+ * 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.
- * [if1632/keyboard.spec]
- Created interface specification for Keyboard driver DLL.
+ * ole/compobj.c, relay32/ole32.spec:
+ Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
+ Stub for CoCreateGuid().
- * [if1632/relay.c]
- Added keyboard.dll to list of included DLLs.
+ * dlls/comctl32/treeview.c, multimedia/mcicda.c:
+ Brian Litzinger <brian@litzinger.com>
+ Fixes for FreeBSD.
- * [if1632/user.spec]
- Added LoadAccelerators definition.
+ * 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.
- * [loader/resource.c]
- Added LoadAccelerators stub.
+ * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed moving and sizing of child windows.
- * [misc/file.c]
- Changed OpenFile, and added SetHandleCount (for winfile.exe)
+ * 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).
- * [misc/keyboard.c]
- Added keyboard code.
+Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/profile.c] [misc/xt.c]
- Moved GetPrivateProfile* commands here, and added GetProfile*
- commands.
+ * 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.
-Mon Sep 13 10:24:37 1993 Andrew Bulhak
+ * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
+ Support anon shared mappings using temporary files (wont be deleted
+ yet).
- * [windows/utility.c]
- Implemented MulDiv(), OutputDebugString() and wvsprintf()
+ * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
+ Was freeing the incorrect pointers -> crash in mallocs/frees.
-Fri Sep 10 09:13:30 1993 John Brezak
+ * files/dos_fs.c, relay32/kernel32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ DefineDosDevice stub added.
- * [*/Makefile]
- Created patch to allow BSD make to build wine.
+ * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
+ Added a default program option in wine.conf in section [programs] key
+ Default.
- * [windows/win.c]
- Fixed NULL pointer reference.
+ * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
+ Better fix for this_is_a_syntax_error.
- * [windows/message.c] [misc/xt.c]
- Defined HZ to handle system specific timing.
+ * ole/nls/*.nls:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Added the entries for LOCALE_SISO639LANGNAME and
+ LOCALE_SISO3166CTRYNAME.
- * [windows/graphics.c]
- Use M_PI is PI
+ * documentation/wine.man: James Juran <jrj120@psu.edu>
+ Updated manpage.
- * [objects/pallete.c]
- NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
+ * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
+ Fixed wrong ordinals.
- * [dump.c] [ldt.c] [wine.c]
- ifdef'ed linux headers for linux compile.
+ * objects/region.c: NF Stevens <norman@arcady.u-net.com>
+ Fixed a bug in RectInRegion.
- * [loader/ldtlib.c]
- Add NetBSD system calls when compiled on that system.
+Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
- * [loader/selector.c]
- Use mmap(MAP_ANON, ...) for NetBSD.
+ * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
+ Removed an incorrect error message.
- * [if1632/call.S]
- Fixed selector assumptions.
+ * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
+ Make sure the access functions are always used to get label and serial
+ number.
-Thu Sep 9 20:01:37 1993 David Metcalfe
+Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
- * [controls/WinButton*] [controls/button.c] [controls/widget.c]
- [windows/win.c] [windows/class.c]
- Added 3D button control and tied into CreateWindow()
+ * 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.
-Thu Sep 9 07:35:24 1993 Scott Laird
+ * 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.
- * [if1632/sound.spec]
- Created interface specification for SOUND DLL.
+ * scheduler/handle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed off by one error in HANDLE_GetObjPtr.
- * [if1632/win87em.spec]
- Added more functions to the WIN87EM DLL interface specification
+----------------------------------------------------------------
+Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
- * [misc/emulate.c]
- Created stubs for the new math emulation functions.
+ * 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/sound.c]
- Created stubs for the SOUND DLL.
+ * 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.
-Sun Sep 5 21:02:10 1993 John Burton
+ * ole/compobj.c, relay32/ole32.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added stub for CoSetState32.
- * [if1632/kernel.spec]
- Added interface specifications for OpenFile, _lclose, _lread, _lopen,
- and _lwrite.
+ * miscemu/main.c: Chad Powell <pxpx@usa.net>
+ Added ability to read a startup program from wine.ini file.
+ Put it in section [programs] key Startup.
- * [include/windows.h]
- Added OF_ macros
+ * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
+ Alex Priem <alexp@sci.kun.nl>
+ Further improvements.
- * [misc/file.c]
- Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
+ * 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.
-Fri Sep 3 18:47:03 1993 Alexandre Julliard
+ * include/bitmap.h, objects/bitmap.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Fixed LoadImage to support almost all LR_ flags.
- * [windows/dc.c]
- Bug fix
+ * 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.
- * [objects/text.c]
- Bug fix
+ * include/global.h, memory/virtual.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Added VIRTUAL_MapFileW to map file to memory in one function call.
-Fri Sep 3 18:47:03 1993 Bob Amstadt
+ * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
+ Turchanov Sergey <turchanov@usa.net>
+ Moved Multimonitor API declarations to windows.h.
- * [objects/linedda.c]
- Finished LineDDA().
+ * 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.
-Fri Sep 3 11:52:18 1993 Bob Amstadt
+ * 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/timer.c]
- Changed to use CallWindowProc() rather directly calling callback.
+ * 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/event.c]
- Implemented SetCapture() and ReleaseCapture()
+ * if1632/relay.c: Rein Klazes <rklazes@casema.net>
+ CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
+ not crash.
- * [windows/keyboard.c]
- Created stub for GetKeyState()
+Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
- * [objects/linedda.c]
- Created stub for LineDDA()
+ * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
+ Reduced huge (1GB) heap creation that caused Starcraft to fail.
- * [if1632/callback.c]
- Created callback handler for LineDDA callback procedure.
+ * 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.
- * [if1632/callback.c]
- Created FreeProcInstance()
+ * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for non OSS systems.
-Fri Sep 3 08:36:52 1993 David Metcalfe
+ * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
+ Compile fix for non XF86-DGA systems.
- * [loader/signal.c]
- Patch to and code for INT 1A
+ * libtest/Makefile.in, libtest/volinfo.c:
+ Petter Reinholdtsen <pere@td.org.uit.no>
+ New file to test DRIVE_GetLabel.
-Thu Sep 2 00:31:54 1993 Alexandre Julliard
+ * 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...
- * [objects/font.c] [objects/text.c]
- More text support: implemented justification and underlining.
+ * 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?
- * [windows/clipping.c] [objects/clipping.c]
- Moved low-level clipping functions to objects/clipping.c.
+ * 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...
- * [windows/clipping.c] [windows/event.c] [windows/message.c]
- Implemented window update regions.
+ * 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/dc.c] [objects/dcvalues.c]
- Moved some device-independent DC functions to objects/dcvalues.c.
+ * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed the = -> == bug.
- * [windows/graphics.c]
- Implemented InvertRect() and GetPixel().
+ * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Shell parameters (config.sys) and ANSI support stubs.
-Sat Aug 28 08:40:23 1993 Eric Youngdale
+ * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int16.c and int29.c.
- * [include/neexe.h] [loader/wine.c]
- Added code to handle relocation type 4.
+ * include/miscemu.h, msdos/interrupts.c:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ More interrupts that can be done from DOS mode.
- * [loader/signal.h] [loader/wine.c] [loader/selector.c]
- Added support for dos interrupts.
+ * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int29 (Fast Write to Screen) support.
-Thu 26 Aug 19:15:00 1993 Eric Youngdale
+ * msdos/int16.c, include/debug.h, include/debugdefs.h:
+ Joseph Pranevich <knight@baltimore.wwaves.com>
+ Added int16 (Keyboard) support, mostly stubs.
- * [loader/selector.c]
- Fixed bug dealing with loading DLLs.
+Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
-Thu Aug 26 19:22:40 1993 Alexandre Julliard
+ * 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.
- * [include/gdi.h] [objects/font.c] [windows/dc.c]
- Beginning of real font support.
+ * misc/ntdll.c, relay32/ntdll.spec:
+ Dietmar Kling <dietmar.kling@usa.net>
+ Added undocumented function RtlOpenCurrentUser.
- * [windows/graphics.c]
- Implemented PatBlt().
+ * 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_*.
- * [memory/global.c]
- Corrected a bug with linked list handling in GlobalAlloc().
+Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
- * [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
+ * windows/winpos.c: Rein Klazes <rklazes@casema.net>
+ Fixed an error when an owned window activates its owner during
+ creation.
-Sun Jul 11 16:59:52 1993 Alexandre Julliard
+ * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
+ Closing a dialog using the menu bar ("x" or "-" button or windows
+ menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
+ normal windows when DestroyWindow() is called.
- * [message.c] [user.c] [user.spec] [windows.h]
- Added emulation of Windows message queue.
+ * dlls/shell32/pidl.c:
+ Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
+ Added missing WINAPIs.
-Thu Jul 8 19:29:27 1993 Bob Amstadt (bob at pooh)
+ * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
+ RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
+ GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
+ SetTaskmanWindow.
- * [build.c] Original by Bob Amstadt
- * [callback.c] Original by Bob Amstadt, updates by
- Alexandre Julliard
- * [dump.c] Original by Bob Amstadt
- * [global.c] Original by Bob Amstadt
- * [heap.c] Original by Bob Amstadt
- * [kernel.c] Original by Bob Amstadt
- * [ldt.c] Original by Bob Amstadt
- * [ldtlib.c] Original by Bob Amstadt
- * [relay.c] Original by Bob Amstadt
- * [resource.c] Original by Bob Amstadt, updates by
- Alexandre Juliard
- * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
- * [user.c] Original by Bob Amstadt
- * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
- Alexandre Julliard
- * [wintcl.c] Original by Regents of the University of California,
- updates by Peter MacDonald and Alexandre Julliard
- * [callback.h] Original by Bob Amstadt
- * [dlls.h] Original by Bob Amstadt
- * [heap.h] Original by Bob Amstadt
- * [neexe.h] Original by Bob Amstadt
- * [prototypes.h] Original by Bob Amstadt, updates by
- Eric Youngdale
- * [segmem.h] Original by Bob Amstadt
- * [tkInt.h] Original by Regents of the University of California
- * [windows.h] Original by Peter MacDonald, updates by
- Alexandre Julliard and Bob Amstadt
- * [wine.h] Original by Eric Youngdale
- * [kernel.spec] Original by Bob Amstadt, updates by
- Alexandre Julliard
- * [gdi.spec] Original by Bob Amstadt, updates by
- Alexandre Julliard
- * [shell.spec] Original by Bob Amstadt
- * [unixlib.spec] Original by Bob Amstadt
- * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
- * [win87em.spec] Original by Bob Amstadt
- * [Windows.tcl] Original by Peter MacDonald, updates by
- Alexandre Julliard
- * [build-spec.txt] Original by Bob Amstadt
- * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale
+ * relay32/ntdll.spec, misc/ntdll.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs NtQueryInformationThread, NtQueryInformationToken,
+ RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
+
+ * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
+ Fixed PlaySound to start its thread the right way.
+
+Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, controls/listbox.c:
+ Alex Korobka <korobka@ams.sunysb.edu>
+ CB_SETCURSEL and some other fixes.
+
+ * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
+ Better QUEUE_FlushMessages().
+
+ * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
+ Moshe Vainer <moshev@easybase.com>
+ Partial implementation of GetOutlineTextMetrics32A.
+ Added structures for OUTLINETEXTMETRICS.
+
+ * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Do not clip source rectangle even by visible region for bitblts.
+ Added field 'totalExtent' to WIN_DC_INFO.
+
+ * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Added stub for VMM PM API AH=026[de] (never say 'safe mode').
+
+ * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Bugfix: Local32Free caused free handles list corruption.
+
+ * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
+ Fixed --disable-debug config option.
+
+Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * relay32/shell32.spec, dlls/shell32/shellord.c:
+ Petter Reinholdtsen <pere@td.org.uit.no>
+ Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
+ and FileIconInit() needed by Win95 explorer.
+
+Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c, controls/button.c, controls/menu.c:
+ Norman Stevens <norman@arcady.u-net.com>
+ Improving keyboard handling, including accelerator keys in dialog
+ boxes. Also fixes enter key in Agent32 edit box.
+
+Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
+ Added support in file dialog boxes handling for filters like
+ "*.txt;*.bat".
+
+ * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented new PE DLL initalization code, trying to call the
+ DllEntryPoint routines always in correct order :-)
+ Bypass snooping when getting data buffer addresses (thunk buffers,
+ __GP handlers) and for 32-bit routines directly called from 16-bit
+ (due to stack address size problems).
+
+ * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
+ Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
+
+ * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented (partially) the KERNEL Thunklet API and Callback Client
+ API (KERNEL.560-568,604-612,619-622).
+ Added stubs for K228, K237, KERNEL.365, KERNEL.447.
+
+ * objects/bitmap.c, if1632/gdi.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Stubs for CreateUser(Discardable)Bitmap16.
+
+ * memory/heap.c, include/winnt.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
+
+ * memory/global.c, include/windows.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ GlobalFix16 is supposed to return selector to the memory area.
+
+ * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
+
+ * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Use emergency TEB selector to avoid debugger crashes when stepping
+ through relay stubs (or when FS is invalid otherwise).
+
+ * windows/event.c, windows/keyboard.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ MOUSE.DRV routines moved to event.c. Call mouse event procedure.
+
+ * windows/dce.c, windows/painting.c, windows/scroll.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, include/dc.h, include/windows.h, if1632/gdi.spec, graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, graphics/path.c:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
+ coordinates relative to the device, not the DC origin. This is
+ necessary to correctly implement GetClipRgn16 and InquireVisRgn.
+ SelectVisRgn also expects region in device-relative coordinates.
+ Adapted the rest of Wine to this coordinate change.
+ Implemented ExtSelectClipRgn.
+
+ * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
+ Andreas Mohr <100.30936@germany.net>
+ Small fix.
+
+ * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
+ Andreas Mohr <100.30936@germany.net>
+ Yet another small self-loader fix.
+
+ * files/drive.c: Andreas Mohr <100.30936@germany.net>
+ Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
+ correctly due to current drive being set too late.
+
+ * Make.rules.in: Patrik Stridvall <ps@leissner.se>
+ Use $(AS) instead of $(CC) to compile .s files.
+
+ * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, include/debug.h, include/debugdefs.h, include/mmreg.h, if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, dlls/Makefile.in, Makefile.in, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
+
+ * include/imagehlp.h, relay32/imagehlp.spec, dlls/imagehlp/.cvsignore, dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c:
+ Patrik Stridvall <ps@leissner.se>
+ Started the implementation of IMAGEHLP.DLL.
+
+ * include/msacm.h, include/msacmdrv.h, relay32/msacm32.spec, if1632/msacm.spec, dlls/msacm32/.cvsignore, dlls/msacm32/Makefile.in, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/msacm_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Started the implementation of MSACM.DLL and MSACM32.DLL.
+
+ * win32/device.c: Patrik Stridvall <ps@leissner.se>
+ Removed things that were earlier added by mistake.
+
+ * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
+ The implementation of mmioWrite is now called instead of the stub.
+
+ * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
+
+ * relay32/shell32.spec, dlls/shell32/shell32_main.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
+ Implemented: SHGetPathFromIDList32W.
+ Changed PathCombine.
+
+ * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
+ New structures DVASPECT, TYMED, IDLList.
+ Shell specific clipboard formats.
+
+ * relay32/winspool.spec, misc/printdrv.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Stub EnumPrintersW.
+
+ * dlls/shell32/dataobject.c:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ Implemented first functions.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juergen Schmied <juergen.schmied@metronet.de>
+ New class IDLList "Item ID List List" (internal).
+
+ * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
+ Small changes (uses HIWORD/LOWORD).
+
+ * windows/dialog.c, relay32/user32.spec:
+ Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
+ Stub CreateDialogIndirectParamAorW.
+
+ * Makefile.in, configure, configure.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
+ Don't install object files when --disable-lib is selected.
+
+ * debugger/hash.c, debugger/msc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
+ Don't print name for 32 bit lib multiple times.
+ Clean up printing in DEBUG_ProcessDeferredDebug.
+
+ * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
+ David Luyer <luyer@ucs.uwa.edu.au>
+ Small fixes.
+
+ * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
+ Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
+
+ * ole/typelib.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/olesvr.c, ole/storage.c, misc/ntdll.c, misc/registry.c:
+ Matthew Becker <mbecker@glasscity.net>
+ Documentation corrections/standardizations.
+
+ * multimedia/audio.c, multimedia/init.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcistring.c, multimedia/midi.c, multimedia/mmsystem.c, include/mmsystem.h, include/multimedia.h:
+ Eric Pouech <eric.pouech@lemel.fr>
+ Started coding 32 bit MCI handling.
+ Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
+ Wrote MCI MIDI support.
+
+ * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
+ Yet another improvement to the bezier code.
+
+ * windows/message.c: Rein Klazes <rklazes@casema.net>
+ GetTickCounts() has a granularity in windows of 25 msec's.
+ Girotel's serial communication appears to depend on it, so I guess
+ it's a feature...
+
+ * misc/comm.c: Rein Klazes <rklazes@casema.net>
+ Update the modemn status bit that indicates whether the RLSD line is
+ active in every call to GetCommError(). This is not the proper place,
+ but since wine doesn't do any event-stuff...
+ Fixed some TRACE call's faced with non zero terminated strings.
+ Restore the terminal state at CloseCommt to the state it was at
+ OpenComm(), so the modem will go off-hook.
+
+ * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
+ GetModuleFileName32A() returns long filename if app sets osversion >=
+ 4.0. Also moved the long filename hackery to GetLongPathName32A() so
+ it can be used by win32 programs.
+
+ * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
+ GetLongPathName32A() returns dos format long filename instead of unix
+ format.
+
+ * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Small fixes.
+
+ * relay32/shell32.spec, dlls/shell32/shellord.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added SHFlushClipboard.
+
+ * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed some undocumented functions.
+ Changed algorithm in DPA_QuickSort().
+ Fixed heap creation/destruction and control [un]registration in
+ ComCtl32LibMain().
+
+ * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed a bug.
+
+ * include/tooltips.h, dlls/comctl32/tooltips.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added tracking support and fixed loading of resource strings.
+ Added unregister code.
+
+ * include/debug.h, include/debugdefs.h, include/ipaddress.h, include/nativefont.h, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/ipaddress.c, dlls/comctl32/nativefont.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added IPAddress and NativeFont controls.
+
+ * include/imagelist.h, dlls/comctl32/imagelist.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Some minor improvements.
+
+ * include/toolbar.h, dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved drawing and placement code. Explorer style common dialogs are
+ looking good now.
+
+ * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Fixed bug in DrawIconEx32().
+
+ * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Improved GetSystemInformation32[A/W].
+
+ * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
+ Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
+ Fixed handling of WS_EX_TOOLWINDOW.
+
+ * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
+ Updated.
+
+ * windows/event.c, windows/keyboard.c, include/keyboard.h:
+ David Faure <faure@kde.org>
+ Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
+ activated. Uses the new KEYBOARD_UpdateOneState.
+ Fixed a problem with menu accelerators (Alt-letter generates a down
+ arrow event which beeps if not filtered).
+ Speeded up ToAscii16/32() a little bit.
+
+ * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made Wine's debugger work satisfactorily with DOS apps.
+ Perhaps dereferencing work better for Win16 apps too now, but
+ it appears the debugger core wasn't designed for segmentation.
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ Simulates DPMI memory map by converting lower-MB segment base
+ addresses as necessary. Implemented allocating/freeing DOS memory
+ blocks. Added XMS hook. (DPMI remains disabled by default until
+ someone implements the raw mode switch entry points pkunzip needs.)
+
+ * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+ I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
+ can't keep working around flaws in it like this (now stdio
+ was getting closed when programs close handles >=5)
+
+ * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
+ seems to work fine under Wine.
+
+ * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved some system dependencies to loader/dos/dosvm.c. Implemented
+ environmental argv[0] passing to DOS apps. Added XMS hooks.
+
+ * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
+ Added a memset() to prevent a debugger segfault caused by
+ uninitialized pointers in the stabs lookup tables.
+
+ * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
+ A few fixes.
+
+ * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
+ Added RtlAllocateAndInitializeSid entry.
+
+ * loader/Makefile.in, loader/elf.c, loader/module.c, loader/pe_image.c, include/config.h.in, include/module.h, include/pe_image.h, include/peexe.h, configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Generic dynamic dll loader using dl*() API.
+ Includes: stdcall->cdecl mapping ability, snooping.
+ (Tested only with glide2x.dll -> libglide2x.so)
+
+ * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added win32 enhanced functionality to timer callbacks.
+
+ * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
+ Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
+ does at least a bit of keyboard input.
+
+ * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
+ Should display again.
+
+Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
+ Implemented DS_CENTER dialog style.
+
+ * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ Added function to build the Windows numeric language ID from language,
+ code, charset and dialect strings, like used by Unix LANG variable.
+
+ * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
+ Pablo Saratxaga <srtxg@chanae.alphanet.ch>
+ More NLS data.
+
+ * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
+ Fixed a lot of bugs in ddraw.c to make xlib support work.
+ Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
+
+ * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
+ Added DC object type to the list of valid objects that can be deleted
+ by DeleteObject32.
+
+Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
+
+ * ChangeLog:
+ Starting new format changelog (older changes moved to
+ documentation/ChangeLog.OLD).