2009-06-04  David King  <davidk@openismus.com>

	* debian/changelog:
	* debian/compat:
	* debian/control:
	* debian/example-desktop-widget.install:
	* debian/rules: Update Debian packaging to CDBS.

2009-05-12  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am: Clean a file at dist to fix distcheck.

2009-05-11  David King  <davidk@openismus.com>

	* debian/*: Add Debian packaging.

2009-05-04  Murray Cumming  <murrayc@murrayc.com>

	* src/example_clock_desktop_widget.[h|c]:
	example_clock_desktop_widget_init(): Handle the dialogs response signal.
	example_clock_desktop_widget_on_settings_dialog_response(): Store the 
	chosen color and use it when drawing.

2009-05-04  Murray Cumming  <murrayc@murrayc.com>

	* src/example_clock_desktop_widget.c: example_clock_desktop_widget_init():
	Try to show a settings button and handle it, but this does not work yet in 
	(my installation of) the beta SDK.

2009-05-04  Murray Cumming  <murrayc@murrayc.com>

	* README:
	* src/example_clock_desktop_widget.c: Remove terminology other than 
	desktop widget now that I know this is the official one.

2009-04-27  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* configure.ac: Get the installation locations from libhildondesktop-1 
	instead of osso-af-settings because Jan Arne Petersen says that 
	the pkg-config variables in osso-af-settings are deprecated.

2009-04-27  Murray Cumming  <murrayc@murrayc.com>

	* src/example_clock_desktop_widget.[h|c]: Completed the rename.

2009-04-27  Murray Cumming  <murrayc@murrayc.com>

	* example-clock-desktop-widget.desktop: Rename to 
	example-clock-desktop-widget.desktop.in.in.
	* Makefile.am:
	* configure.ac: Generate the .desktop file from the .desktop.in.in file, 
	using intltool, so it can be translated.
	* po/ChangeLog: Mention the .desktop.in.in file here so it can be 
	translated.

2009-04-27  Murray Cumming  <murrayc@murrayc.com>

	* README: Added some text here.
	
	* Makefile.am
	* configure.ac:
	* example-clock-applet.desktop: Renamed to 
	example-clock-desktop-widget.desktop.
	* src/example_clock_applet.[h|c]: Renamed to 
	example_clock_desktop_widget.[h|cc] and renamed API appropriately.
	because Home Applets are now called (Desktop) "Widgets".

2009-04-22  David King  <davidk@openismus.com>

	* Makefile.am:
	* configure.ac: Place object files in subdirectories, not at the
	toplevel.
	* autogen.sh: Run glib-gettextize and intltoolize to setup build
	for internationalization.

2009-04-21  Murray Cumming  <murrayc@murrayc.com>

	* src/example_clock_applet.c: (example_clock_applet_class_init): Connect 
	example_clock_applet_realize() which sets a RGBA colormap, allowing us to 
	use transparency in draw().
	* screenshot.png: Updated, showing the transparency.

2009-04-21  Murray Cumming  <murrayc@murrayc.com>

	* src/example_clock_applet.c (draw): Try to make the background transparent, 
	but see https://bugs.maemo.org/show_bug.cgi?id=4345 .
	* Added screenshot.png so people can quickly see what this example looks like 
	without building and installing it.

2009-04-20  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* configure.ac:
	* po/LINGUAS:
	* po/Makefile.in.in:
	* po/POTFILES.in:
	* src/example_clock_applet.c:
	(example_clock_applet_on_button_press_event): Add internationalization and 
	a de sample translation.

2009-04-20  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am: Dist the .desktop file to fix make distcheck.
	* src/example_clock_applet.c: example_clock_applet_init(): 
	Properly set the events mask.
	example_clock_applet_on_button_press_event(): Try to show a hildon banner,
	but see https://bugs.maemo.org/show_bug.cgi?id=4341

2009-04-20  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* configure.ac:
	* m4/dk-warn.m4: Add --enable-warnings=min/max/fatal to help catch some errors.
	
	* src/example_clock_applet.[h|c]: example_clock_applet_finalize(): 
	Disconnect the timeout handler.
	example_clock_applet_init(): Try to handle button-press-event signals.

2009-04-20  Murray Cumming  <murrayc@murrayc.com>

	* autogen.sh: Commented out the initial !/bin/sh line because it seems to 
	stop the script when run inside scratchbox.
	* src/example_clock_applet.c: (draw), (example_clock_applet_init): 
	Corrected some formatting. Added some introductory comments.

