Release 950109wine-950109
commit7cbe65725a22825f544cc35979c329fbb57f2767
authorAlexandre Julliard <julliard@winehq.org>
Mon, 9 Jan 1995 18:21:16 +0000 (9 18:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Jan 1995 18:21:16 +0000 (9 18:21 +0000)
tree6f20df2908f011611012ce225bbcf61754f8c451
parent3a5816f87ea2954aa957c87974912fe0ca04b823
Release 950109

Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)

* [memory/global.c]
GlobalCompact should now return the correct value when the
largest run of free blocks includes the last block.

* [windows/mdi.c]
Tiling and cascading windows without any MDI children should
no longer crash (assuming no-op is the correct thing to do).

Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>

* [objects/font.c]
GetTextExtentPoint: fixed debug output, str is counted string, not
        zero terminated.

* [if1632/relay.c]
DLLRelay: when debugging_stack got segv, added upper bound for
        stack dump.
98 files changed:
ANNOUNCE
ChangeLog
Imakefile
controls/button.c
controls/combo.c
controls/desktop.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/static.c
debugger/hash.c
debugger/readline/editline.c
if1632/callback.c
if1632/relay.c
include/bitmap.h
include/brush.h [new file with mode: 0644]
include/dc.h
include/debug.h
include/font.h
include/gdi.h
include/graphics.h
include/message.h
include/miscemu.h
include/palette.h [new file with mode: 0644]
include/pen.h [new file with mode: 0644]
include/prototypes.h
include/region.h [new file with mode: 0644]
include/selectors.h
include/stddebug.h
include/syscolor.h
include/win.h
include/winpos.h
loader/resource.c
loader/signal.c
memory/global.c
memory/heap.c
misc/clipboard.c
misc/commdlg.c
misc/dos_fs.c
misc/driver.c
misc/keyboard.c
misc/lstr.c
misc/main.c
misc/message.c
misc/network.c
misc/profile.c
misc/shell.c
misc/sound.c
miscemu/emulate.c
miscemu/int1a.c
miscemu/int21.c
miscemu/int25.c
miscemu/int26.c
multimedia/audio.c
multimedia/mcianim.c
multimedia/mcicda.c
multimedia/midi.c
multimedia/mmaux.c
multimedia/mmsystem.c
objects/Imakefile
objects/bitblt.c
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/color.c
objects/dc.c
objects/dcvalues.c
objects/dib.c
objects/dither.c [deleted file]
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/oembitmap.c
objects/palette.c
objects/pen.c
objects/region.c
objects/text.c
rc/sysres.h [deleted file]
rc/sysresbm.h [deleted file]
tools/build.c
windows/Imakefile
windows/cursor.c
windows/defwnd.c
windows/dialog.c
windows/graphics.c
windows/hook.c
windows/icon.c [deleted file]
windows/mapping.c
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/painting.c
windows/scroll.c
windows/syscolor.c
windows/timer.c
windows/utility.c
windows/win.c
windows/winpos.c