Changeset 9839 for trunk/changelog


Ignore:
Timestamp:
Feb 23, 2003, 4:15:15 AM (23 years ago)
Author:
bird
Message:

* empty log message *

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.
    27
    38 2003-02-22: Sander van Leeuwen <sandervl@innotek   >
     
    1419
    1520 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
    1722                  loading thru LoadLibrary*().
    1823
     
    2530                  returns ERROR_PATH_NOT_FOUND
    2631    - 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
    2833                  activated.
    2934
     
    4550    - USER32:   o Handle SetFocus(0) correctly: keystrokes are converted into
    4651                  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
    4853                  SetBkMode(TRANSPARENT); commenting out the latter for now.
    4954    - SHELL32:  o Control panel Wine resync
     
    6873    - DDRAW/NTDLL:
    6974                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
    7176                  is minimized .
    7277
     
    7883                  (previous implementation had one flaw that happened
    7984                   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.
    8186                  The app can call ReleaseCapture before we get the WM_LBUTTONUP
    8287                  message.
     
    9196    - KERNEL32: o Check ESP when calling the entrypoint of a newly created thread.
    9297                  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.
    9499
    95100 2003-02-04: Sander van Leeuwen <sandervl@innotek   >
     
    116121 2003-01-27: Platon Fomichev <platon@innotek   >
    117122    - 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
    121126                  as well. Affected _DLL_InitTerm
    122127
Note: See TracChangeset for help on using the changeset viewer.