1. 29 Mar, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980329 · 54c2711f
      Alexandre Julliard authored
      Sun Mar 29 15:18:57 1998  Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
      
      	* [msdos/int21.c]
      	More verbose Trace messages
      
      Sun Mar 29 15:03:30 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [loader/ne_image.c]
      	Terminate relocation chains on 0 offset.
      
      Sun Mar 29 02:35:45 1998  James Juran  <jrj120@psu.edu>
      
      	* [windows/caret.c] [windows/class.c] [windows/clipboard.c]
      	Fixed more USER32 ordinal numbers in function documentation.
      
      Sat Mar 28 22:40:23 1997  Andreas Mohr <100.30936@germany.net>
      
      	* [controls/desktop.c]
      	Return 1 for WM_NCCREATE in DesktopWndProc.
      
      	* [controls/menu.c]
      	Fixed crash when destroying a top popup win that was only created
      	but not shown.
      
      	* [ole/typelib.c] [if1632/typelib.spec]
      	Implemented OABuildVersion.
      
      	* [windows/win.c]
      	Finally fixed ugly bug in GetParent32 that affected window placement:
      	Didn't return 0 for windows that have neither WS_POPUP nor
      	WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
      
      Sat Mar 28 02:26:43 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
      
      	* [DEVELOPERS-HINTS] [documentation/debug-msgs]
      	Updated documentation on debug messages
      
      	* [include/button.h] [controls/button.c] [include/windows.h]
      	[include/combo.h] [controls/combo.c] [controls/commctrl.c]
      	[controls/icontitle.c] [controls/listbox.c]	[controls/menu.c]
      	[controls/scroll.c] [controls/widgets.c] 
      	Changed some 16-bit code to 32-bit code. I am positive this will
      	not break anything.
      
      	* [controls/uitools.c] 
      	Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
      	to reflect the fact that they implement Win95 look. Maybe we will
      	have a UITOOLS31_ in the future. Anyhow, the change is completely
      	internal to this file.
      
      	* [*/*.c]
      	Changed a lot of [f]printf into appropriate debug messages.
      
      Fri Mar 27 19:56:12 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      	* [documentation/status/]
      	Added directdraw and directsound status.
      
      	* [if1632/thunk.c][ole/*.c][win32/kernel32.c]
      	Added some documentation.
      	Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
      	(calling conventions and the like still unknown).
      
      Fri Mar 27 09:59:32 1998  Morten Eriksen  <mortene@pvv.org>
      
      	* [loader/resource.c][windows/keyboard.c]
      	Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
      	
      	* [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
      	Added implementation of StringFromGUID2(). 
      
      Tue Mar 26 23:12:05 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [misc/imagelist.c][relay32/comctl32.spec]
      	Implemented new debugging interface.
      	Added missing functions (some are empty stubs).
      	Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
      
      	* [objects/oembitmaps.c][include/windows.h]
      	  [include/bitmaps/*]
      	Added missing restore bitmaps for Win95 look.
      	Added missing Win95 cursors.
      
      Thu Mar 26 10:18:20 1998  Douglas Ridgway  <ridgway@winehq.com>
      
      	* [programs/view/Makefile.in] [programs/view/view.c]
      	Fix compilation, Aldus placeable metafile loading.
      
      	* [graphics/metafiledrv/init.c] [relay32/gdi32.spec] 
      	  [objects/metafile.c]
      	Implemented various 32 bit versions of regular metafile API.
      
      	* [objects/enhmetafile.c]
      	Implemented rendering of a couple of dozen records.
      
      Tue Mar 24 20:06:39 1998  Matthew Becker <mbecker@glasscity.net>
      
      	* [memory/*.c]
      	Updated documentation for API manpages.
      
      Mon Mar 23 09:09:00 1998  Alex Korobka <alex@pharm.sunysb.edu>
      
      	* [misc/winsock.c]
      	Fixed 32-bit DNS lookup.
      
      Mon Mar 23 23:54:47 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
      
      	* [multimedia/init.c]
      	New code for the initialization and gathering of information about
      	the MIDI devices, for future use.
      
      Thu Mar 19 00:59:29 1998  Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
      
      	* [windows/win.c]
      	Eliminated inaccurate setting of cs->hMenu in
      	WIN_CreateWindowEx, along with superfluous SetMenu32 call.
      
      Mon Mar 16 17:40:53 1998  Petter Reinholdtsen <pere@td.org.uit.no>
      
      	* [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
      	Install wine.sym in $(exec_prefix)/lib and make sure the debugger
      	finds it.
      
      Sun Mar 15 22:36:35 1998  Michael Veksler <mveksler@tx.technion.ac.il>
      
      	* [dummy.c] [if1632/gdi.spec]
      	Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
      54c2711f
  2. 01 Sep, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950901 · b7258bef
      Alexandre Julliard authored
      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.
      b7258bef