2007-07-02  Yen-Ju Chen <yjchenx gmail>

	* Use new icon.

2007-04-26  Quentin Mathe <qmathe@club-internet.fr>

	* DocumentTools.m:
	(-toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:): Modified to 
	rely on IconKit and related Icon Theme support for any standard icons.
	* GNUmakefile: Updated to link IconKit.

2007-04-26  Quentin Mathe <qmathe@club-internet.fr>

	Fixed search feature.
	* DocumentTools.h:
	* DocumentTools.m:
	Now a subclass of NSObject rather than NSView.
	(-initWithFrame:target:): Replaced by -initWithWindowController:target:.
	(-initWithWindowController:target:): New method.
	(-toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:): Modified to 
	use SearchView from Controller->SearchController.
	Modified window instance retrieve in action methods to pass through 
	Controller instance.
	* SearchController.h:
	* SearchController.m:
	(-showView, -hideView): Removed view hierarchy manipulation (the view is 
	now to be handled by toolbar).
	(-searchView): New accessor.
	* Controller.h:
	* Controller.m:
	(-searchController): New accessor.
	(-myAddDocumentTools): Modified to use new DocumentTools initialization 
	method.
	(-myCalcPDFContentSize:): Ignore DocumentTools since it isn't a view 
	anymore.

2007-04-26  Quentin Mathe <qmathe@club-internet.fr>

	* DocumentTools.m
	(-toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:): Removed 
	redundant toolbar item instantations which translated into memory leaks.
	Added labels to toolbar items.

2007-04-26  Quentin Mathe <qmathe@club-internet.fr>

	* DocumentTools.m (-toolbarAllowedItemIdentifiers:, 
	-toolbarDefaultItemIdentifiers:): Modified to return all desired identifiers.

2007-04-26  Quentin Mathe <qmathe@club-internet.fr>

	On the way to streamline Vindaloo UI.
	* DocumentTools.h:
	* DocumentTools.m:
	Rewritten to use NSToolbar.
	* Controller.m (-myAddDocumentTools): Plugged in the new toolbar in place 
	of the old one.

2007-02-08  Quentin Mathe <qmathe@club-internet.fr>

	* GNUmakefile: Udpated to include etoile.make, this should allow 
	Vindaloo to find its PopplerKit dependency within Build directory at
	the root of the repository.

2006-09-16  Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Import from ImageApps.
