mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
2d93d000a4
Tue May 21 14:06:07 1996 Alexandre Julliard <julliard@lrc.epfl.ch> * [controls/button.c] Made ButtonWndProc a 32-bit window procedure. * [controls/desktop.c] Made DesktopWndProc a 32-bit window procedure. Added handling of WM_SETCURSOR. * [controls/menu.c] Allocate menu items and strings on the 32-bit system heap. Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu, AppendMenu and LoadMenuIndirect. * [controls/widgets.c] Added possibility to have 32-bit built-in classes. * [files/drive.c] Implemented GetLogicalDrive() and GetLogicalDriveStrings(). * [misc/spy.c] [include/spy.h] Added support for spying Win32 messages. * [loader/builtin.c] Fixed bug in -dll option parsing. * [memory/local.c] Added back the change by Huw D. M. Davies to free the block in LocalRealloc() before allocating the new one. * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c] Fixed bug in bitmap size that caused memory corruption for 24bpp. * [windows/defwnd.c] Implemented Win32 version of DefWindowProc(). * [windows/dialog.c] Implemented Win32 version of SendDlgItemMessage, Get/SetDlgItemText and Get/SetDlgItemInt. * [windows/mdi.c] Implemented Win32 version of DefFrameProc() and DefMDIChildProc(). Don't make a copy of the OBM bitmaps for every MDI window. * [windows/message.c] Implemented Win32 version of SendMessage(). * [windows/winproc.c] [windows/class.c] [windows/win.c] New scheme for 32-bit window procedures to replace aliases. All 32-bit window procedure get a 16-bit address pointing to a WINDOWPROC structure. Implemented Ansi<->Unicode translation for CallWindowProc(). Added translation of WM_DRAWITEM between Win16 and Win32. * [windows/win.c] [include/callback.h] Added ugly hack to build CREATESTRUCT on the stack when sending WM_NCCREATE. Implemented Win32 version of Get/SetWindowWord/Long and Get/SetWindowText. Fri May 17 10:20:16 1996 Albrecht Kleine <kleine@ak.sax.de> * [controls/button.c] Avoid gray text on gray background in disabled push buttons using a b/w raster and some raster operations (PatBlt,BitBlt). * [objects/text.c] DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
56 lines
2.7 KiB
Text
56 lines
2.7 KiB
Text
This is release 960521 of Wine the MS Windows emulator. This is still a
|
|
developer's only release. There are many bugs and many unimplemented API
|
|
features. Most applications still do not work.
|
|
|
|
Patches should be submitted to "julliard@lrc.epfl.ch". Please don't
|
|
forget to include a ChangeLog entry.
|
|
|
|
WHAT'S NEW with Wine-960521: (see ChangeLog for details)
|
|
- Even more Win32 support.
|
|
- Winhelp clone should compile OK.
|
|
- Lots of bug fixes.
|
|
|
|
See the README file in the distribution for installation instructions.
|
|
|
|
Because of lags created by using mirror, this message may reach you before
|
|
the release is available at the ftp sites. The sources will be available
|
|
from the following locations:
|
|
|
|
sunsite.unc.edu:/pub/Linux/ALPHA/wine/development/Wine-960521.tar.gz
|
|
tsx-11.mit.edu:/pub/linux/ALPHA/Wine/development/Wine-960521.tar.gz
|
|
ftp.infomagic.com:/pub/mirrors/linux/wine/development/Wine-960521.tar.gz
|
|
aris.com:/pub/linux/ALPHA/Wine/development/Wine-960521.tar.gz
|
|
|
|
It should also be available from any site that mirrors tsx-11 or sunsite.
|
|
|
|
If you submitted a patch, please check to make sure it has been
|
|
included in the new release.
|
|
|
|
If you want to get the new releases faster, you can subscribe to the
|
|
wine-patches mailing list by sending a mail containing 'subscribe
|
|
wine-patches your_address' to majordomo@tiger.informatik.hu-berlin.de.
|
|
|
|
Wine is available thanks to the work of Bob Amstadt, Dag Asheim,
|
|
Martin Ayotte, Ross Biro, Uwe Bonnes, Erik Bos, Fons Botman, John Brezak,
|
|
Andrew Bulhak, John Burton, Niels de Carpentier, Roman Dolejsi,
|
|
Frans van Dorsselaer, Paul Falstad, Olaf Flebbe, Peter Galbavy,
|
|
Ramon Garcia, Hans de Graaff, Charles M. Hannum, John Harvey,
|
|
Cameron Heide, Jochen Hoenicke, Onno Hovers, Jeffrey Hsu,
|
|
Miguel de Icaza, Jukka Iivonen, Alexandre Julliard, Jochen Karrer,
|
|
Andreas Kirschbaum, Albrecht Kleine, Jon Konrath, Alex Korobka,
|
|
Greg Kreider, Anand Kumria, Scott A. Laird, Martin von Loewis,
|
|
Kenneth MacDonald, Peter MacDonald, William Magro, Juergen Marquardt,
|
|
Marcus Meissner, Graham Menhennitt, David Metcalfe, Steffen Moeller,
|
|
Philippe De Muyter, Itai Nahshon, Michael Patra, Jim Peterson,
|
|
Robert Pouliot, Keith Reynolds, John Richardson, Johannes Ruscheinski,
|
|
Thomas Sandford, Constantine Sapuntzakis, Daniel Schepler, Ulrich Schmid,
|
|
Bernd Schmidt, Yngvi Sigurjonsson, Rick Sladkey, William Smith,
|
|
Erik Svendsen, Tristan Tarrant, Andrew Taylor, Duncan C Thomson,
|
|
Goran Thyni, Jimmy Tirtawangsa, Jon Tombs, Linus Torvalds,
|
|
Gregory Trubetskoy, Michael Veksler, Sven Verdoolaege, Eric Warnke,
|
|
Manfred Weichel, Morten Welinder, Jan Willamowius, Carl Williams,
|
|
Karl Guenter Wuensch, Eric Youngdale, and James Youngman.
|
|
|
|
--
|
|
Alexandre Julliard
|
|
julliard@lrc.epfl.ch
|