Release 960606wine-960606
commit1e9ac79811cbb2c53e38af96be46ce2acd437ba9
authorAlexandre Julliard <julliard@winehq.org>
Thu, 6 Jun 1996 18:38:27 +0000 (6 18:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Jun 1996 18:38:27 +0000 (6 18:38 +0000)
tree54a7ece78e59e62ed34c58627e893d2596f658bd
parentef702d89999ef5df2dc39f46ca8a285148ca63f3
Release 960606

Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [controls/button.c] [controls/listbox.c]
Fixed wParam of WM_DRAWITEM message.

* [if1632/Makefile.in] [loader/builtin.c]
Remove WPROCS32 DLL, as the relay code can call Wine routines
directly.

* [loader/module.c] [loader/ne_image.c]
Fixed initial stack layout for self-loading modules.

* [tools/build.c]
Fixed data segment building for Win16 modules.

* [windows/defdlg.c]
Implemented Win32 versions of DefDlgProc().

* [windows/dialog.c]
Merged Win16 and Win32 dialog code.
Added support for control extra data in dialog item template.

* [windows/win.c]
Unified Win16 and Win32 versions of CreateWindow().
Implemented Win32 version of GetWindowLong().

* [windows/winproc.c]
Changed the implementation of window procedures, so that 16-bit
winprocs are valid segmented pointers.

Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [misc/registry.c]
Fixed another bug in the w95 loader. Quietened some debug output.

Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>

* [windows/winproc.c]
Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.

Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>

* [resources/TODO] [resources/sysres_It.rc]
Updated font dialog box.

Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [include/commdlg.h] [misc/commdlg.c]
ChooseFont() and ChooseColor():
Bugfixes and added more support for some CF_* and CC_* flags:
dialog templates and font size control.
Bugfix in structure definition of CHOOSECOLOR definition.

* [ipc/dde_proc.c] [windows/event.c]
Replaced SendMessage with SendMessage16 and added inclusion of
  dde_proc.h for error-free compilation of ipc module.

Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>

* [windows/scroll.c]
Made ScrollDC to save/restore current clipping region.

* [misc/clipboard.c] [windows/event.c]
Implemented most of the previously missing features (not tested),
improved text pasting from/to X.

* [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
  [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
  [windows/winpos.c] [windows/painting.c]
Updated DCE code, implemented dynamic invalidation of owned DCs.
This fixes a lot of problems with scrolling in WinWord. Not
sure about the effect on -desktop.

Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>

* [win32/time.c] [if1632/kernel32.spec]
Added SetSystemTime and SetTimeZoneInformation.

* [if1632/kernel32.spec]
Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.

* [include/windows.h]
Added SYSTEM_POWER_STATUS structure and prototypes for
GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.

* [include/kernel32.h]
Added a prototype for SetTimeZoneInformation.

* [win32/environment.c] [if1632/kernel32.spec]
Added GetSystemPowerStatus and SetSystemPowerState stubs.
75 files changed:
ANNOUNCE
ChangeLog
controls/button.c
controls/combo.c
controls/listbox.c
controls/menu.c
if1632/Makefile.in
if1632/gdi.spec
if1632/kernel32.spec
if1632/user.spec
if1632/user32.spec
if1632/wprocs.spec
if1632/wprocs32.spec [deleted file]
include/bitmap.h
include/brush.h
include/callback.h
include/class.h
include/clipboard.h
include/commdlg.h
include/dc.h
include/dce.h
include/dialog.h
include/gdi.h
include/kernel32.h
include/module.h
include/struct32.h
include/win.h
include/windows.h
include/winproc.h
include/wintypes.h
ipc/dde_proc.c
library/miscstubs.c
loader/builtin.c
loader/module.c
loader/ne_image.c
loader/pe_image.c
misc/clipboard.c
misc/commdlg.c
misc/escape.c
misc/registry.c
misc/shell.c
misc/spy.c
objects/bitblt.c
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/dc.c
objects/dib.c
objects/font.c
objects/gdiobj.c
objects/text.c
programs/progman/ChangeLog
programs/progman/program.c
resources/TODO
resources/sysres_It.rc
tools/build.c
win32/Makefile.in
win32/environment.c
win32/time.c
win32/user32.c
win32/winprocs.c [deleted file]
windows/class.c
windows/dce.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/mdi.c
windows/message.c
windows/msgbox.c
windows/painting.c
windows/scroll.c
windows/win.c
windows/winpos.c
windows/winproc.c