Changeset 1118 for trunk/changelog


Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1116 r1118  
    1  /* $Id: changelog,v 1.264 1999-10-03 20:40:54 sandervl Exp $ */
     1 /* $Id: changelog,v 1.265 1999-10-04 09:55:47 sandervl Exp $ */
     2
     3 99-10-04: Edgar Buerkle <Edgar.Buerkle@gmx.net>
     4        - USER32: Fixes for window style update, mouse button messages,
     5                  WS_CAPTION style and apps with a dialog as their main window.
     6                  (set owner to desktop)
     7        - KERNEL32: Extra checks for valid heap pointers
     8
     9 99-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
     10        - USER32: Deleted dialog.cpp
     11        - DPLAY, MSACM32: Compilation fix (indirectly included win32type.h)
     12        - KERNEL32: Fixed getVersionStruct for PE & LX images (didn't copy
     13                    version data before)
     14                    Fixed module name lookup for win32 images executed by the PE
     15                    loader. (can't use OSLibQueryModuleHandle for those)
     16
     17 99-10-04: Jens Wiessner <wiessnej@rfi.de>
     18        - CRTDLL: Implemented functions + added stubs
     19        - MSVCRT: More stubs + crtdll forwarders
     20
     21 99-10-04: Yuri Dario <mc6530@mclink.it>
     22        - ddeml.h: new macros
     23        - mmsystem.h: changed sndPlaySound and mciCommand prototypes (as in MS sdk)
     24        - shlobh.h: added ifdef for direct inclusion
     25        - winbase.h: added UnlockResource macro
     26        - windef.h: changed return type (maybe also other functions are wrong)
     27        - windows.h: included ddeml.h
     28        - windowsx.h: added macros
     29        - wingdi.h: added win95 bitmap structures
     30        - winuser.h: few macros and changed DLGTEMPLATE prototypes as in MS sdk
     31        - crtdll.cpp: now includes libc/locale.h, so toolkit headers are included also for VA36
     32        - shell32/makefile: added code for library export.
     33        - shell32/new/makefile: added code for library export.
     34        - dialog.cpp: DLGTEMPLATE changes
     35        - windlg.cpp: DLGTEMPLATE changes.
     36        - win32k/makefile: corrected paths
     37        - win32k/include/pe2lx.h: this section should be included for VA36
    238
    339 99-10-03: Daniela Engert <dani@ngrt.de>
Note: See TracChangeset for help on using the changeset viewer.