Changeset 3523
- Timestamp:
- May 12, 2000, 8:07:04 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/changelog (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r3519 r3523 1 /* $Id: changelog,v 1.933 2000-05-10 19:49:16 cbratschi Exp $ */ 1 /* $Id: changelog,v 1.934 2000-05-12 18:07:04 sandervl Exp $ */ 2 3 2000-05-12: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: 5 Fixed bug in HOOK_RemoveHook (wrong call for enter semaphore method) 6 SetSysColors bugfix (called itself for some reason) 7 Fixed wrong dispatch of messages under certain conditions 8 - COMDLG32: 9 Fixed initial directory for GetOpen/SaveFileNameW 10 If initial dir string == "" -> use current dir (not only 11 when ptr equals NULL) 2 12 3 13 2000-05-10: Christoph Bratschi <cbratschi@datacomm.ch> 4 - COMCTL32: fixed treeview item height bug 5 (reported by Markus Montkowski) 14 - COMCTL32: Fixed treeview item height bug (reported by Markus Montkowski) 6 15 7 16 2000-05-10: Sander van Leeuwen <sandervl@xs4all.nl> … … 10 19 GetForegroundWindow now uses WinQueryActiveWindow instead 11 20 of Open32's GetForegroundWindow 12 - KERNEL32: 13 Extra logging for atom functions, fixed GlobalGetAtomNameW 21 - KERNEL32: Extra logging for atom functions, fixed GlobalGetAtomNameW 14 22 - COMDLG32: 15 23 Added missing ascii to unicode conversions in GetFileDialog95W 16 24 (file name (returned), initial dir & file dialog title) 17 - RICHED32: 18 Added (Wine port) 19 - TOOLS\INSTALL: 20 Added ChangeLog to installation script 25 - RICHED32: Added (Wine port) 26 - TOOLS\INSTALL: Added ChangeLog to installation script 21 27 22 28 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl> … … 47 53 copy operations used wrong size -> heap corruption 48 54 - DINPUT: Check window handle if app acquired mouse input in 49 cooperative mode55 cooperative mode 50 56 - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package 51 57 52 58 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl> 53 - GDI32: 54 Added stretch blit mode support to dibsection blits 59 - GDI32: Added stretch blit mode support to dibsection blits 55 60 56 61 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl> … … 120 125 121 126 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 122 - makefile and tools/makefile:127 - makefile and tools/makefile: 123 128 tools/install is not a "needed tool" required for 124 129 to do the rest of the build; and it'is dependent on … … 126 131 the needed_tools are being made. So, the making of 127 132 tools/install is the last thing we do in the makeprocess. 128 - WSOCK32, WINMM:133 - WSOCK32, WINMM: 129 134 ODINWRAP changes below broke WSOCK32 and WINMM. 130 135 I've created some highly temporary fix for it this problem. 131 136 Could someone please make a permanent fix? 132 - tools/bin/wrc.exe and tools/wrc:137 - tools/bin/wrc.exe and tools/wrc: 133 138 Important notice: __WIN32OS2__ is not defined when making wrc! 134 139 This was the reason why ':' was used as include separator.
Note:
See TracChangeset
for help on using the changeset viewer.
