Changeset 952 for trunk/changelog
- Timestamp:
- Sep 16, 1999, 1:27:06 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r940 r952 1 /* $Id: changelog,v 1.203 1999-09-15 16:08:31 phaller Exp $ */ 1 /* $Id: changelog,v 1.204 1999-09-15 23:27:06 sandervl Exp $ */ 2 3 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Moved old kernel32 code to kernel32\old 5 Rewritten win32 exe/dll classes. 6 There are now classes for the following exes/dlls: 7 Pe2lx images, win32 images loaded by the pe loader and 8 LX images (win32 apps compiled in OS/2 and system dlls) 9 Bugfixes for unicode resource apis. 10 Not completely tested yet, but works for most apps. 11 NOTE: Resource handling for pe2lx & win32 apps compiled in OS/2 12 will be added in the near future. For now it's compatible 13 with the old pe2lx. 14 NOTE: New kernel32 doesn't work with old user32 15 NOTE: Win32Resource::lockResource not complete yet, but that part 16 will be removed after the pe2lx rewrite. 17 - USER32: Moved new user32 into user32 dir, old one to user32\old 18 - ALL: Changed initterm.cpp to create LX dll object during initialization. 19 IMPORTANT NOTE: Version increased from 3 to 4. Complete recompilation 20 of everything is required! 2 21 3 22 99-09-14: Patrick Haller <phaller@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.