Changeset 1498 for trunk/changelog
- Timestamp:
- Oct 28, 1999, 8:24:55 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1493 r1498 1 /* $Id: changelog,v 1.37 8 1999-10-28 15:24:27sandervl Exp $ */1 /* $Id: changelog,v 1.379 1999-10-28 18:24:55 sandervl Exp $ */ 2 2 3 3 99-10-28: Sander van Leeuwen <sandervl@xs4all.nl> 4 - ADVAPI32: Fixed dprintf bugs in OpenSCManagerA/W (%s instead of %d) 5 4 6 - makefiles: Added nodebuginfo build option to build debug binaries 5 7 without debug information. (for upcoming alpha release) … … 10 12 GetWindowsDirectory & GetSystemDirectory return string that don't end with 11 13 a backslash. 14 Fixed loading of dlls without .dll extension. 15 Fixed OSLibStripPath. 16 12 17 - USER32: Fixed style conversion (use dwStyle, not cs->style, same for dwExStyle) 13 18 -> title bar in prof. minesweeper … … 18 23 Fixed OSLibSetStyle & SetWindowLong for GWL_STYLE (wrong style used) 19 24 Fixed win32 to OS/2 style conversion (DLG frame) 25 Fix for timer messages in apps that use PeekMessage/DispatchMessage 26 instead of GetMessage/DispatchMessage. 27 Translation of extra messages. 20 28 21 29 99-10-28: Jens Wiessner <wiessnej@rfi.de>
Note:
See TracChangeset
for help on using the changeset viewer.