Release 970415wine-970415
commit889f74244d28b0bb8ec9a839f3436d27d622268a
authorAlexandre Julliard <julliard@winehq.org>
Tue, 15 Apr 1997 17:19:52 +0000 (15 17:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Apr 1997 17:19:52 +0000 (15 17:19 +0000)
treee32458151ee2d50a472ba4bb26f45d2783001eb0
parentdf2673b7e09412bc4584fd39d06c7a4cfba68fe5
Release 970415

Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>

* [graphics/win16drv/init.c]
Minor changes to help debug problems.

* [if1632/dummy.c] [if1632/gdi.spec]
Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.

* [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
StartDoc16, EndDoc16 new functions.

Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [memory/virtual.c]
Implemented MapViewOfFile.

* [debugger/dbg.y]
Added 'info maps' command.

Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>

* [controls/edit.c] [controls/EDIT.TODO]
Started restructuring.  Performance improvements.
Fixed: wordwrap, scrollbar handling, scrolling, painting,
EditWndProc() is now reentrant, wordbreak procs,
better compliance to specs.
New: margins, format rectangle.

* [controls/widgets.c]
Changed the cursor for the edit control class to an I-beam.

* [include/callback.h]
Added 32 bit wordbreak callback.

Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>

* [objects/metafile.c]
Added handling of some more metafile records:
META_CREATEREGION, META_INVERTREGION etc.

Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>

* [loader/signal.c]
Define kernel sigaction ourselves instead of getting it
from the kernel source.

Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>

* [control/menu.c]
Fix return value range for GetMenuState.

* [files/file.c]
Always fill out ofs->szPathName in FILE_DoOpenFile.

* [memory/string.c]
Add debug option string.

* [objects/cursoricon.c]
Fix return value for DestroyIcon32.

Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>

* [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
Added description of the source tree. Moved several
files to fit it.

* [misc/shell.c]
Use Win32 heap functions.
60 files changed:
ANNOUNCE
ChangeLog
DEVELOPERS-HINTS
controls/EDIT.TODO
controls/edit.c
controls/listbox.c
controls/menu.c
controls/widgets.c
debugger/dbg.y
debugger/debug.l
debugger/info.c
files/file.c
graphics/Makefile.in
graphics/escape.c [moved from misc/escape.c with 100% similarity]
graphics/fontengine.c [moved from misc/fontengine.c with 100% similarity]
graphics/metafiledrv/init.c
graphics/painting.c [copied from windows/graphics.c with 80% similarity]
graphics/win16drv/init.c
graphics/x11drv/init.c
if1632/dummy.c
if1632/gdi.spec
if1632/kernel32.spec
if1632/shell.spec
include/bitmap.h
include/callback.h
include/debug.h
include/gdi.h
include/stddebug.h
include/winbase.h
include/windows.h
include/winproc.h
ipc/dde_proc.c
loader/module.c
loader/ne_image.c
loader/pe_image.c
loader/signal.c
loader/task.c
memory/string.c
memory/virtual.c
misc/Makefile.in
misc/cpu.c
misc/printdrv.c
misc/shell.c
msdos/int21.c
objects/cursoricon.c
objects/dib.c
objects/metafile.c
objects/palette.c
scheduler/process.c
windows/Makefile.in
windows/clipboard.c [moved from misc/clipboard.c with 100% similarity]
windows/driver.c [moved from misc/driver.c with 100% similarity]
windows/graphics.c
windows/hook.c
windows/keyboard.c
windows/rect.c [moved from misc/rect.c with 100% similarity]
windows/user.c [moved from misc/user.c with 68% similarity]
windows/winhelp.c [moved from misc/exec.c with 59% similarity]
windows/winproc.c
wine.man