Release 961102wine-961102
commit139a4b18746506fe2bcd91c05c33a838bfa70a41
authorAlexandre Julliard <julliard@winehq.org>
Sat, 2 Nov 1996 14:24:07 +0000 (2 14:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 2 Nov 1996 14:24:07 +0000 (2 14:24 +0000)
tree163c8e3fd1f994f6c0a95bcbb23843dfb5e21a11
parent530ee8407caaca1693cce7b367122f14d4bbb0f2
Release 961102

Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [files/dos_fs.c]
Added long file name mask in DOSFS_FindNext().

* [loader/pe_image.c] [loader/task.c]
Moved Win32 task startup into TASK_CallToStart().

* [objects/dc.c]
Fixed SetDCState() for memory DC (thanks to Constantine
Sapuntzakis for spotting this one).

* [windows/winpos.c]
Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.

* [*/*]
Added Win32 version for many graphics functions.

Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>

* [controls/button.c]
BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.

* [controls/edit.c]
EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
EDIT_EM_GetSel() renamed to EDIT_GetSel().

* [windows/dialog.c]
DS_LOCALEDIT is a dialog style not an edit style.

* [windows/winproc.c]
Stop stack trashing when wndPtr->text == NULL.

Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>

* [windows/dce.c]
GetDCEx32 - The determination of whether to use the DC cache or
  not should be independent of DCX_USESTYLE.

Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>

* [files/directory.c]
Added errno.h to #includes

* [tools/makedep.c]
Close files once they have been processed.
76 files changed:
ANNOUNCE
ChangeLog
Make.rules.in
controls/button.c
controls/combo.c
controls/desktop.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/static.c
controls/status.c
debugger/debug.l
files/directory.c
files/dos_fs.c
graphics/win16drv/init.c
graphics/x11drv/init.c
if1632/gdi.spec
if1632/gdi32.spec
if1632/thunk.c
if1632/user.spec
if1632/user32.spec
if1632/wprocs.spec
include/brush.h
include/dos_fs.h
include/nonclient.h
include/pen.h
include/region.h
include/syscolor.h
include/windows.h
loader/module.c
loader/pe_image.c
loader/task.c
misc/clipboard.c
misc/commdlg.c
misc/main.c
misc/registry.c
misc/shell.c
misc/ver.c
miscemu/int21.c
miscemu/vxd.c
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/cursoricon.c
objects/dc.c
objects/dib.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/oembitmap.c
objects/pen.c
objects/region.c
objects/text.c
rc/parser.l
rc/parser.y
rc/winerc.c
tools/makedep.c
win32/cursoricon32.c
windows/caret.c
windows/class.c
windows/dce.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/hook.c
windows/mdi.c
windows/nonclient.c
windows/painting.c
windows/scroll.c
windows/syscolor.c
windows/win.c
windows/winpos.c
windows/winproc.c