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