2006-09-13  Quentin Mathe <qmathe@club-internet.fr>

    * setup.sh: Fixed etoile_system deployment by taking in account that 
    products built by gnustep-make are now always located in 'obj' and not
    anymore in 'shared_obj' too. This is related to latest Nicola Pero
    modifications in gnustep-make (in the days following gnustep-make 1.13 
    release).

2006-09-12  Quentin Mathe <qmathe@club-internet.fr>

    * Services/User/GNUmakefile: Included Typewriter in Etoile build process by
    default.

2006-09-03  Quentin Mathe <qmathe@club-internet.fr>

    * README: Updated url in Contribute section and added new authors.
    * INSTALL: Updated GNUstep libraries requirements to match latest releases,
    this choice avoids the pain to support older versions for now. Added a tip 
    about OniGuruma now available in the repository. Modified Install section
    to discuss new setup.sh script. Added Uninstall section, discussing 
    setdown.sh script too. Added a warning in Custom Build and Install section 
    to outline the important bug that prevents to a build a single module as 
    documented.

2006-08-31  Quentin Mathe <qmathe@club-internet.fr>

    * Services/User/GNUmakefile: Included Grr in Etoile build process by 
    default now.

2006-08-23  Quentin Mathe <qmathe@club-internet.fr>

    * etoile.make: Fixed the library related flag in ADDITIONAL_LIB_DIRS to 
    safely reference shared_obj directory. Updated to include several
    checks that test path related variables are set and won't translate into 
    bad suprises with 'rm'. Removed $(DEPENDENCIES) from target prerequisites
    since this variable isn't a target that results in an error (unless a 
    file with the same name exists); now, we just check the variable is set
    before trying to run dependency related code.

2006-08-22  Quentin Mathe <qmathe@club-internet.fr>

    * Bundles/GNUmakefile: Updated build process to include WorkspaceSwitcher
    by default. 

2006-08-22  Quentin Mathe <qmathe@club-internet.fr>

    * etoile.make: Added new makefile to provide various extensions specific to 
    Etoile. When used, it currently enables smoother build process by taking of
    care of including and linking internal dependencies automatically. It's not
    necessary anymore to have a bunch of boilerplate code in each project to
    handle each dependency.

2006-08-21  Quentin Mathe <qmathe@club-internet.fr>
    
    * setup.sh: Added more comments about /usr/share/xsessions path variations
    depending on the host system and the display manager.

2006-08-07  Quentin Mathe <qmathe@club-internet.fr>
    
    * setup.sh: Replaced incorrect reference EtoileWildMenus by 
    EtoileMenus.bundle in GSAppKitUserBundles, this allows EtoileWildMenus 
    bundle to be loaded now. Added code to remove repeated slash in 'bundledir'
    path, 'defaults' command was stumbling on it. 
    Improved to take in account when the bundles have been installed in the 
    user Library (well, logically when setup.sh is run without sudo or root 
    permissions).

2006-08-07  Quentin Mathe <qmathe@club-internet.fr>
    
    * setup.sh:
    * setdown.sh:
    Major update to setup related scripts, setup.sh now includes the 
    possibility to choose between a user deployment (without any privileges) 
    and a system deployment (with sudo access or root).
    Futhermore it takes now care to set the necessary defaults for bundles like
    Camaelon and EtoileWildMenus (the update occurs in the defaults of the user
    account which runs the script). By the way, the script handles Nesedah theme
    deployment too.
    setdown.sh has been updated in a symetric way allowing to revert from 
    setup.sh effect.

2006-08-06  Quentin Mathe <qmathe@club-internet.fr>
    
    * setup.sh: New postinstall script which links or copies some stuff at the 
    right locations to make Etoile first use a straightforward experience and 
    not a nightmare anymore :-).
    * setdown.sh: New uninstall script to reverse the effect of setup.sh.

2006-06-05  Quentin Mathe <qmathe@club-internet.fr>

    * Frameworks/GNUmakefile: Updated to include XWindowServerKit in the build
    process.

2006-05-11  Nicolas Roard <nicolas@roard.com>

    * Themes/Nesedah: Created the Themes directory and imported
    the last version of the Nesedah theme.

2006-02-16  Yen-Ju <yjchenx at gmail>

    * Frameworks/GNUmakefile:
    Do not compile ServicesBarKit on mac. 

2006-02-16  Quentin Mathe <qmathe@club-internet.fr>
    
    * ANNOUNCE: Added Etoile 0.1 press release.

2006-01-18  Quentin Mathe <qmathe@club-internet.fr>
    
    * INSTALL:
    * README: 
    Word wrapped the whole text to 80 characters, removed erratic 
    tabs. Added Michael Hanni (WildMenus) in README Authors list.

2006-01-18  Quentin Mathe <qmathe@club-internet.fr>
    
    * GNUmakefile: Removed superfluous license notice and PMK mention.

2005-11-29  Quentin Mathe <qmathe@club-internet.fr>
    
    * INSTALL: Added (part of the much needed Build Guide).

2005-11-29  Quentin Mathe <qmathe@club-internet.fr>
    
    * README: Added (part of the much needed Build Guide).

2005-11-09  Quentin Mathe <qmathe@club-internet.fr>
    
    Note: pmkfile is deprecated.
    * GNUmakefile: Improved clarity for 'etoile' option.
    * pmkfile: Updated (this file will be removed soon).

2005-06-07  Quentin Mathe <qmathe@club-internet.fr>
	
	Warning! pmkfile not usable (unlike GNUmakefile now).
	* GNUmakefile: Updated to force UnitKit build with 'developer-base=no' 
	when 'make test=yes' is used.

2005-05-21  Quentin Mathe <qmathe@club-internet.fr>
	
	Warning! pmkfile not usable (unlike GNUmakefile now).
	* GNUmakefile: Updated to take in account developer examples.

2005-03-20  Quentin Mathe <qmathe@club-internet.fr>
	
	Warning! pmkfile not usable (unlike GNUmakefile now).
	* GNUmakefile: Updated to take in account user services.

2005-03-12  Quentin Mathe <qmathe@club-internet.fr>
	
	Warning! pmkfile not usable (unlike GNUmakefile now).
	* GNUmakefile: Added with the whole build support.

2005-03-10  Quentin Mathe <qmathe@club-internet.fr>
	
	Warning! pmkfile and GNUmakefile not usable.
	* pmkfile: Improved and updated to match new pmk versions.

2005-01-04  Quentin Mathe <qmathe@club-internet.fr>
	
	Warning! pmkfile not usable.
	* pmkfile: Added a pmkfile (pmk 0.8.2 needed) in order to check installation 
	environment and control Etoile build options. To know more about pmk and 
	install it : http://pmk.sourceforge.net/
        
