Release 960616wine-960616
commit8b9156307994a7bd159925e8f32cde34874f6c21
authorAlexandre Julliard <julliard@winehq.org>
Sun, 16 Jun 1996 16:16:05 +0000 (16 16:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 16 Jun 1996 16:16:05 +0000 (16 16:16 +0000)
tree3a14cf4e88c9ae7adc7d1f348d386c7d86367be9
parentd90840e18070cddc32a85b569b3647ce7458e85f
Release 960616

Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [memory/heap.c]
Fixed bug in HeapRealloc (thanks to Bruce Milner).

* [misc/wsprintf.c]
Fixed argument size for %c format in wsprintf16().

* [objects/dc.c]
Don't free hFirstBitmap for saved DCs.

* [windows/event.c]
Added timer handling in EVENT_WaitXEvent().

* [windows/message.c]
In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
event is for the current task; if not, wake the other task.

* [windows/queue.c] [include/queue.h]
Added 'self' handle in queue structure.

* [windows/timer.c]
Added TIMER_ExpireTimers() function to mark expired timers and
wake up the corresponding tasks.

Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>

* [windows/mapping.c]
First point in list was mapped multiple times in DPtoLP and
  LPtoDP.  Other points were not mapped.

Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>

* [misc/shell.c]
Some fixes for ExtractIcon function family.

* [documentation/user_module]
Chapter about windowing and messaging subsystems.
22 files changed:
ANNOUNCE
ChangeLog
documentation/user_module [new file with mode: 0644]
include/message.h
include/queue.h
include/windows.h
library/miscstubs.c
loader/task.c
memory/heap.c
misc/clipboard.c
misc/shell.c
misc/wsprintf.c
objects/dc.c
windows/class.c
windows/dce.c
windows/event.c
windows/mapping.c
windows/message.c
windows/nonclient.c
windows/queue.c
windows/timer.c
windows/win.c