Changeset 2543 for trunk/changelog


Ignore:
Timestamp:
Jan 28, 2000, 1:00:56 PM (26 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2530 r2543  
    1  /* $Id: changelog,v 1.670 2000-01-27 21:47:34 sandervl Exp $ */
     1 /* $Id: changelog,v 1.671 2000-01-28 12:00:56 bird Exp $ */
     2
     3 2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
     4        - Win32k: Heap is splitted into a swappable and a resident heap.
     5                  Fixups are now applied when a page is loaded from disk.
     6                  This is done by overloading the kernel function called
     7                  (_)ldrEnum32bitRelRecs. This should improve performance a lot!
    28
    39 2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
    4         - OPENGL: First version of opengl implementation
     10        - OPENGL: First version of opengl implementation
    511
    612 2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
    7         - USER32: Fixed FS corruption in OSLibPostThreadMessage
     13        - USER32: Fixed FS corruption in OSLibPostThreadMessage
    814                  Send WM_CHILDACTIVATE to child windows (not only
    915                  to MDI children) instead of WM_ACTIVATE
    10         - SHELL32: Fixed FS corruption in DragAcceptFiles
     16        - SHELL32: Fixed FS corruption in DragAcceptFiles
    1117
    1218 2000-01-26: Yuri Dario <mc6530@mclink.it>
    13         - INCLUDE\WIN: Additions & changes for compiling Opera.
    14         - many dlls: create correct library (impdef)
     19        - INCLUDE\WIN: Additions & changes for compiling Opera.
     20        - many dlls: create correct library (impdef)
    1521
    1622 2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
    17         - GDI32: Changes for Opengl support
     23        - GDI32: Changes for Opengl support
    1824
    1925 2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
    20         - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
    21                   coordinates
    22                   changed min frame size
    23         - COMCTL32: fixed wrong progress frame
     26        - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
     27                  coordinates
     28                  changed min frame size
     29        - COMCTL32: fixed wrong progress frame
    2430
    2531 2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
    26         - OLEAUT32: Don't create logfile when logging is turned off
    27         - PELDR:    Don't modify cmd line in PIB structure
    28         - INCLUDE:  Removed string.h.
    29         - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
     32        - OLEAUT32: Don't create logfile when logging is turned off
     33        - PELDR:    Don't modify cmd line in PIB structure
     34        - INCLUDE:  Removed string.h.
     35        - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
    3036                    (if memory is reserved, set read & write page flags)
    3137
    3238 2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
    33         - PELDR/KERNEL32: Allocate low memory at right address and with right size
     39        - PELDR/KERNEL32: Allocate low memory at right address and with right size
    3440                          in peldr.dll (fixes install of Windows Media Player)
    35         - KERNEL32: Print thread id for each log message
     41        - KERNEL32: Print thread id for each log message
    3642
    3743 2000-01-22: Michal Necasek <mike@mendelu.cz>
    38         - DINPUT: Fixes + basic functionality is complete; enough for many games
     44        - DINPUT: Fixes + basic functionality is complete; enough for many games
    3945
    4046 2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
    41         - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
     47        - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
    4248                  Previous changes broke many apps (VPBuddy, MIrc32)
    4349                  Don't update window if style changes (responsibility of the app)
     
    4753                  Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
    4854                  of clock window (who's class has CS_H/VREDRAW style).
    49         - KERNEL32: Fixed image loading for resource lookup only (don't care
     55        - KERNEL32: Fixed image loading for resource lookup only (don't care
    5056                    where those images are loaded as we only use it to query
    5157                    the version resource; so base address doesn't matter)
     
    5359
    5460 2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
    55         - KERNEL32: Disabled creation of pe_x.log if logging disabled
    56                     Only get codepage once from odin.ini.
    57  
     61        - KERNEL32: Disabled creation of pe_x.log if logging disabled
     62                    Only get codepage once from odin.ini.
     63
    5864 2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
    59         - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
    60         - GDI32:    Added codepage support for CreateCompatibleDC
     65        - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
     66        - GDI32:    Added codepage support for CreateCompatibleDC
    6167
    6268 2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
    63         - USER32: fixed WM_CONTEXTMENU
    64                   dispatch WM_MOUSEMOVE in menu loop
     69        - USER32: fixed WM_CONTEXTMENU
     70                  dispatch WM_MOUSEMOVE in menu loop
    6571
    6672 2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
    67         - USER32: Removed 'old' user32 and replaced it with the new one
     73        - USER32: Removed 'old' user32 and replaced it with the new one
    6874                  Call default window proc when DefMDIChildProcA/W is called
    6975                  for a non-MDI window.
    7076                  Fixed menu check & submenu marks painting
    71         - KERNEL32: Increased shared heap reserve size to 512 kb
    72         - SHELL32:  Display Odin logo in Shell about dialog box
     77        - KERNEL32: Increased shared heap reserve size to 512 kb
     78        - SHELL32:  Display Odin logo in Shell about dialog box
    7379
    7480 2000-01-18: Jens Wiessner <wiessnej@rfi.de>
    75         - WINMM\WAVEMAP
    76           Updated to Wine level 20000109 + corrected compile
    77         - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
     81        - WINMM\WAVEMAP
     82          Updated to Wine level 20000109 + corrected compile
     83        - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
    7884                  so it doesn't work)
    7985
    8086 2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
    81         - USER32\NEW: Added basic support for DInput WM_CHAR notification
     87        - USER32\NEW: Added basic support for DInput WM_CHAR notification
    8288                      (the rest needs to be done in dinput.dll)
    8389                      Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
    8490                      handler. (WNDPROC type) It's called when a WM_CHAR message
    8591                      arrives for an Odin window with hwnd, msg, wParam & lParam.
    86         - DINPUT:     Fixed bugs reported by Michal Necasek
     92        - DINPUT:     Fixed bugs reported by Michal Necasek
    8793
    8894 2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
    89         - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
    90                       fixed WM_MOVE
    91                       changed HTCAPTION system menu position
    92                       changed maximized window position
    93                       don't move/size maximized windows
     95        - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
     96                      fixed WM_MOVE
     97                      changed HTCAPTION system menu position
     98                      changed maximized window position
     99                      don't move/size maximized windows
    94100
    95101 2000-01-15: Jens Wiessner <wiessnej@rfi.de>
    96         - TWAIN_32: Update
    97         - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
     102        - TWAIN_32: Update
     103        - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
    98104                    Updated to Wine level 20000109 + corrected compile errors
    99         - WINMM: Ported Wine wave mapper.
     105        - WINMM: Ported Wine wave mapper.
    100106
    101107 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
    102         - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
     108        - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
    103109                      handle as that can prevent WM_PAINTs from being dispatched)
    104110                      (may need reworking of Get/PeekMessage instead)
     
    107113                      Fixed system menu position for child windows (i.e. MDI)
    108114                      Fixed titlebar tracking for child windows (i.e. MDI)
    109         - KERNEL32:   Check for null pointers in lstrcmpA
     115        - KERNEL32:   Check for null pointers in lstrcmpA
    110116
    111117 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
    112         - USER32/NEW: cache menu and caption drawing
    113                       changed minimize button position
    114                       don't redraw system menu icon in menu.cpp
    115                       hilighted menubar items don't have an edge in Win9x
    116                       don't open system menu on mouseover if menubar is used and vice versa
    117                       show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
    118                       use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
     118        - USER32/NEW: cache menu and caption drawing
     119                      changed minimize button position
     120                      don't redraw system menu icon in menu.cpp
     121                      hilighted menubar items don't have an edge in Win9x
     122                      don't open system menu on mouseover if menubar is used and vice versa
     123                      show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
     124                      use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
    119125
    120126 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
    121         - USER32/NEW: added caption clipping for faster window text updates
     127        - USER32/NEW: added caption clipping for faster window text updates
    122128
    123129 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
    124         - USER32\NEW: Fixed min/max bug for mdi child windows
    125                       Fixed DrawMenuBar (invalidate frame rectangle in 
     130        - USER32\NEW: Fixed min/max bug for mdi child windows
     131                      Fixed DrawMenuBar (invalidate frame rectangle in
    126132                      FrameUpdateClient if client rectangle wasn't changed)
    127133                      Fixed bugs in MsgFormatFrame & SendNCCalcSize
     
    132138
    133139 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
    134         - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
     140        - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
    135141                      is activated or deactivated
    136142                      Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
    137143                      Set window handle of non-Odin window to window desktop in WM_ACTIVATE
    138                       Return window desktop handle for window handle returned by 
     144                      Return window desktop handle for window handle returned by
    139145                      SetActiveWindow if window is non-Odin.
    140146                      Fixed activation of windows. (send WM_ACTIVATE when receiving
     
    145151                      DC to save/restore a window's own dc.
    146152                      Fixed client rectangle problems. Client rectangles
    147                       are always in frame coordinates; window rectangles in 
    148                       screen coordinates. Whenever necessary (i.e WM_MOVE) 
     153                      are always in frame coordinates; window rectangles in
     154                      screen coordinates. Whenever necessary (i.e WM_MOVE)
    149155                      client coordinates are converted to coordinates relative
    150156                      to it's parent client window.
    151                       Changed WM_MOVE -> client coordinates relative to parent origin 
     157                      Changed WM_MOVE -> client coordinates relative to parent origin
    152158                      if child; otherwise relative to screen origin. (needs testing)
    153159                      (WM_NCCALCSIZE needs to be done as well)
    154         - COMCTL32:   Version resource version nrs changed (based on NT 4 SP3)
    155         - KERNEL32:   Added DisableLogging & EnableLogging functions to
     160        - COMCTL32:   Version resource version nrs changed (based on NT 4 SP3)
     161        - KERNEL32:   Added DisableLogging & EnableLogging functions to
    156162                      disable logging in parts of code. Logging will only be
    157163                      done if the logcount is bigger than 0.
    158164
    159165 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
    160         - USER32/NEW: fixed WM_CALCVALIDRECTS
    161                       activated WM_NCPAINT clipping
    162                       added improved frame redraw mechanism
     166        - USER32/NEW: fixed WM_CALCVALIDRECTS
     167                      activated WM_NCPAINT clipping
     168                      added improved frame redraw mechanism
    163169
    164170 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
    165         - USER32\NEW: Changed client rectangle positioning (not done by PM frame
     171        - USER32\NEW: Changed client rectangle positioning (not done by PM frame
    166172                      handler anymore) -> fixes problems with Shell About dialog
    167173                      and jumping controls when resizing (Winhlp32)
     
    173179                      Fixed 'frame' control updates (resizing client window in
    174180                      SetWindowPos for SWP_FRAMECHANGED)
    175                      
     181
    176182 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
    177         - TWAIN_32: Bugfix (removed test code)
     183        - TWAIN_32: Bugfix (removed test code)
    178184
    179185 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
    180         - USER32/NEW: fixed AdjustWindowRectEx
     186        - USER32/NEW: fixed AdjustWindowRectEx
    181187
    182188 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
    183         - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
     189        - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
    184190                      Removed hardcoded dependancy on shell32; load it on-demand
    185191                      Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
     
    195201
    196202 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
    197         - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
     203        - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
    198204                  Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
    199         - WINMM:  Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
     205        - WINMM:  Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
    200206                  there's no audio device
    201         - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
     207        - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
    202208                  Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
    203209                  or button down/up message translation.
     
    210216
    211217 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
    212         - USER32/NEW: activated menu code
     218        - USER32/NEW: activated menu code
    213219
    214220 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
    215         - USER32: Added border size for top-level windows in OSLibWinConvertStyle
     221        - USER32: Added border size for top-level windows in OSLibWinConvertStyle
    216222                  (borders are not drawn correctly)
    217223                  Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
     
    223229                  System menu commands now work
    224230                  Fixed repaint problem for win32 titlebar
    225                   Added Christoph's gradient filled title bars code
     231                  Added Christoph's gradient filled title bars code
    226232                  For (experimental) win32-like windows add this to odin.ini:
    227                         [CUSTOMIZATION]
    228                         OS2Look=0
    229 
    230                         [COLORS]
    231                         UseWinColors=1
     233                        [CUSTOMIZATION]
     234                        OS2Look=0
     235
     236                        [COLORS]
     237                        UseWinColors=1
    232238
    233239 2000-01-09: David Raison <djr@lemur.co.uk>
     
    235241
    236242 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
    237         - USER32/NEW: implemented scrollbar nc handling
    238                       windows without menus work now fine
    239                       implemented gradient filled title bars
     243        - USER32/NEW: implemented scrollbar nc handling
     244                      windows without menus work now fine
     245                      implemented gradient filled title bars
    240246
    241247 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
    242         - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
     248        - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
    243249                  OSLibGetMsg bugfix + WM_QUIT translation fix
    244250                  OSLibGetMenuItemRect fix (y coordinate conversion)
    245251                  Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
    246252                  or button down/up message translation.
    247         - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
     253        - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
    248254                  Added Wine-like license that supercedes the main Odin license
    249         - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
     255        - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
    250256                  CRTDLL__CIatan etc etc)
    251257
    252258 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
    253         - CRTDLL: Compile fix
     259        - CRTDLL: Compile fix
    254260
    255261 2000-01-08: Patrick Haller <phaller@gmx.net>
    256         - SHELL32:      Update: to WINE level 2000/01/08
    257         - KERNEL32:     Add:    stub for GetDiskFreeSpaceExAW
     262        - SHELL32:      Update: to WINE level 2000/01/08
     263        - KERNEL32:     Add:    stub for GetDiskFreeSpaceExAW
    258264
    259265 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
    260         - GDI32: added PatBlt support for negative width/height
     266        - GDI32: added PatBlt support for negative width/height
    261267
    262268 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
    263         - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
     269        - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
    264270                    Faked RegisterServiceCtrlHandlerA/W (TODO)
    265271                    Partly implemented SetServiceBits/SetServiceStatus
    266272                    Improved QueryServiceStatus
    267273                    Call RtlCreateAcl in InitializeAcl
    268         - LZ32: Create correct library
    269         - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
    270         - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
     274        - LZ32: Create correct library
     275        - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
     276        - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
    271277                   (991212) (-> fixes errors in RealPlayer)
    272         - USER32: GetMenuStringA fix (return length of string if string pointer
     278        - USER32: GetMenuStringA fix (return length of string if string pointer
    273279                  or size parameter == 0)
    274280
    275281 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
    276         - TWAIN_32: Update
     282        - TWAIN_32: Update
    277283
    278284 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
    279         - USER32/NEW: single window works now
     285        - USER32/NEW: single window works now
    280286
    281287 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
    282         - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
     288        - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
    283289                          (should be changed)
    284290                          MS Office 2000 install (first part) almost working.
    285291                          (installs windows installer as system service)
    286         - OLEAUT32: Typelib bugfix for MS Office 2k install
    287         - odin_ini.txt: Added information about CODEPAGES & TWAIN section
     292        - OLEAUT32: Typelib bugfix for MS Office 2k install
     293        - odin_ini.txt: Added information about CODEPAGES & TWAIN section
    288294
    289295 2000-01-05: David Raison <djr@lemur.co.uk>
     
    291297
    292298 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
    293         - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
     299        - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
    294300
    295301 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
    296         - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
     302        - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
    297303                  Delete old region in SetWindowRegion
    298304
    299305 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
    300         - KERNEL32: Named pipe updates & bugfixes
     306        - KERNEL32: Named pipe updates & bugfixes
    301307
    302308 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
    303         - LZ32/TAPI32: Updated def files to match NT 4 SP6
    304         - MSVCRT: Updated def files + MSVCRT40 version info
    305         - WINMM: Added Wine's MCI dlls (not compiled as this requires
     309        - LZ32/TAPI32: Updated def files to match NT 4 SP6
     310        - MSVCRT: Updated def files + MSVCRT40 version info
     311        - WINMM: Added Wine's MCI dlls (not compiled as this requires
    306312                 a working MCI subsystem in winmm and a redesign of
    307313                 wave & midi)
    308314
    309315 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
    310         - LZ32: Cleaned up .def file (don't import directly) & removed
     316        - LZ32: Cleaned up .def file (don't import directly) & removed
    311317                debugtools.h
    312         - USER32: Fixed PostThreadMessage + bugs in GetMessage
    313         - KERNEL32: Set hmq & hab THDB values for newly created
     318        - USER32: Fixed PostThreadMessage + bugs in GetMessage
     319        - KERNEL32: Set hmq & hab THDB values for newly created
    314320                    threads (hmq not correct now)
    315321
    316322 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
    317         - KERNEL32: Started implementing named pipe apis
     323        - KERNEL32: Started implementing named pipe apis
    318324
    319325 2000-01-02: David Raison <djr@lemur.co.uk>
     
    323329                    Now supports embedded named TLIBS in the format
    324330                    <path>\<libname>\<id> (required for VB6, etc.)
    325                     Preparatory work to reduce dependance on 
    326                     current file position to enable delaying parsing 
     331                    Preparatory work to reduce dependance on
     332                    current file position to enable delaying parsing
    327333                    data until it is requested by user.
    328334
    329335 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
    330         - USER32: Implemented Set/GetWindowRgn (not activated)
    331         - KERNEL32: Fixed Odin zombie processes when there's a trap inside
     336        - USER32: Implemented Set/GetWindowRgn (not activated)
     337        - KERNEL32: Fixed Odin zombie processes when there's a trap inside
    332338                    vfprintf during logging.
    333339                    Cleaned up file io procedures in oslibdos.cpp
    334340
    335341 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
    336         - USER32: Workaround for crash in Lotus Notes when switching to a new
     342        - USER32: Workaround for crash in Lotus Notes when switching to a new
    337343                  view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
    338344                  has been called for a window -> don't dispatch this msg)
Note: See TracChangeset for help on using the changeset viewer.