Changeset 9839 for trunk/changelog
- Timestamp:
- Feb 23, 2003, 4:15:15 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9837 r9839 1 /* $Id: changelog,v 1.2494 2003-02-22 10:05:59 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2495 2003-02-23 03:15:15 bird Exp $ */ 2 3 2003-02-23: knut st. osmundsen <bird@anduin > 4 - TOOLS/ALIASDEF: 5 o A tool for generating alias records from an .def file. 6 Something I wrote will playing with NTDLL here. 2 7 3 8 2003-02-22: Sander van Leeuwen <sandervl@innotek > … … 14 19 15 20 2003-02-20: knut st. osmundsen <Knut.Osmundsen@innotek > 16 - KERNEL32: o Added custombuild API for registering a callback for LX Dll 21 - KERNEL32: o Added custombuild API for registering a callback for LX Dll 17 22 loading thru LoadLibrary*(). 18 23 … … 25 30 returns ERROR_PATH_NOT_FOUND 26 31 - USER32: o Single Alt down + up always generates WM_SYSKEYUP; reset 27 iMenuSysKey on WM_KEYUP, so the system menu isn't accidentally 32 iMenuSysKey on WM_KEYUP, so the system menu isn't accidentally 28 33 activated. 29 34 … … 45 50 - USER32: o Handle SetFocus(0) correctly: keystrokes are converted into 46 51 WM_SYSKEYDOWN/(WM_SYSCHAR)/WM_SYSKEYUP messages 47 o DrawFocusRect: conflict between SetROP2(R2_XORPEN) and 52 o DrawFocusRect: conflict between SetROP2(R2_XORPEN) and 48 53 SetBkMode(TRANSPARENT); commenting out the latter for now. 49 54 - SHELL32: o Control panel Wine resync … … 68 73 - DDRAW/NTDLL: 69 74 o Rename resource directory 70 - USER32: o Don't save position (for restore) in SetWindowPos if window 75 - USER32: o Don't save position (for restore) in SetWindowPos if window 71 76 is minimized . 72 77 … … 78 83 (previous implementation had one flaw that happened 79 84 to be triggered often on my SMP machine) 80 - USER32: o Edit control: Always kill the timer if in captured state. 85 - USER32: o Edit control: Always kill the timer if in captured state. 81 86 The app can call ReleaseCapture before we get the WM_LBUTTONUP 82 87 message. … … 91 96 - KERNEL32: o Check ESP when calling the entrypoint of a newly created thread. 92 97 If close to a 64kb boundary, adjust it. Some ancient 16 bits 93 code will crash if there's not enough stack left. 98 code will crash if there's not enough stack left. 94 99 95 100 2003-02-04: Sander van Leeuwen <sandervl@innotek > … … 116 121 2003-01-27: Platon Fomichev <platon@innotek > 117 122 - INCLUDE: o Illegal calling convention specified for _System calling 118 convention in headers for GCC. Bugs in ASM code for SetFS 119 RestoreFS. 120 - NTDLL: o In C++ files specify extern "C" for _System calling convention 123 convention in headers for GCC. Bugs in ASM code for SetFS 124 RestoreFS. 125 - NTDLL: o In C++ files specify extern "C" for _System calling convention 121 126 as well. Affected _DLL_InitTerm 122 127
Note:
See TracChangeset
for help on using the changeset viewer.