1. 04 Mar, 2004 1 commit
  2. 15 Jan, 2004 1 commit
  3. 11 Nov, 2003 1 commit
  4. 19 May, 2003 2 commits
  5. 15 Nov, 2002 1 commit
  6. 25 Jun, 2002 1 commit
  7. 24 Jun, 2002 1 commit
  8. 31 May, 2002 1 commit
  9. 02 May, 2002 1 commit
  10. 28 Mar, 2002 1 commit
  11. 09 Mar, 2002 1 commit
  12. 10 Aug, 2001 1 commit
  13. 07 May, 2001 1 commit
  14. 16 Apr, 2001 1 commit
  15. 12 Feb, 2001 1 commit
  16. 26 Jan, 2001 1 commit
  17. 24 Jan, 2001 1 commit
  18. 27 Nov, 2000 1 commit
  19. 05 Nov, 2000 1 commit
  20. 30 May, 2000 1 commit
  21. 26 Dec, 1999 1 commit
  22. 23 Oct, 1999 1 commit
  23. 13 Oct, 1999 1 commit
  24. 26 Jun, 1999 2 commits
  25. 19 Apr, 1999 1 commit
  26. 26 Feb, 1999 1 commit
  27. 19 Feb, 1999 1 commit
  28. 10 Feb, 1999 1 commit
  29. 30 Jan, 1999 1 commit
  30. 24 Jan, 1999 1 commit
  31. 09 Aug, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980809 · 767e6f6f
      Alexandre Julliard authored
      Sat Aug  8 19:11:46 1998  Marcus Meissner <marcus@jet.franken.de>
      
       	* [*/*]
      	Added some missing WINAPI and some missing prototypes for
      	functions.
      
      	* [controls/static.c]
      	Got rid of the MODULE32_LookupHMODULE error showing up for every
      	message box.
      
      	* [windows/winproc.c]
      	WM_NOTIFY 16->32 mapping (AOL Instant Messenger or however it is called).
      
      	* [misc/winsock.c]
      	hostent/servent/protoent should not use the same static buffers.
      	(has broken nt3.15 finger.exe which does hp=gethostbyname(), then
      	getservbyname("finger","tcp") and the references hp->h_addr_list[0]).
      
      Sat Aug  8 13:21:24 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [include/server.h] [tools/make_requests] [server/request.c]
      	  [server/trace.c]
      	Automated part of the client/server request code generation.
      	Added tracing of client/server communication.
      
      	* [scheduler/*.c] [server/process.c]
      	Added support for server-side handles.
      
      	* [scheduler/thread.c]
      	Added DLL_THREAD_ATTACH/DETACH notifications.
      
      	* [configure.in]
      	Added check for -lsocket.
      
      	* [windows/winproc.c]
      	Return the thunk address in WINPROC_GetProc if the function types
      	don't match.
      
      Sat Aug  8 02:44:04 1998  Douglas Ridgway  <ridgway@winehq.com>
      
      	* [windows/winproc.c][windows/win.c][windows/message.c]  
      	Documentation for CallWindowProc, SetWindowLong, DispatchMessage,
      	WaitMessage, GetMessage, and PeekMessage.
      
      Sat Aug  8 01:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
      
      	* [controls/commctrl.c][controls/widgets.c][include/builtin32.h]
      	  [include/commctrl.h][relay32/builtin32.c][relay32/comctl32.spec]
      	  [tools/build.c] [relay32/shell32.spec]
      	Added the functionality of the LibMain function. The common 
      	controls are properly initialized now.
      
      	* [controls/treeview.c][memory/atom.c][scheduler/thread.c][windows/class.c]
      	  [windows/msgbox.c][windows/win.c]
      	Put TRACE in, put SetLastError() in.
      
      	* [include/interfaces.h]
      	Added IClassFactory::LockServer.
      
      	* [include/ole2.h]
      	Added struct for LPOLEMENUGROUPWIDTHS32, HOLEMENU32.
      
      	* [include/shell.h][include/shlobj.h][misc/shell.c][ole/folders.c]
      	Reorganized and many structs and classes (IShellBrowser,IShellView)
      	added. shell32.dll should work in many cases now.
      	Started SHGetFileInfoA implementeation, rewrote SHGetPathFromIDList32A.
      	New Shell32LibMain started ShellIconCache Implementation.
      
      	* [misc/shellord.c]
      	Rewrote ILCombine, ILGetSize
      	New stubs SHFind_InitMenuPopup, FileMenu_Create, ShellExecuteEx,
      	SHSetInstanceExplorer, SHGetInstanceExplorer, SHFreeUnusedLibraries.
      
      	* [include/winerror.h]
      	Class and window related error codes added.
      
      	* [memory/heap.c]
      	Changed lstrlen32A to strlen to get rid of milions of TRACE lines.
      
      	* [misc/ddeml.c]
      	First lines for DdeCreateStringHandle32A / DdeFreeStringHandle32.
      
      	* [misc/network.c][relay32/mpr.spec]
      	Fixed some bugs, changed ordinals.
      
      	* [windows/class.c]
      	Workarounds for incorrect hInstance handling. Fixes parts of
      	MSWord95/Excel95 and Money95.
      
      Thu Aug  6 21:05:35 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [windows/nonclient.c][misc/tweak.c][include/tweak.h]
      	  [documentation/win95look]
      	Removed some tweak variables. They are no longer needed.
      
      	* [files/dos_fs.c]
      	Added check for null pointer in DOSFS_GetDevice().
      
      	* [controls/tooltips.c][include/commctrl.h]
      	Improved tooltips.
      
      	* [controls/status.c][include/commctrl.h]
      	Cleaned up code and added tooltip support.
      
      	* [controls/toolbar.c][include/commctrl.h]
      	Added tooltip support.
      
      	* [documentation/common_controls]
      	Updated.
      
      Thu Aug  6 00:05:22 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
      
      	* [include/ver.h] [misc/ver.c]
      	Write VIF_BUFFTOOSMALL, not VIF_BUFTOSMALL.
      
      	* [debugger/hash.c] [debugger/stabs.c]
      	Make debug output more friendly for posting.
      
      	* [files/file.c]
      	Partial implementation of OF_SHARE_EXCLUSIVE.
      	Needed for Quicklogic/QuickChip (InstallShield).
      
      	* [files/profile.c]
      	When a cached-only entry is found, return it.
      
      	* [graphics/x11drv/xfont.c]
      	Accept a space as delimiter for a fontname and inhibit overrun
      	(Make xplasim.ex from the Phillips Coolrunner CPLD suite proceed).
      
      	* [miscemu/main.c]
      	Delay setting IF1632_CallLargeStack after loading the executables.
      	Stops fpgaexp.exe from the Viewlogic FPGA suite from crashing when
       	showing the Blinker error Message Box.
      
      	* [misc/network.c]
      	Make WNetGetConnection16 recognise a CDROM as a local drive.
      
      	* [multimedia/mmsystem.c]
      	Preliminary check for MCI_ALL_DEVICE_ID in MCI_Close by a FIXME.
      
      
      Tue Aug 4 21:15:23 1998  James Juran <jrj120@psu.edu>
      
      	* [ole/ole2nls.c]
      	Fixed bug in CompareString32A.  strcmp() doesn't necessarily
      	return -1, 0, or 1, which the previous code depended on.
      	Changed name of is_punctuation to OLE2NLS_isPunctuation.
      	Made NORM_IGNOREWIDTH not print a FIXME message in 
      	LCMapString32A.
      	Other debugging messages, documentation, and code cleanups.
      
      	* [objects/font.c] [relay32/gdi32.spec] [include/winerror.h]
      	Added stub for GetFontData32, and added GDI_ERROR constant 
      	to winerror.h.
      
      Tue Aug  4 07:44:43 1998  Ove Kaaven <ovek@arcticnet.no>
      
      	* [multimedia/mmio.c]
      	Implemented mmioSetBuffer, mmioAdvance, mmioAscend, and
      	mmioCreateChunk to the best of my knowledge. But watch out,
      	there's bound to be bugs in there...
      
      	* [include/mmsystem.h] [multimedia/mmsystem.c]
      	Hacked in support for 32-bit multimedia function callbacks.
      
      	* [AUTHORS] [misc/shell.c]
      	Selfishly credited my authorship. Hopefully I'm excused.
      
      	* [include/dosexe.h] [include/module.h] [loader/dos/*]
      	  [loader/module.c] [loader/task.c] [Makefile.in]
      	  [configure.in] [Makefile.in]
      	Added DOS EXE (MZ) loader and virtual machine. Task
      	structure integration thanks to Ulrich Weigand.
      
      	* [files/dos_fs.c]
      	Work around a null pointer dereference if ioctlGetDeviceInfo-ing
      	a FILE_DupUnixHandle'd file (i.e. GetStdHandle'd).
      
      	* [include/miscemu.h] [include/winnt.h] [loader/main.c]
      	  [memory/global.c] [msdos/dpmi.c] [msdos/dosmem.c]
      	Added support for DOS memory images, and added
      	DOSMEM_ResizeBlock() and DOSMEM_Available().
      
      	* [msdos/int21.c]
      	Added support for the DOS virtual machine, tweaked handle
      	assignment to avoid stdio clashes, forced INT21_FindNext to exit
      	wildcardless searches after finding one entry, added AH=7, 8, 9,
      	C, 48, 49, 4A, and 7160 CL=1 (Get Short Filename), and made the
      	long filename calls only respond if running with with -winver
      	win95.
      
      	* [objects/cursoricon.c]
      	DestroyCursor32 and DestroyIcon32 should now free the objects
      	(hopefully) correctly.
      
      Sun Aug  2 21:42:09 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
      
      	* [graphics/psdrv/*] [include/psdrv.h]
      	Added PPD file parsing - at the moment it reads a file called
      	default.ppd from the directory in which you start Wine. Page sizes
      	other than A4 should now work (landscape may not). All fonts that are
      	present on your printer (according to the PPD) should be available,
      	providing you have the AFM files. Fonts should now be the correct size.
      	Graphics is still basically lines only. See graphics/psdrv/README .
      
      	* [misc/printdrv.c]
      	Yet more Drv[Get/Set]PrinterData fixes.
      
      Fri Jul 31 21:33:22 1998  Per Lindstrm <pelinstr@algonet.se>
      
      	* [relay32/crtdll.spec] [misc/crtdll.c]
      	Added stub for freopen, _findfirst, _findnext, _fstat and _read.
      
      	* [files/directory.c]
      	Modified warning message.
      
      Wed Jul 29 11:25:28 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
      
      	* [objects/font.c]
      	Added stub for GetFontData.
      
      	* [multimedia/msvideo.c]
      	Created this file to hold the msvideo.dll calls (and maybe also
      	msvfw32.dll). 
      
      	* [objects/cursoricon.c]
      	Added search in Global Heap for cursor when trying to destroy it
      	with DestroyCursor16. This test should be done in many (all?)
      	other functions that use FreeResource.
      
      	* [controls/treeview.c] [include/commctrl.h]
      	Minor correction in name and addition of many placeholders for TVM
      	messages in TREEVIEW_WindowProc.
      
      	* [msdos/dpmi.c]
      	Fixed a bug in DPMI_xrealloc where in a copy of a memory region
      	"A" of size "a" to a region "B" of size "b", "b" bytes were being
      	copied, instead of "a", as the new version does. This both
      	increases speed, as well as avoids segfaults.
      767e6f6f
  32. 28 Jun, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980628 · ebfc0fee
      Alexandre Julliard authored
      Sun Jun 28 18:37:02 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [if1632/signal.c] [miscemu/instr.c] [memory/virtual.c]
      	Moved page-fault handling to INSTR_EmulateInstruction.
      
      	* [scheduler/thread.c]
      	Added locking and check for own thread in Suspend/ResumeThread.
      
      Sat Jun 27 21:25:21 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
      
      	* [objects/dib.c] [objects/bitmap.c] [objects/oembitmap.c] 
      	  [graphics/x11drv/bitblt.c] [include/bitmap.h]
      	Improved DIB section handling using page fault handlers.
      	(Note: This patch includes code contributed by Matthew J. Francis.)
      
      	* [memory/virtual.c] [if1632/signal.c] [include/global.h]
      	Page Fault handler support added.
      
      	* [if1632/signal.c] [loader/signal.c] [tools/build.c] [misc/system.c]
      	  [misc/winsock_dns.c] [include/sig_context.h] [include/thread.h]
      	16-bit %fs handling improved: Always preserve 16-bit %fs value,
      	always restore 32-bit %fs value for signal handlers.
      
      	* [if1632/thunk.c] [loader/module.c] [misc/callback.c] [windows/user.c]
      	  [loader/ne/resource.c] [include/callback.h] [include/module.h]
      	  [if1632/kernel.spec] [if1632/wprocs.spec]
      	Resource Handler function pointer stored as 16-bit SEGPTR.
      
      	* [loader/task.c] [windows/win.c] [windows/winpos.c] [if1632/user.spec]
      	  [if1632/kernel.spec] [loader/ne/module.c]
      	Some minor incompatibilities fixed (Win32s relies on those):
      	GetExePtr, IsWindow16 should set ES on return; WINPOS_SendNCCalcSize
      	should cope with having the WINDOWPOS structure trashed;
      	the OFSTRUCT in the NE module image should be placed *last*.
      
      	* [include/windows.h]
      	Missing prototype for FlushViewOfFile.
      
      	* [loader/task.c]
      	Bugfix: Command line should *not* start with a blank.
      	
      	* [loader/ne/segment.c]
      	Bugfix: Fixups to offset 0 were never applied.
      
      	* [misc/lstr.c]
      	Use debugstr_a in OutputDebugString16.
      
      	* [msdos/dpmi.c]
      	Stub for int 31 BL=2f AX=7a20 (NetWare: Get VLM Call Address) added.
      
      	* [msdos/int21.c]
      	Stub for int 21 AX=440d CL=6f (get drive map information) added.
      
      Fri Jun 26 18:08:30 1998  Rein Klazes <rklazes@casema.net>
      
      	* [windows/winpos.c]
      	Fix small buglet that mixed up maximized and minimized windows.
      
      	* [include/x11drv.h] [objects/dc.c] [graphics/x11drv/pen.c]
      	  [graphics/x11drv/graphics.c]
      	Fix some bugs with lines joining styles. Draws rectangles
      	with thick pens now correctly.
      
      Fri Jun 26 16:22:23 1998  James Juran <jrj120@psu.edu>
      
      	* [misc/shell.c]
      	Fixed bug I introduced last release in InternalExtractIcon.
      
      	* [win32/file.c]
      	Added documentation for CreateFile32A.
      
      	* [documentation/wine.man]
      	Updated manpage.	
      
      	* [ChangeLog]
      	Added my entry from last release.
      
      Fri Jun 26 13:33:30 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
      
      	* [graphics/psdrv/*] [if1632/wineps.spec] [include/psdrv.h]
      	  [include/print.h] [objects/gdiobj.c]
      	First stages of an internal Postscript driver. See
      	graphics/psdrv/README . Should print text (badly) from win3.1 notepad,
      	write and winword6.
      
      	* [documentation/printing]
      	Some notes on printing.
      
      	* [controls/edit.c]
      	Strip off WS_BORDER in WM_NCREATE, edit draws its own rectangle.
      	EC_USEFONTINFO seems to be used as a left/right value for EM_SETMARGINS
      	and not as an action as the docs say. This actually makes more sense.
      	Scroll the caret back to zero after a WM_SETTEXT.
      
      Fri Jun 26 10:56:25 1998  Marcus Meissner <marcus@jet.franken.de>
      
      	* [if1632/snoop.c]
      	Added win16 inter-dll snooping.
      
      	* [win32/ordinals.c]
      	KERNEL_485 is GetProcessDword.
      
      	* [include/xmalloc.h][include/bitmap.h][misc/xmalloc.c]
      	Added xcalloc so we 0 initialize XImages. 
      	Fixes/Hides the 'junk around MOPYFish'.
      
      	* [misc/ntdll.c]
      	Some stubs added.
      
      Thu Jun 25 15:22:43 1998  Adrian Harvey <adrian@select.com.au>
      
      	* [scheduler/thread.c] 
      	Implemented SuspendThread and ResumeThread.
      
      Thu Jun 25 00:55:03 1998  Peter Hunnisett <hunnise@nortel.ca>
      
      	* [include/debug.h,dplay.h,dsound.h][multimedia/dsound.c,dplay.c]
      	  [relay32/dplayx.spec,dplay.spec][multimedia/Makefile.in]
      	  [documentation/status/directplay]
      	Added preliminary support for DirectPlay & DirectPlayLobby. Moved the
      	preliminary stubs put in the dsound files into two new files
      	dplay.h and dplay.c.
      	Added new debug channel (dplay) for this.
      	Created new document to keep track of implementation.
      
      	* [include/winioctl.h][win32/device.c]
      	Added some framework in DeviceIoControl to, in the future, support
      	the "builtin" windows dwIoControlCodes. Added new header file
      	winioctl.h . 
      
      	* [multimedia/mmsystem.c]
      	Added slightly improved debugging information for PlaySound.
      
      Wed Jun 24 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de> 
      
      	* [files/profile.c][graphics/x11drv/xfont.c][loader/module.c]
      	Changed lstrcmpi32A to strcasecmp, lstrncmpi32A to strncasecmp,
      	lstrcpy32A to strcpy, lstrlen32A to strlen, lstrcmp32A to strcmp
      	because it's not necessary to support locale on such places.
      	It causes a huge overhead and even fails sometimes 
      
      	* [include/oleauto.h][include/winerror.h]
      	Added some ole-related constants.
      
      	* [misc/shell.c]
      	SHELL32_DllGetClassObject, SHGetSpecialFolderLocation,
      	SHGetPathFromIDList improved the stubs
      
      	* [ole/folders.c]
      	IShellFolder* functions rewrote the stubs so don't crash and give
      	something sensible back, started implementation of.
      
      	* [ole/typelib.c][relay32/oleaut32.spec]
      	LoadTypeLib32, RegisterTypeLib stub.
      
      	* [ole/ole2nls.c]
      	Fixed a buffer overrun in CompareString32A.
      	Test for a bad pointer in LCMapString32A (happens
      	in winhlp32 while building a index for searching). 
      
      	* [relay32/oleaut32.spec] [ole/typelib.c]
      	Added stub for LoadTypeLib (ole32) to make excel95 happy.
      
      Tue Jun 23 22:47:09 1998  Alex Priem <alexp@sci.kun.nl>
      
      	* [files/profile.c] [relay32/kernel32.spec]
      	Added WritePrivateProfileStructA, GetPrivateProfileStructA,
      	GetPrivateProfileSectionNames16.
      
      Tue Jun 23 01:34:43 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
      
      	* [ole/ole2nls.c]
      	GetStringTypeEx32A: Implemented CT_CTYPE2 and CT_CTYPE3 cases.
      	LCMapString32A: Map final '\0' for '\0'-terminated strings.
      
      	* [misc/shellord.c] [files/profile.c] [graphics/driver.c] 
      	  [loader/module.c] [msdos/int21.c] [windows/driver.c] [files/drive.c]
      	Changed lstrcmpi32A -> strcasecmp.  Should be OK in these places.
      
      Sat Jun 20 23:40:00 1998  Bertho Stultiens <bertho@akhphd.au.dk>
      
      	* [tools/wrc/]
      	Wrc version 1.0.2 (20-Jun-1998). Please revert to 
      	the file tools/wrc/CHANGES for details.
      
      Sat Jun 20 14:58:00 1998  Marcel Baur  <mbaur@g26.ethz.ch>
      
      	* [ole/ole2nls.c] [ole/nls/*]
      	Added the first 57 nls files, most are not yet complete.
      
      Wed Jun 17 11:16:54 1998  David Luyer <luyer@ucs.uwa.edu.au>
      
      	* [relay32/relay386.c] [if1632/relay.c]
      	Move debug_relay_(include|exclude)_list handling into
      	seperate function RELAY_ShowDebugmsgsRelay().  Include
      	checking of this for 16 bit calls (originally only
      	32-bit calls).
      
      	* [relay32/snoop.c] [misc/main.c]
      	Add debug_snoop_(include|exclude)_list as per the relay stuff.
      	Fix typo and add information on -debugmsg +/-relay=... in
      	help on -debugmsg.  Refer to availability of snoop too.
      
      Tue Jun 10 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [controls/header.c][include/header.h][include/commctrl.h]
      	Added owner draw support.
      
      	* [windows/nonclient.c][windows/sysmetics.c]
      	Fixed menu bar height for Win95 look.
      	Split NC_AdjustRect95() into NC_AdjustRectOuter95() and
      	NC_AdjustRectInner95 to fix a menu bar bug.
      	Improved Win95 look.
      
      	* [controls/progress.c]
      	Improved drawing code. Borders will be drawn by non-client code.
      
      	* [controls/updown.c]
      	Changed memory allocation and fixed some bugs.
      
      	* [controls/toolbar.c]
      	Fixed TB_BUTTONSTRUCTSIZE bug in MFC programs.
      	Several improvements.
      
      	* [misc/shell.c]
      	Added stub for BrowseForFoldersA().
      
      	* [misc/shellord.c]
      	Added stub for SHELL32_147().
      
      	* [controls/comctl32undoc.c]
      	Minor changes.
      
      	* [documentation/common_controls]
      	New File: Documentation about development status, undocumented
      	features and functions of the common controls.
      ebfc0fee