Changeset 2402 for trunk/changelog
- Timestamp:
- Jan 11, 2000, 12:38:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2397 r2402 1 /* $Id: changelog,v 1.631 2000-01-10 17:19:51 cbratschi Exp $ */ 1 /* $Id: changelog,v 1.632 2000-01-10 23:38:04 sandervl Exp $ */ 2 3 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc 5 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value) 6 - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when 7 there's no audio device 8 - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc 9 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE 10 or button down/up message translation. 11 Fixed LoadBitmap (only load from user32 if it's a system bitmap) 12 Added WM_NCACTIVATE message generation 13 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value) 14 Changed GetSystemMenu; added method to Win32BaseWindow class 15 (destroy old menu if present and switch back to default system 16 menu if bRevert = TRUE; needs changes in non-client code) 2 17 3 18 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
Note:
See TracChangeset
for help on using the changeset viewer.