Changeset 1196 for trunk/changelog
- Timestamp:
- Oct 8, 1999, 9:34:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1195 r1196 1 /* $Id: changelog,v 1.288 1999-10-08 18:40:34 sandervl Exp $ */ 1 /* $Id: changelog,v 1.289 1999-10-08 19:34:24 dengert Exp $ */ 2 3 99-10-08: Daniela Engert <dani@ngrt.de> 4 - USER32: fix: miscoloured bitmaps 2 5 3 6 99-10-08: Christoph Bratschi <cbratschi@datacomm.ch> … … 10 13 11 14 99-10-08: Sander van Leeuwen <sandervl@xs4all.nl> 12 13 14 15 16 17 18 19 20 15 - USER32: Bugfix for SetWindowPos; take frame size into account 16 Removed WM_MOVE notification class flag for Odin PM windows 17 Removed SetWindowPos frame size bugfix 18 Removed WM_WINDOWPOSCHANGED cy bugfix 19 Set WS_DISABLED window style bit when receiving PM WM_ENABLE 20 GetClassInfoA bugfix 21 Window property bugfixes (no handle translation) 22 Set last error when window creation fails. 23 - KERNEL32: Bugfix for loading winspool 21 24 22 25 99-10-07: Christoph Bratschi <cbratschi@datacomm.ch> … … 24 27 25 28 99-10-07: Achim Hasenmueller <achimha@innotek.de> 26 29 - USER32: Corrected pageup/pagedown behavior 27 30 28 31 99-10-07: Rene Pronk <R.Pronk@twi.tudelft.nl> 29 30 31 32 - USER32: Fixed WM_WINDOWPOSCHANGED behavior so that 33 client windows are properly resized. This fixes 34 the Winhlp32 history resize problem 32 35 33 36 99-10-07: Edgar Buerkle <Edgar.Buerkle@gmx.net> 34 37 - USER32: Set window PM id for Odin windows. 35 36 37 38 39 38 Bugfix for WM_QUERYWINDOWPARAMS handler 39 Case insensitive string compare in CreateWindowExA/W for 40 mdi client class check. 41 Create ascii or unicode mdi child window based on mdi client 42 window type. 40 43 41 44 99-10-07: Jens Wiessner <wiessnej@rfi.de> 42 43 45 - CRTDLL: Includes all functions (added stubs and fully implemented functions) 46 44 47 99-10-07: Sander van Leeuwen <sandervl@xs4all.nl> 45 48 - USER32: Only display scrollbars when they need to be shown. 46 47 48 49 (also fixes redraw problems with inactive scrollbars) 50 Resize bugfix. Winhlp32 can now be resized without problems. 51 Whether this fix is correct is another matter. 49 52 50 53 99-10-06: Daniela Engert <dani@ngrt.de>
Note:
See TracChangeset
for help on using the changeset viewer.