Release 960314wine-960314
commitb817f4fbb59837d7dbdf387141f3f81cba9abfe5
authorAlexandre Julliard <julliard@winehq.org>
Thu, 14 Mar 1996 18:08:34 +0000 (14 18:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Mar 1996 18:08:34 +0000 (14 18:08 +0000)
tree1f76d00a862f254c696e9319fee56864e45b4a97
parentd2e1c1a43a237d8a15f6d997b60349ac3d98e0c3
Release 960314

Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [controls/edit.c]
Removed calls to memmove (not portable).

* [debugger/dbg.y] [debugger/debug.l]
Prefixed all token with 't' to avoid conflicts with type
definitions.
Added 'walk queue', 'walk class' and 'info class' commands.

* [debugger/info.c]
Moved queue and window information functions to windows/queue.c
and windows/win.c respectively.

* [loader/signal.c]
Added SIGHUP handling to force entry into built-in debugger.
Cleaned up a bit.

* [misc/spy.c]
General cleanup and performance improvements.

* [windows/class.c]
Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
debugger.

* [windows/event.c]
Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
sure if this key combination is a good choice...

* [windows/message.c] [windows/queue.c] (New file)
Moved message queue handling functions to windows/queue.c.

Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>

* [if1632/except.S] [include/except.h] [win32/except.c] (New files)
Implemented Win32 exception functions: RaiseException(),
  RtlUnwind(), SetUnhandledExceptionFilter() and
UnhandledExceptionFilter().

Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [controls/listbox.c] [include/listbox.h]
Special handling for COMBOLBOX styles introduced via extension of
  HEADLIST structure: lphl->dwStyle.

Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>

* [controls/combo.c]
Any mouse movement within a small distance (defined by CBLMM_EDGE)
of the top or bottom edge causes the window to scroll.  Also moved
some assignments so the routine works correctly.

* [controls/listbox.c]
Changing selection in ListBoxSetCurSel now updates PrevFocused.
Added to LBSetFont and CreateListBoxStruct a fake hdc that tests
and sets the standard text height.

Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>

* [windows/dce.c]
Fixed memory leak in DCE_ClipWindows().
47 files changed:
ANNOUNCE
ChangeLog
configure
controls/combo.c
controls/edit.c
controls/listbox.c
debugger/dbg.y
debugger/debug.l
debugger/hash.c
debugger/info.c
if1632/Makefile.in
if1632/except.S [new file with mode: 0644]
if1632/kernel32.spec
if1632/keyboard.spec
if1632/user.spec
include/class.h
include/debugger.h
include/except.h [new file with mode: 0644]
include/kernel32.h
include/listbox.h
include/message.h
include/queue.h [copied from include/message.h with 76% similarity]
include/spy.h
include/task.h
include/win.h
include/windows.h
loader/main.c
loader/signal.c
loader/task.c
misc/shell.c
misc/spy.c
misc/user.c
win32/Makefile.in
win32/except.c [new file with mode: 0644]
win32/newfns.c
windows/Makefile.in
windows/class.c
windows/dce.c
windows/defwnd.c
windows/event.c
windows/hook.c
windows/message.c
windows/painting.c
windows/queue.c [new file with mode: 0644]
windows/timer.c
windows/win.c
windows/winpos.c