Changeset 1544 for trunk/changelog


Ignore:
Timestamp:
Nov 2, 1999, 8:04:47 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1541 r1544  
    1  /* $Id: changelog,v 1.394 1999-11-01 19:12:36 sandervl Exp $ */
     1 /* $Id: changelog,v 1.395 1999-11-02 19:04:47 sandervl Exp $ */
     2
     3 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - INCLUDE\odinwrap.h:
     5                  fixed wrong define (_ODINWARP instead of _ODINWRAP)
     6                  Only check the heap for consistency when DEBUG_ODINHEAP is
     7                  defined.
     8        - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
     9                  (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
     10                   arrive before the dialog received it's WM_INITDIALOG msg)
     11                  Fixed more FS corruption in dc.cpp.
     12        - SHELL32: Added extra exports for comdlg32
     13        - COMDLG32: Ported Wine file & find common dialogs (990815)
     14                    Find & Replace dialogs enabled, Wine code called for
     15                    file dialogs if the app supplies a dialog template.
     16                    NOTE: Disabled for now. Comctl32 isn't stable enough
     17                          for the Win95 style Wine comdlg dialogs.
     18                    Fixed check for find/replace dialog. Notepad uses 32 byte
     19                    buffer, so why does the wine code fail for < 80 bytes?
     20                    Fixed display of find/replace dialog -> if not hooked
     21                    show dialog!
     22        - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
     23                     start two nmake process to build everything on two cpus.
    224
    325 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
     
    729                   controls inside it in dialog template)
    830                  Mouse activate fix.
     31                  Don't activate child windows in ShowWindow.
    932        - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
    1033                 audio hardware present.
Note: See TracChangeset for help on using the changeset viewer.