Release 961023wine-961023
commit530ee8407caaca1693cce7b367122f14d4bbb0f2
authorAlexandre Julliard <julliard@winehq.org>
Wed, 23 Oct 1996 16:59:13 +0000 (23 16:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Oct 1996 16:59:13 +0000 (23 16:59 +0000)
tree535f8fe2a4f07708b4a042729b1d1175e01770af
parentbf9130af10a96aa16ca9aa8658b179ff462d89d6
Release 961023

Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [*/Makefile.in] [tools/makedep.c]
New program to generate dependencies; should be faster and more
portable than 'gcc -MM'.

* [*/*]
Replaced WPARAM and HDC by explicitly-sized types.

* [windows/hook.c]
Fixed bug in HOOK_GetHook16 function.

Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>

* [include/debug.h] [include/stddebug.h]
        Added debug option for win16drv (-debugmsg +win16drv)

* [graphics/win16drv/init.c]
        Only enable CreateDC if printer=on specified in wine section of
  wine.conf.
  printfs changed to dprintf_win16drv.
Some tidying up.

* [include/gdi.h] [graphics/x11drv/clipping.c]
  [graphics/x11drv/Makefile.in]
        Moved SetDeviceClipping into drivers.
81 files changed:
ANNOUNCE
ChangeLog
Make.rules.in
Makefile.in
controls/button.c
controls/combo.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/static.c
debugger/Makefile.in
documentation/languages
graphics/metafiledrv/init.c
graphics/win16drv/init.c
graphics/x11drv/Makefile.in
graphics/x11drv/clipping.c [new file with mode: 0644]
graphics/x11drv/init.c
if1632/thunk.c
include/combo.h
include/commdlg.h
include/debug.h
include/gdi.h
include/listbox.h
include/mdi.h
include/menu.h
include/mmsystem.h
include/msdos.h
include/nonclient.h
include/ole.h
include/shell.h
include/static.h
include/stddebug.h
include/windows.h
include/x11drv.h
library/miscstubs.c
libtest/Makefile.in
misc/clipboard.c
misc/commdlg.c
misc/escape.c
misc/olecli.c
misc/shell.c
misc/winsocket.c
multimedia/mcistring.c
objects/bitblt.c
objects/clipping.c
objects/cursoricon.c
objects/dc.c
objects/dcvalues.c
objects/dib.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/oembitmap.c
objects/palette.c
objects/text.c
programs/Makefile.in
programs/progman/Makefile.in
programs/winhelp/Makefile.in
rc/Makefile.in
rc/winerc.c
resources/Makefile.in
tools/Makefile.in
tools/make_debug
tools/makedep.c [new file with mode: 0644]
windows/dce.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/hook.c
windows/mapping.c
windows/mdi.c
windows/message.c
windows/msgbox.c
windows/nonclient.c
windows/painting.c
windows/scroll.c
windows/win.c
windows/winpos.c
wine.man