Release 971012wine-971012
commit17216f56370fb0499e024a44570e59c198b47626
authorAlexandre Julliard <julliard@winehq.org>
Sun, 12 Oct 1997 16:30:17 +0000 (12 16:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 12 Oct 1997 16:30:17 +0000 (12 16:30 +0000)
tree2a57b5e74098e87c4e880d0627b5b38f957ba320
parent3db94ef2ec518326893ed26ce9f838dc547c4003
Release 971012

Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [if1632/builtin.c] [if1632/relay.c]
Relay debugging entry points are now generated on the fly for
Win32 DLLs.

* [include/stackframe.h]
Added VA_LIST16 type and macros to access arguments on the 16-bit
stack.

* [memory/global.c]
Fixed GlobalHandle32 to work with fixed blocks.

* [misc/ddeml.c] (New file)
Added a lot of stubs for DDEML functions.

* [objects/dc.c]
Added Get/SetGraphicsMode().

* [objects/gdiobj.c] [windows/winpos.c]
Added a few stubs.

* [tools/build.c]
Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
'register' functions can no longer take arguments in Win32.
  The Win32 NE module is now generated by MODULE_CreateDummyModule.
CallFrom32 callbacks removed except for register functions.

Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>

* [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
  [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
  [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
  [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
  [include/callback.h] [include/win16drv.h]
Added support for pens and brushes in SelectObject. Added support
for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
Rectangle. Text is drawn in the correct place more often. These
changes may only work with the Windows Postscript driver since
many other drivers now need more GDI support.

Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>

* [debugger/expr.c]
Fixed typo for the >> operator.

* [loader/task.c]
Fixed SwitchStackTo(); it used to return with the new stack placed
four bytes too high in memory.

* [loader/ne_resource.c]
Removed problematic nametable code introduced in Wine 970914.

Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>

* [controls/commctrl.c]
Added this files to hold functions from the comctl32.dll
Added to this files some functions scattered in different places
(such as InitCommonControls) and added some new ones as well.

* [include/syscolor.h] [windows/syscolor.c]
Added proper entries for all possible COLOR_* values.

* [objects/brush.c]
Modified GetSysColorBrush to return the correct brush for
all possible COLOR_* constants.

Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>

* [loader/module.c] [scheduler/process.c] [win32/environment.c]
Another approach to get access to an unrestricted commandline.

* [misc/crtdll.c]
Make fclose work again.

* [if1632/crtdll.spec]
Use sprintf for crtdll-sprintf again as e.g. %g is not available
for wsprintf.

* [misc/wsprintf.c]
Make WPR_STRING work in more situations.
Added debug output for the wsprintf functions.

* [misc/crtdll.c] [misc/main.c]
Use argv[0] as comand with CRTDLL_system.

Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>

* [*/*]
        Removed some compiler warnings.

* [msdos/int15.c]
        New INT 15 handler.
90 files changed:
ANNOUNCE
ChangeLog
Make.rules.in
controls/Makefile.in
controls/commctrl.c [new file with mode: 0644]
controls/status.c
controls/updown.c
controls/widgets.c
debugger/expr.c
files/profile.c
graphics/win16drv/Makefile.in
graphics/win16drv/brush.c [new file with mode: 0644]
graphics/win16drv/graphics.c [new file with mode: 0644]
graphics/win16drv/init.c
graphics/win16drv/objects.c
graphics/win16drv/pen.c [new file with mode: 0644]
graphics/win16drv/prtdrv.c
graphics/win16drv/text.c
if1632/Makefile.in
if1632/advapi32.spec
if1632/builtin.c
if1632/comctl32.spec
if1632/comdlg32.spec
if1632/commdlg.spec
if1632/crtdll.spec
if1632/ddeml.spec
if1632/gdi.spec
if1632/gdi32.spec
if1632/kernel32.spec
if1632/ntdll.spec
if1632/ole32.spec
if1632/relay.c
if1632/shell32.spec
if1632/thunk.c
if1632/user.spec
if1632/user32.spec
if1632/wprocs.spec
include/arch.h [deleted file]
include/callback.h
include/commctrl.h
include/commdlg.h
include/ddeml.h [new file with mode: 0644]
include/gdi.h
include/mmsystem.h
include/module.h
include/options.h
include/peexe.h
include/stackframe.h
include/syscolor.h
include/win16drv.h
include/windows.h
include/wintypes.h
library/Makefile.in
library/arch.c [deleted file]
library/miscstubs.c
loader/module.c
loader/ne_image.c
loader/ne_resource.c
loader/resource.c
loader/task.c
memory/global.c
memory/heap.c
misc/Makefile.in
misc/commdlg.c
misc/crtdll.c
misc/ddeml.c [new file with mode: 0644]
misc/lstr.c
misc/main.c
misc/ntdll.c
misc/ole2.c
misc/shell.c
misc/ver.c
misc/winsock.c
misc/wsprintf.c
msdos/Makefile.in
msdos/int15.c [new file with mode: 0644]
msdos/ioports.c
multimedia/time.c
objects/brush.c
objects/dc.c
objects/gdiobj.c
scheduler/process.c
tools/build.c
tools/makedep.c
win32/advapi.c
win32/environment.c
win32/except.c
win32/security.c
windows/syscolor.c
windows/winpos.c