Changeset 505 for trunk/changelog
- Timestamp:
- Aug 16, 1999, 12:32:47 PM (26 years ago)
- 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 2 6 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch> 3 7 - USER32: uitools.cpp update 4 8 5 9 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch> … … 10 14 11 15 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl> 12 16 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined 13 17 14 18 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl> 15 16 19 - KERNEL32: Export heap functions by ordinal 20 - src\makefile: compile lz32 before version (dependency) 17 21 18 22 99-08-12: Patrick Haller <phaller@gmx.net> 19 23 - VERSION: enhanced plus odinwrap macros 20 24 21 25 99-08-11: Patrick Haller <phaller@gmx.net> 22 23 26 - ODINCRT: ordinal exports 27 - ADVAPI32:odinwrap macros (partially) 24 28 - LZ32: odinwrap macros 25 29 26 30 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl> 27 31 - USER32/NEW: Fixed makefile (link with odincrt) 28 32 29 33 99-08-10: Patrick Haller <phaller@gmx.net> 30 34 - LZ32: added preliminary support for independend LZ32 library 31 35 32 36 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski 33 34 37 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions 38 change is non-intrusive for existing source. 35 39 36 40 99-08-06: Patrick Haller <phaller@gmx.net> 37 38 39 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 40 44 41 45 99-08-05: Patrick Haller <phaller@gmx.net> 42 46 - KERNEL32: interactive control over UnhandledExceptionFilter 43 47 - KERNEL32: FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions 44 45 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. 46 50 47 51 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl> 48 49 52 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size 53 (bitmap in donut.exe (ddraw sample) contains wrong size) 50 54 51 55 99-08-04: Patrick Haller <phaller@gmx.net> 52 53 56 - KERNEL32: fix for filename handling in kernel32/profile 57 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile 54 58 55 59 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl> 56 60 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as 57 61 reported by Patrick Haller) 58 62 59 63 99-08-04: Patrick Haller <phaller@gmx.net> 60 61 64 - KERNEL32: Heap modification 65 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32) 62 66 63 67 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl> 64 68 - USER32: Ported DrawTextExA/W & DrawStateA/W 65 69 66 70 99-07-27: Przemysaw Dobrowolski <dobrawka@asua.org.pl> 67 71 - KERNEL32: Implemented GetComputerNameA/W 68 72 69 73 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl> 70 71 72 73 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. 74 78 75 79 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl> 76 77 80 - KERNEL32: GetLocateInfoA bugfix 81 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly 78 82 79 83 99-07-23: Yuri Dario <mc6530@mclink.it> 80 84 - misc: Changes for compilation with VAC 3.6.5 81 85 82 86 99-07-23: Edgar Buerkle <100566.557@compuserve.com> 83 87 - VERSION: VerQueryValueA/W Wine implementation ported 84 88 85 89 99-07-22: Przemysaw Dobrowolski <dobrawka@asua.org.pl> 86 90 - KERNEL32: Complete implementation of GetLocaleInfoA/W 87 91 88 92 99-07-22: Edgar Buerkle <100566.557@compuserve.com> 89 90 91 93 - KERNEL32: Fix for OS2GetResource (os2util.cpp) 94 - PE2LX: Use unique resource id for version resource. 95 - USER32: MapOEMToRealKey fix 92 96 93 97 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl> 94 95 98 - DDRAW: Now compiles 99 - COMCTL32: Create library with correct api names 96 100 97 101 99-07-21: Edgar Buerkle <100566.557@compuserve.com> 98 102 - KERNEL32: Fix for LoadResource; should return pointer to resource data 99 103 LockResource just returns the pointer returned by LoadResource 100 104 101 105 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl> 102 - USER32/NEW: Added support for window icons and accelerators. 103 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) 105 109 106 110 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl> 107 111 - KERNEL32: Added method for retrieving converted OS/2 resource 108 112 (which will be changed later on) 109 113 - USER32/NEW: CreateWindowEx now works and menus are displayed 110 114 111 115 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl> 112 116 - KERNEL32: Exports for getting TEB & THDB added 113 117 114 118 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl> 115 119 - USER32/NEW: Unicode & window handle translation bugfixes … … 120 124 121 125 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl> 122 126 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32 123 127 Compiles, but not tested at all. 124 128 … … 127 131 128 132 99-07-10: Edgar Buerkle <100566.557@compuserve.com> 129 133 - USER32: Fixes for CreateWindowExW and several unicode menu apis 130 134 131 135 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl> 132 133 134 135 136 137 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! 138 142 139 143 99-07-06: Patrick Haller <phaller@gmx.net> 140 144 - KERNEL32: major enhancement of handlemanager 141 145 142 146 99-07-06: Edgar Buerkle <100566.557@compuserve.com> 143 147 - PE2LX: Finished support for codepages 144 148 145 149 99-07-05: Patrick Haller <phaller@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.