Sweden-Number/win32
Alexandre Julliard b817f4fbb5 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().
1996-03-14 18:08:34 +00:00
..
Makefile.in Release 960314 1996-03-14 18:08:34 +00:00
advapi.c Release 951226 1995-12-26 15:05:24 +00:00
code_page.c Release 951124 1995-11-26 13:59:11 +00:00
console.c Release 951124 1995-11-26 13:59:11 +00:00
environment.c Release 951226 1995-12-26 15:05:24 +00:00
error.c Release 951212 1995-12-12 18:49:11 +00:00
except.c Release 960314 1996-03-14 18:08:34 +00:00
file.c Release 960114 1996-01-14 18:12:01 +00:00
gdi32.c Release 960218 1996-02-18 18:44:41 +00:00
heap.c Release 960218 1996-02-18 18:44:41 +00:00
init.c Release 960302 1996-03-02 19:34:10 +00:00
memory.c Release 960225 1996-02-25 11:36:22 +00:00
newfns.c Release 960314 1996-03-14 18:08:34 +00:00
object_mgt.c Release 951226 1995-12-26 15:05:24 +00:00
param32.c Release 960309 1996-03-09 16:12:43 +00:00
process.c Release 960131 1996-01-31 19:02:28 +00:00
resource.c Release 960302 1996-03-02 19:34:10 +00:00
string32.c Release 960302 1996-03-02 19:34:10 +00:00
struct32.c Release 960309 1996-03-09 16:12:43 +00:00
thread.c Release 951212 1995-12-12 18:49:11 +00:00
time.c Release 960302 1996-03-02 19:34:10 +00:00
user32.c Release 960309 1996-03-09 16:12:43 +00:00
winprocs.c Release 960309 1996-03-09 16:12:43 +00:00