# Generated by Makefile. Do not edit.

2012-07-11  Charles Kerr  <charles.kerr@canonical.com>

	bump version to 12.10.0

2012-06-18  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~evgeni/libappindicator/optional-mono to make Mono binding generation optional. This way we don't FTB on architectures that don't support Mono.

2012-06-10  Evgeni Golov  <evgeni@debian.org>

	make building mono extension optional, so we can build on archs that do not have mono

2012-06-18  Charles Kerr  <charles.kerr@canonical.com>

	merge bzr merge lp:~evgeni/libappindicator/multiarch-same-devheaders so that we don't include build-time filenames in comments of the enum header files.

2012-06-10  Evgeni Golov  <evgeni@debian.org>

	don't include build-time filenames in comments of the enum header files
	
	If we do, the header files may be different on each build.
	This is especially harmful when building multiple times for multiple
	architectures and expecting the files to be identical.

2012-04-23  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~ted/libappindicator/app_name to try the application name as a fallback if the client doesn't explicitly set the title.

2012-04-16  Ted Gould  <ted@gould.cx>

	If we don't have a title set, use the application name to output the title

2012-04-12  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~allanlesage/libappindicator/TDD to add gcov targets to our autotools build for code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ .

2012-03-27  Allan LeSage  <allanlesage@gmail.com>

	Added coverage tooling.

2012-03-21  Charles Kerr  <charles.kerr@canonical.com>

	0.4.92

2012-03-21  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~charlesk/libappindicator/fix-vala-examples to resolve ambiguity in the vala examples between glib.Menu and Gtk.Menu

2012-03-21  Charles Kerr  <charles.kerr@canonical.com>

	The vala examples were written before GMenu, so add explict namespace use here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu')

2012-03-19  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~charlesk/libappindicator/lp-957471 to fix a PW.BRANCH_PAST_INITIALIZATION error reported by Coverity in bug #957471

2012-03-16  Charles Kerr  <charles.kerr@canonical.com>

	remove oddly-scoped variable to fix a CID 10737 - PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in Bug #957471

2012-03-09  Ted Gould  <ted@gould.cx>

	0.4.91

2012-03-09  Ted Gould  <ted@gould.cx>

	Update to new actions format in libindicator

2012-03-09  Ted Gould  <ted@gould.cx>

	Include an index for 0.5

2012-03-07  Charles Kerr  <charles.kerr@canonical.com>

	Merge lp:~ted/libappindicator/lp885080 to add a title and name on the status icon in fallback mode for bug #885080

2012-03-02  Ted Gould  <ted@gould.cx>

	Protecting from NULL titles, which apparently status_icon can't take :-/

2012-03-02  Ted Gould  <ted@gould.cx>

	Handle the title changing at runtime

2012-03-02  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-03-02  Ted Gould  <ted@gould.cx>

	Sets the title of the status icon to the title of the appindicator and the name to the ID

2012-03-06  Ted Gould  <ted@gould.cx>

	Making the Mono and Python bindings build directory independent

2012-03-06  Charles Kerr  <charles.kerr@canonical.com>

	generate app-indicator.sources.xml (for mono bindings) and appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.

2012-03-06  Ted Gould  <ted@gould.cx>

	Look for files and don't use those as icon names in the fallback

2012-03-06  Ted Gould  <ted@gould.cx>

	Removing unneeded NULL check

2012-03-02  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-03-02  Ted Gould  <ted@gould.cx>

	Rework the icon setting function so that it can handle images that are file paths by checking to see if the files exist

2012-03-06  Ted Gould  <ted@gould.cx>

	Improve docs on title functions

2012-02-29  Sebastien Bacher  <seb128@ubuntu.com>

	Set "Since: 0.5" in the inline documentation for the new 
	set_title and get_title functions

2012-02-03  Ted Gould  <ted@gould.cx>

	Fixing some of the properties in the mono bindings

2012-02-03  Ted Gould  <ted@gould.cx>

	0.4.90

2012-02-03  Ted Gould  <ted@gould.cx>

	Updating to Dbusmenu 0.5.90

2012-01-31  Ted Gould  <ted@gould.cx>

	Changing dbusmenu-gtk required version

2012-01-30  Ted Gould  <ted@gould.cx>

	Add the ability to set and export the title of the app indicator

2012-01-30  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-01-30  Ted Gould  <ted@gould.cx>

	Fix type in comment

2012-01-28  Ted Gould  <ted@gould.cx>

	Adding the get/set function to the docs

2012-01-28  Ted Gould  <ted@gould.cx>

	Handling getting the title property

2012-01-28  Ted Gould  <ted@gould.cx>

	Making get_title work

2012-01-28  Ted Gould  <ted@gould.cx>

	Only signal to dbus if we're connected

2012-01-28  Ted Gould  <ted@gould.cx>

	Adding a test to track setting of the title

2012-01-28  Ted Gould  <ted@gould.cx>

	Setting the titles in the examples

2012-01-28  Ted Gould  <ted@gould.cx>

	Make the set function call the property set function

2012-01-28  Ted Gould  <ted@gould.cx>

	Support the title property over dbus and emitting the dbus signal when it changes

2012-01-28  Ted Gould  <ted@gould.cx>

	Adding the 'Title' property and 'NewTitle' signal to the DBus interface description

2012-01-28  Ted Gould  <ted@gould.cx>

	Adding the title property

2012-01-28  Ted Gould  <ted@gould.cx>

	Adding a title entry to the private structure

2012-01-28  Ted Gould  <ted@gould.cx>

	Adding get/set title functions

2012-01-27  Ted Gould  <ted@gould.cx>

	Update to trunk

2012-01-27  Ted Gould  <ted@gould.cx>

	Making tests optional

2011-11-23  György Balló  <ballogy@freestart.hu>

	Make building mono tests optional. Check for mono-nunit if nunit is not available

2011-11-22  György Balló  <ballogy@freestart.hu>

	Make building tests optional

2012-01-27  Ted Gould  <ted@gould.cx>

	Fixing pkgconfig file for GTK3

2011-11-22  György Balló  <ballogy@freestart.hu>

	Use the standard location for mono bindings

2011-11-22  György Balló  <ballogy@freestart.hu>

	Do not link pyglib explicitly

2011-11-22  György Balló  <ballogy@freestart.hu>

	Fix header files location for GTK3

2012-01-27  Ted Gould  <ted@gould.cx>

	Removing unneeded python dep

2012-01-26  Ken VanDine  <ken.vandine@canonical.com>

	Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6

2012-01-24  Ken VanDine  <ken.vandine@canonical.com>

	Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6

2011-09-30  Ted Gould  <ted@gould.cx>

	Work with fallbacks and theme paths

2011-09-30  Michael Vogt  <michael.vogt@ubuntu.com>

	src/app-indicator.c: hide first in passive mode and add comment about it

2011-09-30  Michael Vogt  <michael.vogt@ubuntu.com>

	src/app-indicator.c: do not add the same icon_theme_path again, gtk3 apparently does not check this

2011-09-30  Michael Vogt  <michael.vogt@ubuntu.com>

	simplify

2011-09-30  Michael Vogt  <michael.vogt@ubuntu.com>

	src/app-indicator.c: honor icon_theme_path in the fallback

2011-09-30  Michael Vogt  <michael.vogt@ubuntu.com>

	unbreak attention_icon

2011-09-30  Michael Vogt  <michael.vogt@ubuntu.com>

	src/app-indicator.c: when using the fallback icon, first check if there is a "-panel" version of the icon available and if not fallback to the indicator one

2011-09-28  Ted Gould  <ted@gould.cx>

	0.4.1

2011-09-28  Ted Gould  <ted@gould.cx>

	Fix deps

2011-09-28  Ted Gould  <ted@gould.cx>

	Fix dep as well

2011-09-28  Ted Gould  <ted@gould.cx>

	Fix prefix on custom vala

2011-09-28  Ted Gould  <ted@gould.cx>

	Switching out the prefix for a fixed name

2011-09-28  Ted Gould  <ted@gould.cx>

	0.4.0

2011-09-28  Ted Gould  <ted@gould.cx>

	Bring along custom and grab from srcdir

2011-09-23  Ted Gould  <ted@gould.cx>

	Fixing Vala bindings

2011-09-23  Michal Hruby  <michal.mhr@gmail.com>

	Fix type_check_function for vala bindings

2011-08-11  Ted Gould  <ted@gould.cx>

	0.3.91

2011-07-22  Ted Gould  <ted@gould.cx>

	Fix comments to work with g-ir-scanner

2011-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixed comments to correctly work with g-ir-scanner
	
	No more missing transfer warning (and relative missing
	bindings for some getting functions).

2011-07-22  Ted Gould  <ted@gould.cx>

	Adding in support for the secondary activate (middle click)

2011-07-22  Ted Gould  <ted@gould.cx>

	Adding the secondary target functions to the documentation

2011-07-22  Ted Gould  <ted@gould.cx>

	Watching for the 'XAyatanaSecondaryActivate' method as well

2011-07-22  Ted Gould  <ted@gould.cx>

	Always clear the sec_activate_target

2011-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	examples: use the set_secondary_activate_target API

2011-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	vala: updated example to use the new API

2011-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	mono bindings: updated API and example

2011-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	app-indicator: Move from "secondary-activate" signal to secondary_activate target
	
	To avoid appindicators writers to use the "secondary-activate"
	event to perform actions that can't be done via a menu item
	we added a new API:
	
	- app_indicator_set_secondary_activate_target
	- app_indicator_get_secondary_activate_target
	
	With it, an appindicator writer can simply define a new GtkWidget
	that will be activated when a secondary activation will occur.
	The GtkWidget must be a sensitive and visible inner child of
	the appindicator MenuItem.

2011-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Call the right signal on middle-click over the tray icon!

2011-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	app-indicator: added middle click support for wrapper tray
	
	When a trayicon is used, the middle click over the icon
	is considered as a secondary activation.

2011-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	examples: add secondary-activate signal usage to Vala and C

2011-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Vala bindings example: added secondary_activate

2011-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	mono bindings: added SecondaryActivate support.
	
	Updated the example too.

2011-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add signal "secondary-activate" and emit it when needed
	
	When a libappindicator app get the "SecondaryActivate" dbus
	method call, the library redirects it to the app emitting
	the "secondary-activate" signal.
	
	This should be conform to the StatusNotifierItem specifications.

2011-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with Upstream

2011-07-07  Ted Gould  <ted@gould.cx>

	0.3.90

2011-07-07  Ted Gould  <ted@gould.cx>

	Removing -Werror for the Vala compiler

2011-07-07  Ted Gould  <ted@gould.cx>

	Free allocated name

2011-06-16  Ted Gould  <ted@gould.cx>

	Free name if we get it

2011-07-07  Ted Gould  <ted@gould.cx>

	Migrate to libindicator 0.4

2011-06-16  Ted Gould  <ted@gould.cx>

	Doc fix

2011-06-16  Javier Jardón  <javier.jardon@codethink.co.uk>

	Trivial documentation fix
	
	The property name is 'icon-desc', not 'icon-description'

2011-06-16  Ted Gould  <ted@gould.cx>

	Autotools fixes

2011-06-15  Javier Jardón  <javier.jardon@codethink.co.uk>

	configure.ac: Generate xz tarballs with pax format by default

2011-06-15  Javier Jardón  <javier.jardon@codethink.co.uk>

	Update autotools configuration
	
	Do not use deprecated macros
	Use new libtool syntax
	Remove unneeded code

2011-03-23  Ted Gould  <ted@gould.cx>

	0.3.0

2011-03-23  Ted Gould  <ted@gould.cx>

	Use icon-name instead of GIcon in the fallback GtkStatusIcon

2011-03-23  Ted Gould  <ted@gould.cx>

	Set gtk_status_icon using icon_name instead of gicon

2011-03-16  Ted Gould  <ted@gould.cx>

	0.2.99

2011-03-14  Ted Gould  <ted@gould.cx>

	Doing a ref_sink() like we should have been doing! 

2011-03-14  Michael Terry  <mike@mterry.name>

	sink ref to passed-in menu in set_menu() to avoid leaks

2011-03-10  Ted Gould  <ted@gould.cx>

	0.2.98

2011-03-10  Ted Gould  <ted@gould.cx>

	Adding a TargetEnvironment to the desktop file

2011-03-09  Ted Gould  <ted@gould.cx>

	Don't watch signals we shouldn't need to.

2011-03-08  Ted Gould  <ted@gould.cx>

	Attaching bug number

2011-03-08  Ted Gould  <ted@gould.cx>

	Dropping the client_menu_changed function as dbusmenu should do this for us.

2011-03-03  Ted Gould  <ted@gould.cx>

	0.2.97

2011-03-02  Ted Gould  <ted@gould.cx>

	Adding additional functions into Python bindings

2011-02-26  Артём Попов  <artfwo@gmail.com>

	Updated appindicator.defs (fixes LP: #724917)

2011-03-02  Ted Gould  <ted@gould.cx>

	Fixing the pkgconfig file

2011-02-28  Ken VanDine  <ken.vandine@canonical.com>

	Set the includedir for appindicator3-0.1 to ${includedir}/libappindicator-0.1

2011-03-02  Ted Gould  <ted@gould.cx>

	Drop theme signal handler when shutting down.

2011-02-25  Michael Terry  <mike@mterry.name>

	disconnect from icon theme on dispose

2011-02-24  Ted Gould  <ted@gould.cx>

	0.2.96

2011-02-24  Ted Gould  <ted@gould.cx>

	Add the ability to set accessible descriptions for the icon and attention icon.

2011-02-23  Ted Gould  <ted@gould.cx>

	Cleaning up even more! 

2011-02-23  Ted Gould  <ted@gould.cx>

	Switching to proper properties

2011-02-23  Ted Gould  <ted@gould.cx>

	Matching prototypes to C file

2011-02-23  Ted Gould  <ted@gould.cx>

	Fixing the sections list

2011-02-23  Ted Gould  <ted@gould.cx>

	Dropping the accessible description tests.  I don't have time to rewrite them now.  They should be redone though.

2011-02-23  Ted Gould  <ted@gould.cx>

	Switching to the new style of setting the a11y label

2011-02-23  Ted Gould  <ted@gould.cx>

	Reconfigure properties to match.

2011-02-23  Ted Gould  <ted@gould.cx>

	Fixing up the get functions

2011-02-23  Ted Gould  <ted@gould.cx>

	Fixing up the set functions so we get some descriptions.

2011-02-23  Ted Gould  <ted@gould.cx>

	Switch around API so it makes sense for what we want to do.

2011-02-23  Ted Gould  <ted@gould.cx>

	Dropping the new accessible description signal

2011-02-23  Ted Gould  <ted@gould.cx>

	Drop signaling the accessible description changed on it's own.

2011-02-23  Ted Gould  <ted@gould.cx>

	Change the name of the accessible description and add the attention one.

2011-02-23  Ted Gould  <ted@gould.cx>

	Changing the signal to match what was discussed with the KDE folks

2011-02-14  Luke Yelavich  <luke.yelavich@canonical.com>

	Merge from trunk

2011-02-11  Luke Yelavich  <luke.yelavich@canonical.com>

	Merge from trunk

2011-02-08  Luke Yelavich  <luke.yelavich@canonical.com>

	accessible_name -> accessible_desc

2011-02-04  Luke Yelavich  <luke.yelavich@canonical.com>

	Merge from trunk

2011-02-04  Luke Yelavich  <luke.yelavich@canonical.com>

	Add accessible_name support

2011-02-16  Ted Gould  <ted@gould.cx>

	Remove registration of the object until after all possible signals are sent

2011-02-11  Michael Terry  <mike@mterry.name>

	don't unregister on dbus until after we hide appindicator

2011-02-10  Ted Gould  <ted@gould.cx>

	0.2.95

2011-02-10  Ted Gould  <ted@gould.cx>

	Fix the build so we can distcheck with GTK 2 and 3

2011-02-10  Ted Gould  <ted@gould.cx>

	Blocking the menu proxy from our test

2011-02-10  Ted Gould  <ted@gould.cx>

	Changing the build so that it uses the right version of the vala files and removes the predefined header location

2011-02-10  Ted Gould  <ted@gould.cx>

	Changing the install path of the headers for libappindicator GTK3 version so it's parrallel installable

2011-02-10  Ted Gould  <ted@gould.cx>

	Adjusting the name of the different namespace with GTK 3

2011-02-10  Ted Gould  <ted@gould.cx>

	Ensure that we're building with the right library

2011-02-10  Ted Gould  <ted@gould.cx>

	Cleanup what we create

2011-02-10  Ted Gould  <ted@gould.cx>

	gtk-doc wants a deprecated section now

2011-02-10  Ted Gould  <ted@gould.cx>

	Removing the multiple modules as we shouldn't need them

2011-02-10  Ted Gould  <ted@gould.cx>

	Fixing scroll documentation

2011-02-10  Ted Gould  <ted@gould.cx>

	Making sure to pick up both metadata files in dist.

2011-02-10  Ted Gould  <ted@gould.cx>

	0.2.94

2011-02-10  Ted Gould  <ted@gould.cx>

	Make sure to pull the vala source file along with us.

2011-02-10  Ted Gould  <ted@gould.cx>

	0.2.93

2011-02-10  Ted Gould  <ted@gould.cx>

	Ignoring new Vala stuff

2011-02-10  Ted Gould  <ted@gould.cx>

	Being more specific about the types of the signal

2011-02-10  Ted Gould  <ted@gould.cx>

	Fixing Vala bindings

2011-02-10  Ted Gould  <ted@gould.cx>

	Ensuring we don't run the app as part of the test, just build it so this will work in automation.

2011-02-03  Ted Gould  <ted@gould.cx>

	Changing the build to be the check instead of running it as we might not be interactive.

2011-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	example makefile code cleanup

2011-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	examples, vala: check for valac

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	examples, added scroll-event demo.

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge against new trunk

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Vala simple client, compile workaround improved.

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	simple-client-vala: indentation fixes

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Examples, added simple-client-vala
	
	A rewrite of the simple-client.c version in Vala as example.
	
	Added a workaround for compiling it.

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Always check if vapigen is available when building VAPI

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Vala bindings: add metadata as build dependencies, support for gtk3

2011-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Include gir metadata file in built_sources
	
	Now make distcheck will work ;)

2011-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	vala bindings makefile: just use deps file for dependencies

2011-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Vala example, changed copyright year

2011-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Vala example: indentation fixes

2011-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Vala example: adding copyright message.

2011-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Adding vala bindings and example
	
	Adding proper support for vala bindings, fixing the include path
	Now they are built in the bindings subfolder and they
	include a *.deps file.
	and I've also added a small example.

2011-02-03  Ted Gould  <ted@gould.cx>

	Support the Scroll method for scroll whell support.

2011-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge against new trunk

2011-01-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Using the SNI method "Scroll" instead of XAyatanaScrollAction
	
	The indicator signal will use anyway the same syntax.

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	app-indicator: don't use two AppIndicator slots, reset one.

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	app-indicator: remove old debug code.

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Updated mono bindings

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signal
	
	libappindicator now when it gets a dbus call from
	indicator-application (via the method XAyatanaScrollAction)
	about the incoming scroll event, sends a "scroll-event" signal
	to the appindicator application using this library.
	
	This works both in indicator and fallback (systray mode).
	This commit includes a fix for bug #707591

2011-01-27  Ted Gould  <ted@gould.cx>

	0.2.92

2011-01-27  Ted Gould  <ted@gould.cx>

	Requiring a version of dbusmenu with a parser

2011-01-27  Ted Gould  <ted@gould.cx>

	Switching to use the dbusmenu parser

2011-01-25  Ted Gould  <ted@gould.cx>

	Removing the parser that was here.

2011-01-25  Ted Gould  <ted@gould.cx>

	Rework the setup_dbusmenu function to use the dbusmenu parser.

2011-01-25  Ted Gould  <ted@gould.cx>

	Fixups for GTK3 Build

2011-01-25  Ken VanDine  <ken.vandine@canonical.com>

	GTK3 fixes

2011-01-25  Ken VanDine  <ken.vandine@canonical.com>

	Fixed includedir, we don't ship separate headers for the gtk3 build

2011-01-25  Ken VanDine  <ken.vandine@canonical.com>

	Don't build python bindings for gtk3

2011-01-13  Ken VanDine  <ken.vandine@canonical.com>

	com.canonical rename

2011-01-13  Ken VanDine  <ken.vandine@canonical.com>

	Canonical.com conversion

2011-01-13  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2011-01-13  Ken VanDine  <ken.vandine@canonical.com>

	merged
	* avoid nulls when crafting variants
	* use notdir in case make gives us full paths

2011-01-13  Michael Terry  <mike@mterry.name>

	aw shucks, do the required properties too, defensively

2011-01-13  Michael Terry  <mike@mterry.name>

	avoid nulls when crafting variants

2011-01-13  Michael Terry  <mike@mterry.name>

	use notdir in case make gives us full paths

2011-01-13  Ken VanDine  <ken.vandine@canonical.com>

	Fix the pkgconfig name for dbusmenu-glib-0.4

2011-01-12  Ken VanDine  <ken.vandine@canonical.com>

	Fix the pkgconfig name for dbusmenu-glib-0.4

2010-12-08  Ted Gould  <ted@gould.cx>

	0.2.91

2010-12-08  Ted Gould  <ted@gould.cx>

	Adding the dbus test as an expected failure as it's pretty fragile right now.  Needs to be refactored when we switch to GDBus

2010-12-08  Ted Gould  <ted@gould.cx>

	Switching the library over to using GDBus

2010-12-08  Ted Gould  <ted@gould.cx>

	Wrong directory for the GTK 3 header.  Fixed.

2010-12-08  Ted Gould  <ted@gould.cx>

	Syncing back with trunk

2010-12-08  Ted Gould  <ted@gould.cx>

	Ignoring the generated XML include files.

2010-12-08  Ted Gould  <ted@gould.cx>

	Changing the tarball we're ignoring

2010-12-08  Ted Gould  <ted@gould.cx>

	Adding in some '_' so that the symbols don't get exported in the library.

2010-12-08  Ted Gould  <ted@gould.cx>

	Switching around so that this test passes even if it's not perfect.

2010-12-08  Ted Gould  <ted@gould.cx>

	Drop the need and use of dbus-glib

2010-12-08  Ted Gould  <ted@gould.cx>

	Making sure we have more ref's on our callbacks.

2010-12-08  Ted Gould  <ted@gould.cx>

	Adding a ref for creating the bus proxy.

2010-12-08  Ted Gould  <ted@gould.cx>

	Making sure to ref the object when doing the async callback.

2010-12-08  Ted Gould  <ted@gould.cx>

	Adding a build for dbus-glib for tests so that we can pass them unmodified.

2010-12-08  Ted Gould  <ted@gould.cx>

	Dropping the 'MENU' property as we don't need it.

2010-12-08  Ted Gould  <ted@gould.cx>

	Cleaning up configure.ac

2010-12-07  Ted Gould  <ted@gould.cx>

	Switching to the new dbusmenu API

2010-12-06  Ted Gould  <ted@gould.cx>

	Changing what we're checking with the watcher, now that it's persistant more of the time we need to not block if it exists.

2010-12-06  Ted Gould  <ted@gould.cx>

	Emitting the signals on DBus

2010-12-06  Ted Gould  <ted@gould.cx>

	Returning real values for the dbus properties

2010-12-06  Ted Gould  <ted@gould.cx>

	Killing the X signals as well

2010-12-06  Ted Gould  <ted@gould.cx>

	Dropping all the 'x' properties in the object

2010-12-06  Ted Gould  <ted@gould.cx>

	Putting some dummy code in the bus get property function.

2010-12-06  Ted Gould  <ted@gould.cx>

	Switching the names of the generated files to stop automake from thinking it needs to build the XML files.

2010-12-06  Ted Gould  <ted@gould.cx>

	Adding in the get_prop function so that things start linking

2010-12-06  Ted Gould  <ted@gould.cx>

	Switch from using the DBus proxy to using the owner change signal on the watcher proxy.

2010-12-06  Ted Gould  <ted@gould.cx>

	Readjusting how the proxy is setup, called back, and the registration occurs.

2010-12-06  Ted Gould  <ted@gould.cx>

	Blacklisting some new files

2010-12-06  Ted Gould  <ted@gould.cx>

	Changing the connection to be a GDBus connection and making aquiring it async

2010-12-06  Ted Gould  <ted@gould.cx>

