Changeset 3681 for trunk/changelog
- Timestamp:
- Jun 8, 2000, 8:12:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r3675 r3681 1 /* $Id: changelog,v 1.97 8 2000-06-08 15:28:22 achimhaExp $ */1 /* $Id: changelog,v 1.979 2000-06-08 18:12:31 sandervl Exp $ */ 2 2 3 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - tools/install: Added a stram 'close' on the changelog. 5 (4OS2 can't copy files which are opened for write(?). 6 The changelog has to be closed after copying it into 7 the odininst.wis file.) 8 - tools/DailyBuild: 9 - Creates .WPI releases too. 10 (odin32pack.cmd and odin32ftp2.cmd) 11 - WarpIn is added to the build environment variables 12 (odin32env.cmd). 13 - WarpIn is added to the build environment variables 14 (odin32env.cmd). 3 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex) 5 Added null pointer check to RegQueryValueW and fixed 6 memory leak. 7 - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?) 8 -> fixes combo box 9 Fixed GetUpdateRect 10 RedrawWindow changes; SetWindowPos fix (client invalidation) 11 Call MsgNCHittest in RedrawWindow (WM_NCPAINT is not posted 12 if update region doesn't include (part of) the nonclient area. 13 -> fixes RealPlayer 7 titlebar, borders & menu 14 GetTopWindow fix. (should work properly now) 15 - GDI32: Moved clip & update region/rect functions into user32 16 17 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 18 - tools/install: Added a stram 'close' on the changelog. 19 (4OS2 can't copy files which are opened for write(?). 20 The changelog has to be closed after copying it into 21 the odininst.wis file.) 22 - tools/DailyBuild: 23 - Creates .WPI releases too. 24 (odin32pack.cmd and odin32ftp2.cmd) 25 - WarpIn is added to the build environment variables 26 (odin32env.cmd). 27 - WarpIn is added to the build environment variables 28 (odin32env.cmd). 15 29 16 30 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.