Changeset 3458 for trunk/changelog


Ignore:
Timestamp:
Apr 29, 2000, 8:21:59 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3455 r3458  
    1  /* $Id: changelog,v 1.915 2000-04-27 22:12:42 davidr Exp $ */
     1 /* $Id: changelog,v 1.916 2000-04-29 18:21:59 sandervl Exp $ */
     2
     3 2000-04-29: Yuri Dario <mc6530@mclink.it>
     4        - USER32:   Bugfix for owner of windows (set to owner instead of parent now)
     5
     6 2000-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
     7        - USER32/KERNEL32: Added selectable logging for level 2 dprintfs.
     8
     9        - USER32:   Commented out default x & y position code
     10                    (FCF_SHELLPOSITION no longer works)
     11                    -> fixes menu & toolbars in MS Word 97
     12
     13        - KERNEL32: Added windows directory override again
     14                    (NOTE: for developers *ONLY*; DO NOT USE IT)
     15                    [DEVDIRECTORIES]
     16                    WINDOWS=drive:\path
     17                    Default System directory is kernel32 path
     18                    (with new install program: x:\odin\system32)
     19                    Default Windows directory is parent of System Directory
     20                    (with new install program: x:\odin)
     21                    NOTE: This assumption could break current installs
     22                          Will be fixed in upcoming WarpIn installation distributions
     23
     24                    Changed InitSystemAndRegistry:
     25                    InitSystemAndRegistry creates:
     26                        - WINDOWSDIR\SYSTEM
     27                        - WINDOWSDIR\AppData
     28                        - WINDOWSDIR\Cache
     29                        - WINDOWSDIR\Cookies
     30                        - WINDOWSDIR\Desktop
     31                        - WINDOWSDIR\Favorites
     32                        - WINDOWSDIR\Fonts
     33                        - WINDOWSDIR\History
     34                        - WINDOWSDIR\NetHood
     35                        - WINDOWSDIR\My Documents
     36                        - WINDOWSDIR\PrintHood
     37                        - WINDOWSDIR\Recent
     38                        - WINDOWSDIR\SendTo
     39                        - WINDOWSDIR\Start Menu
     40                        - WINDOWSDIR\Start Menu\Programs
     41                        - WINDOWSDIR\Start Menu\Programs\Startup
     42                        - WINDOWSDIR\ShellNew
     43                        - and a minimal system registry
     44
     45        - TOOLS\INSTALL: WarpIn install script + small install program
     46                         that calls kernel32 export (InitSystemAndRegistry)
     47
     48        - TOOLS\WRC:     Forgot to add change in preproc.c (ifdef)
     49                         (shouldn't really matter though)
    250
    351 2000-04-27: David Raison <djr@lemur.co.uk>
     
    654
    755 2000-04-27: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    8     - tools/DailyBuild: Checked in the scripts used for the daily build.
     56        - tools/DailyBuild: Checked in the scripts used for the daily build.
    957
    1058 2000-04-27: Achim Hasenmueller <achimha@innotek.de>
Note: See TracChangeset for help on using the changeset viewer.