2007-04-30 Yen-Ju Chen <yjchenx at gmail>

	* AZGNUstepApp (-showAction:):
	Set focus to target GNUstep xwindow which fix #9047.
	* AZDock:
	Add "AZSwitch", "Corner" and "Idle" into blacklist.

2007-06-13  Quentin Mathe <qmathe@club-internet.fr>

	* AZGNUstep.app (-initWithApplicationName:): Modified to use IconKit by default.
	* GNUmakefile: Modified to link IconKit.

2007-05-24  Quentin Mathe <qmathe@club-internet.fr>

	* GNUmakefile: Added ETOILE_CORE_MODULE.

2007-04-30 Yen-Ju Chen <yjchenx at gmail>

	* In case the desktop is unknown.

2007-04-26 Yen-Ju Chen <yjchenx at gmail>

	* Draw small number of current workspace on top-left corner.

2007-04-24 Yen-Ju Chen <yjchenx at gmail>

	* Support creating new window with modifier key for xwindow.

2007-04-14 Yen-Ju Chen <yjchenx at gmail>

	* Use XWindowSetActiveWindwo to raise window.

2007-04-13 Yen-Ju Chen <yjchenx at gmail>

	* Minor clean up.

2007-04-12 Yen-Ju Chen <yjchenx at gmail>

	* Use Etoile logo from MenuServer.

2007-04-11 Yen-Ju Chen <yjchenx at gmail>

	* Check command in case a GNUstep application is launched
	  from non-standard places.

2007-04-06 Yen-Ju Chen <yjchenx at gmail>

	* Reserve space for dock so that full screen window 
	  will not be covered.
	* Initial support of auto-hidden. There are some glitches, though.

2007-04-01 Yen-Ju Chen <yjchenx at gmail>

	* AZDockletApp: Experimentally support WindowMaker docklet

2007-03-19 Yen-Ju Chen <yjchenx at gmail>
	
	* Try to catch exception from NSConnection.

2007-03-18 Yen-Ju Chen <yjchenx at gmail>

	* Use WorkspaceCommKit if building with etoile.

2007-03-17 Yen-Ju Chen <yjchenx at gmail>

	* Add TrashCan in blacklist.
	* Put a note on how to prevent GWorkspace from launching automatically.

2007-03-15 Yen-Ju Chen <yjchenx at gmail>

	* Add TODO in README.

2007-03-14 Yen-Ju Chen <yjchenx at gmail>

	* Fix ghost state after moving it to AZDockView.
	* Since NSWorkspace is not reliable, check the existance of 
          application through NSConnection.

2007-03-12 Yen-Ju Chen <yjchenx at gmail>

	* Make sure the icon is on top of normal window.
	* Use small triangle to indicate running application.
	* Make sure the mouse is released inside the dock.
	* Put Azalea into blacklist.

2007-03-03 Yen-Ju Chen <yjchenx at gmail>

	* Check GNUstep app icon and move it out of sight.

2007-03-01 Yen-Ju Chen <yjchenx at gmail>

	* Implement launching state with yellow backgroud.
	* Implement 'remove from dock' function.
	* Save docked applications.
	* Combine "keep in dock" and "remove from dock" menu.
	* Cache icon images for docked applications.

2007-02-28 Yen-Ju Chen <yjchenx at gmail>

	* Use NSWorkspace to track GNUstep applications
          and Azalea to track XWindow windows.
          Hope to make it more simple and stable.
	* Clean up and recover workspace switcher.

2006-12-17 Yen-Ju Chen <yjchenx at gmail>

	* Initial support for keeping application in dock.
	* Avoid crash if command is not found.
	* Fix firefox because it is under special directory.
	* Put etoile_system, EtoileMenuServer and AZBackground in blacklist.
	* Make sure icon is properly retained.
	* Avoid AZDock window through blacklist.
	* Fix bug of launching GNUstep application. 
          [NSWorkspace launchApplication:] does not always work.

2006-12-16 Yen-Ju Chen <yjchenx at gmail>

	* Avoid gnustep windows other than regular window, main menu and doc.
	* AZDock: Remove as much memory as possible.

2006-11-02 Yen-Ju Chen <yjchenx at gmail>

	* Link to CollectionKit.

2006-10-21 Yen-Ju Chen <yjchenx at gmail>

	* Split AZDockApp into AZXWindowApp and AZGNUstepApp.

2006-10-20 Yen-Ju Chen <yjchenx at gmail>

	* Properly handle workspaces if it starts before window manager.
	* Fix adding directories but not .app into recent applications.

2006-10-18 Yen-Ju Chen <yjchenx at gmail>

	* Move workspace switcher into its own submenu.
	* Implement recent applications.

2006-09-24 Yen-Ju Chen <yjchenx at gmail>

	* Terminate GNUstep application through NSConnection.

2006-09-23 Yen-Ju Chen <yjchenx at gmail>

	* Start to implement show and quit in contextual menu.
	* Obtain command.

2006-09-19 Yen-Ju Chen <yjchenx at gmail>

	* Works better.

2006-09-10 Yen-Ju Chen <yjchenx at gmail>

	* AZWorkspaceView: 
	make it a subclass of AZDockView.
	launch GSWorkspaceApplication or xterm with left click.
	contextual menu as workspace switcher.
	* AZDock:
	centralize atoms declaration.
	check change of workspace.

2006-09-05 Yen-Ju Chen <yjchenx at gmail>

	* Make icon diplay even when application icon is suppressed.
	* In case the icon image is not available from NSWorkspace.

2006-09-04 Yen-Ju Chen <yjchenx at gmail>

	* AZDock.m:
	User defaults: DockPosition = 0 (right side)
	                              1 (left side)
				      2 (bottom side)

2006-09-03 Yen-Ju Chen <yjchenx at gmail>

	* Initial import.
	* Make it looks nicer.

