Changeset 4940 for trunk/changelog


Ignore:
Timestamp:
Jan 14, 2001, 6:11:52 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r4935 r4940  
    1 /* $Id: changelog,v 1.1218 2001-01-12 14:51:30 bird Exp $ */
     1/* $Id: changelog,v 1.1219 2001-01-14 17:11:52 sandervl Exp $ */
     2
     3 2001-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - COMDLG32: o Get current directory if initial dir == NULL (win31 style
     5                  file dialog).
     6                o Fix for filter. (default to NULL; not " /0/0")
     7                o Scale icons to 16x16 (win31 style file dialog) -> system
     8                  default (32x32) is too big. (TODO: Our user32 icons are too
     9                  big)
     10                o Drive list not initialized correctly. (GetDriveTypeA return
     11                  value interpreted wrong)
     12                  -> use GetLogicalDrives instead to avoid accessing floppy
     13                     drives (which GetDriveType does)
     14    - USER32:   o Replaced some icons with those found in SHELL32:
     15                  - open & closed folder
     16                  - floppy, harddisk & network drive
     17                o Fixed bug in NotifyFormatFrame method (fixes problems
     18                  with combobox)
     19                o ComboLBox bugfix (extra vertical scrollbar)
     20                o LISTBOX_Directory bugfix (must check for FILE_ATTRIBUTE_NORMAL)
     21                  (removes files from directory listing in common file dialog)
     22    - KERNEL32: o Fix for executable names with spaces in path
     23                o Workaround for applications that block the PM input queue
     24                  while waiting for a child process to terminate.
     25                  (WaitSingleObject now calls MsgWaitMultipleObjects and
     26                   processes messages while waiting for the process to die)
     27                  (Napster install now doesn't block PM anymore (forcing a reboot))
     28                o Add class keys for SHDOCVW during install
     29    - SHDOCVW:  o Added (Wine 20010112 port)
    230
    331 2001-01-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
Note: See TracChangeset for help on using the changeset viewer.