Release 960405
Fri Apr 5 15:22:55 1996 Alexandre Julliard <julliard@lrc.epfl.ch> * [controls/button.c] [controls/static.c] Changes to use WND * wherever possible. * [debugger/dbg.y] [debugger/debug.l] Added 'info module' and 'walk module' commands. * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c] Added assembly code generation to call from Wine into 32-bit code. Changed all 'call32' references in 'callfrom16' to avoid confusion with Win32 routines. * [include/callback.h] Added prototypes for 32-bit callbacks. * [loader/module.c] [if1632/relay32.c] [tools/build.c] Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is now generated by the build program. * [include/module.h] Added extra info to NE_MODULE for Win32 modules to point to the PE module data. * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c] Removed the wine_files list. The PE data for a module can now be accessed with the NE_WIN32_MODULE macro. * [loader/signal.c] [miscemu/instr.c] Don't start the BIOS timer at startup, but only after an access to the 0x40 segment. * [memory/local.c] Changed LOCAL_Lock() to return a 32-bit pointer. * [misc/main.c] [include/dlls.h] Some built-in DLLs (like KERNEL) can no longer be disabled from the command-line. Thu Apr 4 19:54:39 1996 Keith Reynolds <keithr@sco.COM> * [*/*] A lot of small changes to support SCO OpenServer 5. Thu Apr 4 15:38:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl> * [controls/edit.c] Fixed GetKeyState() call to use 0x8000 convention. * [include/windows.h] Added undocumented messages EM_SCROLL and EM_GETTHUMB. Thu Apr 4 09:52:52 1996 John Harvey <john@division.co.uk> * [if1632/except.S] Modified code to assemble on unixware. Wed Apr 3 09:38:26 1996 Juergen Marquardt <marqu@lunar.advantest.de> * [objects/font.c] Implementation of a second font cache which will be updated dynamically. Mon Apr 1 16:47:40 1996 Robert Pouliot <krynos@qbc.clic.net> * [resources/sysres_Cz.rc] [resources/sysres_Da.rc] [resources/sysres_De.rc] [resources/sysres_Eo.rc] [resources/sysres_Es.rc] [resources/sysres_Fi.rc] [resources/sysres_No.rc] [resources/TODO] Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
Showing
- ANNOUNCE 9 additions, 9 deletionsANNOUNCE
- ChangeLog 72 additions, 0 deletionsChangeLog
- Make.rules.in 2 additions, 1 deletionMake.rules.in
- Makefile.in 2 additions, 1 deletionMakefile.in
- controls/button.c 57 additions, 70 deletionscontrols/button.c
- controls/edit.c 2 additions, 11 deletionscontrols/edit.c
- controls/static.c 41 additions, 45 deletionscontrols/static.c
- debugger/break.c 1 addition, 0 deletionsdebugger/break.c
- debugger/dbg.y 4 additions, 1 deletiondebugger/dbg.y
- debugger/debug.l 1 addition, 0 deletionsdebugger/debug.l
- files/dos_fs.c 1 addition, 1 deletionfiles/dos_fs.c
- files/drive.c 3 additions, 3 deletionsfiles/drive.c
- if1632/Makefile.in 15 additions, 11 deletionsif1632/Makefile.in
- if1632/callback.c 1 addition, 2 deletionsif1632/callback.c
- if1632/except.S 53 additions, 52 deletionsif1632/except.S
- if1632/relay.c 84 additions, 51 deletionsif1632/relay.c
- if1632/relay32.c 52 additions, 173 deletionsif1632/relay32.c
- include/callback.h 19 additions, 2 deletionsinclude/callback.h
- include/debugger.h 4 additions, 0 deletionsinclude/debugger.h
- include/dlls.h 3 additions, 2 deletionsinclude/dlls.h
Loading
Please register or sign in to comment