Changeset 1493 for trunk/changelog
- Timestamp:
- Oct 28, 1999, 5:24:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1488 r1493 1 /* $Id: changelog,v 1.37 7 1999-10-28 11:59:04sandervl Exp $ */1 /* $Id: changelog,v 1.378 1999-10-28 15:24:27 sandervl Exp $ */ 2 2 3 3 99-10-28: Sander van Leeuwen <sandervl@xs4all.nl> 4 - makefiles: Added nodebuginfo build option to build debug binaries 5 without debug information. (for upcoming alpha release) 6 4 7 - KERNEL32: GetVersion fix. Low byte = major version, high byte = minor version 5 8 Destroyed shared heap on dll unload (refcount == 0) … … 9 12 - USER32: Fixed style conversion (use dwStyle, not cs->style, same for dwExStyle) 10 13 -> title bar in prof. minesweeper 11 NOTE: Breaks winamp; there's no a titlebar when there shouldn't be one12 14 Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (didn't restore OS/2 13 15 selector before returning) 14 16 Don't delete global window classes. 15 17 Removed shared heap, use the one in kernel32 instead. 18 Fixed OSLibSetStyle & SetWindowLong for GWL_STYLE (wrong style used) 19 Fixed win32 to OS/2 style conversion (DLG frame) 16 20 17 21 99-10-28: Jens Wiessner <wiessnej@rfi.de>
Note:
See TracChangeset
for help on using the changeset viewer.