2007-06-20  Yen-Ju Chen <yjchenx gmail>

	* Include <AppKit/NSAttributedString.h> for latest GNUstep.

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

	* NSMenu+Hackery.m: Make sure the origin is correct.
	Origin of GNUstep is on the bottom-left. 

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

	* NSMenuView+Hackery.m 
	(-setGeometry:): Modified to be always mapped on menu bar location thanks 
	to -_menuServerWindowFrame.
	(-_menuServerWindowFrame): Added.

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

	Fix for bug #8571 #8568 (may help for bug #8608 too)
	Menus should now be really usable if we put apart this modification 
	totally breaks tear-off menu support (was already quite broken as reported
	by #8565 for example).
	* NSMenuView+Hackery.m (-trackWithEvent:): Added method to override GNUstep
	implementation. All code taken from GNUstep NSMenuView.m. Improved 
	indenting.

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

	Fix for bug #8611 (see Camaelon too).
	* NSMenuItemCell+Hackery.m (-drawInteriorWithFrame:inView:): Turned off 
	this method in order Camaelon equivalent method handles the drawing and
	more importantly loads arrow images used to indicate submenus.

2007-03-29  Quentin Mathe <qmathe@club-internet.fr>

	Last part of the fix to get rid of bordered drawing in menu item cells. 
	Preliminary fix done in Camaelon.
	* GSHorizontalMenuItemCell.m:
	(-drawInteriorWithFrame:inView:): Moved border drawing in method
	_drawBorderAndBackgroundWithFrame:inView: to match latest Camaelon and 
	GNUstep svn changes.
	(_drawBorderAndBackgroundWithFrame:inView:): New method overriding both
	its GNUstep and Camaelon counterparts.
	* NSMenuItemCell+Hackery.m:
	* NHMenuItemCell.m:
	Added some logging statements to aid debugging.

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

	* Make README in reStructured format.

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

	* EtoileSeparatorMenuItem.m (-init, -isSeparatorItem): New methods which 
	allow to be identified as menu separator item.

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

	* GNUmakefile: Replaced GNUSTEP_INSTALLATION_DOMAIN by 
	ETOILE_CORE_MODULE flag (will be documented and implemented in 
	etoile.make). Also included etoile.make.

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

    * GNUmakefile: Replaced GNUSTEP_INSTALLATION_DIR by recently added 
     GNUSTEP_INSTALLATION_DOMAIN variable (will be available in next 
     gnustep-make release).

2006-12-04  Saso Kiselkov <skiselkov@gmail.com>

    * NSMenu+Hackery.m:
    * GSHorizontalMenuView.m:
    * GNUmakefile.preamble:
    * NSMenu+Hackery.h:
    * NSMenuView+Hackery.m: Fixed menu layout-related crashes on newer
      GNUstep releases.

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

    * EtoileMenuTitleView.h
    * EtoileMenuTitleView.m
    (-isTitleVisible) (-setTitleVisible:): New methods.
    (-init): Modified to init titleVisible variable.
    (-drawRect:): Modified to draw the title only when titleVisible is YES.
    * NSMenuView+Hackery.m (-update): Modified to make the title visible only 
    when the menu is torn off.

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

    * GNUmakefile: Added GNUSTEP_INSTALLATION_DIR to have the bundle installed 
    in System/Library rather than Local/Library.

2006-03-04  Saso Kiselkov <diablos@manga.sk>

    Update based on 2006-03-04 21:03 version.
    * NSMenu+Hackery.m:
    * GSHorizontalMenuItemCell.m:
    * NSMenuItemCell+Hackery.m:
    * NSMenuView+Hackery.m:
    Updated.

2006-03-04  Saso Kiselkov <diablos@manga.sk>

    * ChangeLog:
    * EtoileMenuTitleView.h:
    * EtoileMenuTitleView.m:
    * EtoileMenuUtilities.h:
    * GNUmakefile:
    * GNUmakefile.preamble:
    * GSHorizontalMenuItemCell.h:
    * GSHorizontalMenuItemCell.m:
    * GSHorizontalMenuView.h:
    * GSHorizontalMenuView.m:
    * GSTitleView+Hackery.h:
    * GSTitleView+Hackery.m:
    * MenuBarHeight.h:
    * MHMenuItemCell.h:
    * MHMenuItemCell.m:
    * NSApplication+Hackery.h:
    * NSApplication+Hackery.m:
    * NSBezierPath+Hackery.h:
    * NSBezierPath+Hackery.m:
    * NSMenu+Hackery.h:
    * NSMenu+Hackery.m:
    * NSMenuItemCell+Hackery.h:
    * NSMenuItemCell+Hackery.m:
    * NSMenuView+Hackery.h:
    * NSMenuView+Hackery.m:
    * README:
    * Images/EtoileMenuCloseH.tiff:
    * Images/EtoileMenuClose.tiff:
    * Images/MenuBarFiller.tiff:
    * Images/MenuTitleFiller.tiff:
    * Images_src/CloseButtonH.xcf:
    * Images_src/CloseButton.xcf:
    Initial import for EtoileWildMenus, major refactoring done by Saso Kiselkov 
    on WildMenus (the other part of the menu bar support has been imported in 
    Etoile/Services/Private/MenuServer). 2006-03-03 22:40 version.
