Changeset 505 for trunk/changelog


Ignore:
Timestamp:
Aug 16, 1999, 12:32:47 PM (26 years ago)
Author:
phaller
Message:

Add: more stubs for shell32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r504 r505  
    1  /* $Id: changelog,v 1.84 1999-08-16 09:00:10 sandervl Exp $ */
     1 /* $Id: changelog,v 1.85 1999-08-16 10:32:47 phaller Exp $ */
     2
     3 99-08-16: Patrick Haller <phaller@gmx.net>
     4        - SHELL32: integrated Christoph Bratschis SHELL32 stubs
     5
    26 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
    3         - USER32: uitools.cpp update
     7        - USER32: uitools.cpp update
    48
    59 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
     
    1014
    1115 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
    12         - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
     16        - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
    1317
    1418 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
    15         - KERNEL32: Export heap functions by ordinal
    16         - src\makefile: compile lz32 before version (dependency)
     19        - KERNEL32: Export heap functions by ordinal
     20        - src\makefile: compile lz32 before version (dependency)
    1721
    1822 99-08-12: Patrick Haller <phaller@gmx.net>
    19         - VERSION: enhanced plus odinwrap macros
     23        - VERSION: enhanced plus odinwrap macros
    2024
    2125 99-08-11: Patrick Haller <phaller@gmx.net>
    22         - ODINCRT: ordinal exports
    23         - ADVAPI32:odinwrap macros (partially)
     26        - ODINCRT: ordinal exports
     27        - ADVAPI32:odinwrap macros (partially)
    2428        - LZ32:    odinwrap macros
    2529
    2630 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
    27         - USER32/NEW: Fixed makefile (link with odincrt)
     31        - USER32/NEW: Fixed makefile (link with odincrt)
    2832
    2933 99-08-10: Patrick Haller <phaller@gmx.net>
    30         - LZ32: added preliminary support for independend LZ32 library
     34        - LZ32: added preliminary support for independend LZ32 library
    3135
    3236 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
    33         - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
    34                    change is non-intrusive for existing source.
     37        - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
     38                   change is non-intrusive for existing source.
    3539
    3640 99-08-06: Patrick Haller <phaller@gmx.net>
    37         - USER32:    added stubs so NT4's WINFILE can load
    38         - SHELL32:   added stubs so NT4's WINFILE can load
    39         - NTDLL:     added stubs so NT4's WINFILE can load
     41        - USER32:    added stubs so NT4's WINFILE can load
     42        - SHELL32:   added stubs so NT4's WINFILE can load
     43        - NTDLL:     added stubs so NT4's WINFILE can load
    4044
    4145 99-08-05: Patrick Haller <phaller@gmx.net>
    42         - KERNEL32:  interactive control over UnhandledExceptionFilter
     46        - KERNEL32:  interactive control over UnhandledExceptionFilter
    4347        - KERNEL32:  FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions
    44         - KERNEL32:  added WINE-style string functions in Heapstring.cpp
    45         - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
     48        - KERNEL32:  added WINE-style string functions in Heapstring.cpp
     49        - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
    4650
    4751 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
    48         - KERNEL32:  Bitmap conversion bugfix; always recalculate bitmap size
    49                      (bitmap in donut.exe (ddraw sample) contains wrong size)
     52        - KERNEL32:  Bitmap conversion bugfix; always recalculate bitmap size
     53                     (bitmap in donut.exe (ddraw sample) contains wrong size)
    5054
    5155 99-08-04: Patrick Haller <phaller@gmx.net>
    52         - KERNEL32:  fix for filename handling in kernel32/profile
    53         - KERNEL32:  fix for PROFILE_CopyEntry in kernel32/profile
     56        - KERNEL32:  fix for filename handling in kernel32/profile
     57        - KERNEL32:  fix for PROFILE_CopyEntry in kernel32/profile
    5458
    5559 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
    56         - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
     60        - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
    5761                 reported by Patrick Haller)
    58  
     62
    5963 99-08-04: Patrick Haller <phaller@gmx.net>
    60         - KERNEL32: Heap modification
    61         - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
     64        - KERNEL32: Heap modification
     65        - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
    6266
    6367 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
    64         - USER32: Ported DrawTextExA/W & DrawStateA/W
     68        - USER32: Ported DrawTextExA/W & DrawStateA/W
    6569
    6670 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
    67         - KERNEL32: Implemented GetComputerNameA/W
     71        - KERNEL32: Implemented GetComputerNameA/W
    6872
    6973 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
    70         - USER32/NEW: Lots of changes; Solitaire displays cards correctly
    71                       Status bar correctly drawn
    72                       Mouse msg translation still wrong.
    73                       Paint not correct.
     74        - USER32/NEW: Lots of changes; Solitaire displays cards correctly
     75                      Status bar correctly drawn
     76                      Mouse msg translation still wrong.
     77                      Paint not correct.
    7478
    7579 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
    76         - KERNEL32: GetLocateInfoA bugfix
    77         - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
     80        - KERNEL32: GetLocateInfoA bugfix
     81        - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
    7882
    7983 99-07-23: Yuri Dario <mc6530@mclink.it>
    80         - misc: Changes for compilation with VAC 3.6.5
     84        - misc: Changes for compilation with VAC 3.6.5
    8185
    8286 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
    83         - VERSION:  VerQueryValueA/W Wine implementation ported
     87        - VERSION:  VerQueryValueA/W Wine implementation ported
    8488
    8589 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
    86         - KERNEL32: Complete implementation of GetLocaleInfoA/W
     90        - KERNEL32: Complete implementation of GetLocaleInfoA/W
    8791
    8892 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
    89         - KERNEL32: Fix for OS2GetResource (os2util.cpp)
    90         - PE2LX: Use unique resource id for version resource.
    91         - USER32: MapOEMToRealKey fix
     93        - KERNEL32: Fix for OS2GetResource (os2util.cpp)
     94        - PE2LX: Use unique resource id for version resource.
     95        - USER32: MapOEMToRealKey fix
    9296
    9397 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
    94         - DDRAW: Now compiles
    95         - COMCTL32: Create library with correct api names
     98        - DDRAW: Now compiles
     99        - COMCTL32: Create library with correct api names
    96100
    97101 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
    98         - KERNEL32: Fix for LoadResource; should return pointer to resource data
     102        - KERNEL32: Fix for LoadResource; should return pointer to resource data
    99103                    LockResource just returns the pointer returned by LoadResource
    100104
    101105 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
    102         - USER32/NEW: Added support for window icons and accelerators.
    103                       Accelerators don't work yet.
    104         - PE2LX: Save icons in different format (BITMAPINFOHEADER2)           
     106        - USER32/NEW: Added support for window icons and accelerators.
     107                      Accelerators don't work yet.
     108        - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
    105109
    106110 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
    107         - KERNEL32: Added method for retrieving converted OS/2 resource
     111        - KERNEL32: Added method for retrieving converted OS/2 resource
    108112                    (which will be changed later on)
    109         - USER32/NEW: CreateWindowEx now works and menus are displayed
     113        - USER32/NEW: CreateWindowEx now works and menus are displayed
    110114
    111115 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
    112116        - KERNEL32: Exports for getting TEB & THDB added
    113        
     117
    114118 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
    115119        - USER32/NEW: Unicode & window handle translation bugfixes
     
    120124
    121125 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
    122         - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
     126        - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
    123127                      Compiles, but not tested at all.
    124128
     
    127131
    128132 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
    129         - USER32: Fixes for CreateWindowExW and several unicode menu apis
     133        - USER32: Fixes for CreateWindowExW and several unicode menu apis
    130134
    131135 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
    132         - KERNEL32/PE2LX: Added support for TLS sections
    133         - KERNEL32: Added thread attach/detach messages for dlls
    134                     Fixed some bugs, cleaned up code
    135           NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
    136                 RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
    137                 THIS CHANGE ALSO BREAKS WIN32K!
     136        - KERNEL32/PE2LX: Added support for TLS sections
     137        - KERNEL32: Added thread attach/detach messages for dlls
     138                    Fixed some bugs, cleaned up code
     139          NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
     140                RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
     141                THIS CHANGE ALSO BREAKS WIN32K!
    138142
    139143 99-07-06: Patrick Haller <phaller@gmx.net>
    140         - KERNEL32: major enhancement of handlemanager
     144        - KERNEL32: major enhancement of handlemanager
    141145
    142146 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
    143         - PE2LX: Finished support for codepages
     147        - PE2LX: Finished support for codepages
    144148
    145149 99-07-05: Patrick Haller <phaller@gmx.net>
Note: See TracChangeset for help on using the changeset viewer.