2.1.1:

2009-08-13  David King  <davidk@openismus.com>

	* configure.ac:
	* debian/changelog:
	* NEWS: Release and package 2.1.1.

2009-08-13  David King  <davidk@openismus.com>

	* configure.ac: Drop unnecessary libtool requirement.

2009-08-12  David King  <davidk@openismus.com>

	* docs/tutorial/maemomm-tut.xml: Correct copyright notice to MIT
	license, so that the example code can be used for any purpose.

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

	* docs/index.html: Link to new sections in tutorial documentation.

2.1.0:

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

	* autogen.sh: Update with more recent syntax from gtkmm.
	* configure.ac: Bump hildonmm requirement to 2.1.3. Depend on automake
	1.9. Use ustar format for dist tarball so that longer filenames can be
	used (Otherwise 99 characters is not enough for long path names).
	* debian/changelog:
	* debian/control: Update for 2.1.0 changes.
	* examples/*/*.[cc|h]: Update license on all examples.

2009-06-11  Murray Cumming  <murrayc@murrayc.com>

	* COPYING: Use MIT license, not GPL license, like maemopad.
	* docs/tutorial/maemomm-tut.xml: Abstract: Link to the project page
	with the maemomm-docmentation tarball. Both changes requested by Tero
	Kojo.

2009-06-11  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: TouchSelector: Moved the
	TouchSelectorEntry description and examples into a TouchSelectorEntry
	<sect1> so that this is less of a sea of text.

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

	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/touch-selector-entry-text.png:
	* docs/tutorial/maemomm-tut.xml:
	* examples/touch-selector-entry/Makefile.am:
	* examples/touch-selector-entry/entry-text: New example, screenshot and
	documentation for TouchSelectorEntryText widget.
	* docs/tutorial/figures/touch-selector-entry-multi-column.png:
	* docs/tutorial/figures/touch-selector-entry-single-column.png:
	* examples/touch-selector-entry/multi-column/examplewindow.cc:
	* examples/touch-selector-entry/single-column/examplewindow.[cc|h]:
	Update examples and screenshots now that I understand that the Entry in
	a TouchSelectorEntry can only use one model column.
	* configure.ac: Bump to version 2.1.0.
	* NEWS: Minor update.

2009-06-08  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/figures/: Added TouchSelectorEntry example screenshots.

2009-06-08  Murray Cumming  <murrayc@murrayc.com>

	* configure.ac:
	* examples/Makefile.am:
	* examples/touch-selector-entry/multi-column/examplewindow.[h|cc]:
	* examples/touch-selector-entry/single-column/examplewindow.[h|cc]:
	Added these, as almost exact copies of the touch-selector/ examples, 
	to show the use of TouchSelectorEntry.

2009-06-07  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: TouchSelector: Mention DateSelector 
	and TimeSelector briefly.

2009-06-07  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Corrected several validation errors:
	- It should be <note><para>, not <para><note>.
	- <listitem> should contain <para>.
	- <sect*> should not have a <para> after a sub-<sect>.

2009-06-07  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Buttons: Improve the text.

2009-06-07  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Moved the Note and Banner sections from 
	the Widgets chapter to the Dialogs chapter.
	Improve the descriptions.

2009-06-06  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/maemomm-tut.xml: TouchSelector: Show both the 
	single-column and multi-column example. Write a description that 
	actually describes the widget, starting with the most useful stuff.

2009-06-06  Murray Cumming  <murrayc@murrayc.com>

	* examples/picker-button/examplewindow.[h|cc]: Use TouchSelectorText 
	instead of TouchSelector with the (now removed) text-specific API. 

2009-06-06  Murray Cumming  <murrayc@murrayc.com>

	* configure.ac:
	* examples/touch-selector/Makefile.am:
	* examples/touch-selector/: Moved existing example into 
	examples/touch-selector/multi-column.
	Added examples/touch-selector/multi-column/, showing multiple 
	cell renderers in one column from one tree model.

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

	* docs/tutorial/figures/touch-selector.png: Add TouchSelector
	screenshot.
	* docs/tutorial/figures/banner.png:
	* docs/tutorial/figures/button.png:
	* docs/tutorial/figures/caption.png:
	* docs/tutorial/figures/check-button.png:
	* docs/tutorial/figures/date-button.png:
	* docs/tutorial/figures/edit-toolbar.png:
	* docs/tutorial/figures/entry.png:
	* docs/tutorial/figures/find.png:
	* docs/tutorial/figures/note.png:
	* docs/tutorial/figures/notification.png:
	* docs/tutorial/figures/stackable-window.png:
	* docs/tutorial/figures/textvew.png:
	* docs/tutorial/figures/time-button.png:
	* docs/tutorial/figures/uimanager.png:
	* docs/tutorial/figures/window.png:
	* docs/tutorial/figures/wizard.png:
	* docs/tutorial/figures/pannable-area.png: Update screenshots to match
	changes in examples.
	* docs/tutorial/maemomm-tut.xml: Add TouchSelector section and example.
	Update PannableArea documentation to include reference to "mov-mode"
	property.
	* examples/*/*.[cc|h]: Random fixes.
	* examples/pannable-area/examplewindow.cc: Set "mov-mode" property so
	that the PannableArea scrolls horizontally.

2009-06-03  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am: Use use.id.as.filename to use id tags as the 
	.html filename instead of numbers which could change, making linking easier.
	I copied this from the gtkmm Makefile.am. 
	* docs/tutorial/maemomm-tut.xml: Make sure all chapters and sects have id tags.
	Correct some British English to US English.
	* examples/picker-button/examplewindow.cc: Use set_property() instead of 
	g_object_set().
	* examples/*/*.cc: Correct some packing to avoid center alignment.
	Use title capitalization.

2009-06-03  Murray Cumming  <murrayc@murrayc.com>

	* examples/pannable-area/examplewindow.cc: Fix a typo to fix the build.
	Make lines fit in 80 characters for the sake of PDFs.

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

	* docs/tutorial/maemo-tut.xml: Split Widgets section into Widgets and
	Dialogs. Split Notification introduction into an initialisation
	subsection.
	* docs/tutorial/figures/*.png: New screenshots for example changes.
	* examples/*/*.[cc|h]: Use show_all_children() instead of show_all()
	where appropriate. Reformat to 80 columns wide. Use appropriate
	titles for dialogs. Adjust widget layouts to look nicer.

2009-06-03  Michael Hasselmann <michaelh@openismus.com>

	* debian/*: Added debian packaging infrastructure.

2009-06-02  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Pannable Area: Rephrase the description of 
	kinetic scrolling (apparently taken from the C docs, which were not written 
	by a native speaker) to make it clearer. 

2009-06-02  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/examplewindow.cc:
	* examples/button/examplewindow.cc:
	* examples/find-toolbar/examplewindow.cc:
	* examples/pannable-area/examplewindow.cc:
	* examples/picker-button/examplewindow.cc:
	* examples/time-button/examplewindow.cc: Removed more scary !s.

2009-06-02  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/examplewindow.cc:
	* examples/button/examplewindow.cc:
	* examples/check-button/examplewindow.cc:
	* examples/edit-toolbar/examplewindow.cc:
	* examples/entry/examplewindow.cc:
	* examples/file-chooser-dialog/examplewindow.cc:
	* examples/file-details-dialog/examplewindow.cc:
	* examples/note/examplewindow.cc:
	* examples/notification/main.cc:
	* examples/pannable-area/examplewindow.cc:
	* examples/stackable-window/examplewindow.cc:
	* examples/textview/examplewindow.cc:
	* examples/time-button/examplewindow.cc: Some whitespace corrections, not 
	fixed everywhere. I emailed David about these so he can correct the rest.
	Removed use of scary ! in user visible strings. 
	
	* examples/wizard-dialog/examplewindow.cc: Use the correct response enum 
	now that the mentioned bug has been fixed.

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

	* examples/stackable-window/examplewindow.cc: Fix silly hack from
	last commit, to complete StackableWindow example.
	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/stackable-window.png: Add screenshot for
	Hildon::StackableWindow example.

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

	* AUTHORS: Add Johannes and I.
	* examples/stackable-window/examplewindow.[cc|h]: Hack to return
	a pointer to a Hildon::StackableWindow, as the API currently does
	not provide a method for that. TODO: Fix hildonmm. Fix variable
	names to get the example to build.

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

	* docs/tutorial/maemomm-tut.xml: Rewrite some passive sentences and remove a 
	'in that' phrase.

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

	* docs/tutorial/maemomm-tut.xml: Replace "is possible to" with "you can",
	and "represent a" with "is a". Much of these new widget descriptions seem to 
	be copy-pasted from the (bad) C documentation which is not even written by
	native English speakers.

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

	* examples/*/*.h: Do not indent public and protected, to match the gtkmm 
	examples and source code style.

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

	* examples/picker-button/*: Add missing directory to repository.

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

	* examples/check-button/*: Add missing directory to repository.

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

	* configure.ac:
	* examples/Makefile.am: Alphabetically sort subdirectories.
	* examples/edit-toolbar/Makefile.am:
	* examples/stackable-window/Makefile.am: Add missing file.
	* examples/*/*.[cc|h]: Convert tabs to spaces, indent by two spaces,
	change member variable naming and add punctuation to comments.
	* docs/tutorial/maemomm-tut.xml: Use active voice, check spelling and
	other style fixes.

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

	* configure.ac:
	* examples/Makefile.am:
	* examples/window/*:
	* examples/stackable-window/*:
	* examples/app-menu/*:
	* examples/edit-toolbar/*:
	* examples/pannable-area/*:
	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/window.png:
	* docs/tutorial/figures/app-menu.png:
	* docs/tutorial/figures/edit-toolbar.png:
	* docs/tutorial/figures/pannable-area.png:
	* docs/tutorial/maemomm-tut.xml: Add documentation, examples and
	screenshots for Hildon::Window, Hildon::StackableWindow,
	Hildon::AppMenu, Hildon::EditToolbar and Hildon::PannableArea. Add
	myself as author. TODO: Fix StackableWindow and PannableArea in
	hildonmm, as the examples currently do not work.
	* docs/tutorial/figures/date-button.png: Add screenshot for
	Hildon::DateButton.

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

	* configure.ac:
	* examples/Makefile.am:
	* examples/textview/*:
	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/textview.png:
	* docs/tutorial/maemomm-tut.xml: Add documentation, example and
	screenshot for Hildon::TextView.
	
2009-05-25  David King  <davidk@openismus.com>

	* configure.ac:
	* examples/Makefile.am:
	* examples/entry/*:
	* docs/tutorial/figures/entry.png:
	* docs/tutorial/maemomm-tut.xml: Add documentation, example and
	screenshot for Hildon::Entry.

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

	* docs/tutorial/maemomm-tut.xml: Update FSF address. Minor fixes to
	Notification section.
	* docs/tutorial/figures/notification.png: Update screenshot.
	* examples/notification/main.cc: Minor updates for Fremantle.

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

	* configure.ac: Bump to 2.0.1. Depend on hildonmm 2.1.2 for fixes
	to DateButton.
	* NEWS: Update with 2.0.1 info, no release yet.
	* README: Correct for maemomm-documentation.
	* docs/tutorial/insert_example_code.pl: Fix example insertion for
	directories with '-' in the name.
	* docs/tutorial/maemomm-tut.xml: Fix assorted typos. Remove example
	code that initialises libosso, as it is unnecessary. Add DocBook
	markup for classes, filenames and literals. Fix use of gtkmm and
	maemomm entities. Document new widgets in HildonButton heirarchy.
	TODO: HildonEntry and HildonTextView. Check libnotifymm.
	* docs/tutorial/figures/Makefile.am: Distribute all images so
	that there are screenshots for the documentation tarball.
	* docs/tutorial/figures/button.png:
	* docs/tutorial/figures/check-button.png:
	* docs/tutorial/figures/picker-button.png:
	* docs/tutorial/figures/time-button.png: Figures for new examples.
	* docs/tutorial/figures/banner.png:
	* docs/tutorial/figures/caption.png:
	* docs/tutorial/figures/filechooser.png:
	* docs/tutorial/figures/filedetails.png:
	* docs/tutorial/figures/find.png:
	* docs/tutorial/figures/menu.png:
	* docs/tutorial/figures/note.png:
	* docs/tutorial/figures/uimanager.png:
	* docs/tutorial/figures/wizard.png: Update screenshots.
	* examples/button:
	* examples/check-button:
	* examples/picker-button:
	* examples/time-button: Examples for new widgets in HildonButton
	heirarchy.
	* examples/*/*.[cc|h]: Update copyright notice and FSF address.
	Remove unneccessary libossomm calls. Use Hildon::Button where
	appropriate. Be more precise with includes.

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

	* configure.ac:
	* examples/Makefile.am:
	* examples/calendar-popup/: Renamed to date-button/.

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

	* configure.ac:
	* examples/Makefile.am:
	* examples/color/:
	* examples/font/: Removed these examples because they are deprecated, 
	with no obvious replacement.
	See https://bugs.maemo.org/show_bug.cgi?id=4461
	* docs/tutorial/maemomm-tut.xml: Remove the ColorButton chapter. There was 
	no FontSelectionDialog section that used the font example.
	
	* examples/banner/examplewindow.[h|cc]: Simplify this because HildonBanner 
	now has a much smaller (non-deprecated) API.
	* examples/note/examplewindow.[h|cc]: Adapt to the latest API, mostly just 
	removing the use of icons.
	
	* examples/calendar-popup/examplewindow.[h|cc]: Use a HildonDateButton instead 
	of the HildonCalendarPopup, which is deprecated. TODO: Rename this example.

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

	* examples/banner/examplewindow.h:
	* examples/calendar-popup/examplewindow.h:
	* examples/file-chooser-dialog/examplewindow.h:
	* examples/file-details-dialog/examplewindow.h:
	* examples/find-toolbar/examplewindow.h:
	* examples/font/examplewindow.h:
	* examples/menu/examplewindow.h:
	* examples/note/examplewindow.h:
	* examples/toolbar/examplewindow.h:
	* examples/uimanager/examplewindow.h:
	* examples/wizard-dialog/examplewindow.h: Remove useless virtuals on signal 
	handlers.

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

	* examples/banner/main.cc:
	* examples/calendar-popup/main.cc:
	* examples/caption/main.cc:
	* examples/color/main.cc:
	* examples/file-chooser-dialog/main.cc:
	* examples/file-details-dialog/main.cc:
	* examples/find-toolbar/main.cc:
	* examples/font/main.cc:
	* examples/hwkeys/main.cc:
	* examples/menu/main.cc:
	* examples/note/main.cc:
	* examples/notification/main.cc:
	* examples/program/main.cc:
	* examples/toolbar/main.cc:
	* examples/uimanager/main.cc:
	* examples/wizard-dialog/main.cc: Do not call osso_initialize() because it 
	is no longer necessary until we need to use other libosso functions.

2008-09-11  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Correct the links, to point to hildonmm
	API reference instead of hildon-libsmm reference.

2008-07-28  Johannes Schmid  <johannes.schmid@openismus.com>

	* docs/tutorial/maemomm-tut.xml: Some small changes to fit
	with diablo.

2.0:

2008-07-07  Johannes Schmid  <johannes.schmid@openismus.com>

	* examples/*:
	Replaced deprecated set_menu() by set_main_menu()

2007-11-14  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Corrected a typo in the Touchscreen 
	section.

0.9.7:

2007-10-28  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Mention the chinook extras, so that 
	the source.list instructions are correct, now that chinook extras 
	is public knowledge.

2007-10-08  Daniel Elstner  <danielk@openismus.com>

	* scripts/dk-warn.m4: New file defining the DK_ARG_ENABLE_WARNINGS
	macro for controlling the output of compile warnings during build.
	* scripts/Makefile.am (EXTRA_DIST): Ship dk-warn.m4 and docgen.m4.

	* configure.ac: Make use of DK_ARG_ENABLE_WARNINGS().
	* examples/Makefile.am_fragment (all_includes): Add warning flags.

2007-10-04  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Installation: mention the 
	libgconfmm-2.6-dev package.

2007-09-28  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Added a Notification chapter, 
	showing the use of hildon-notifymm.
	* examples/notification/main.cc: Do not specify a category. 
	It is undocumented and does not seem necessary.

2007-09-28  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Corrected the pkg-config 
	names and headers to mention hildonmm instead of hildon-libsmm.

2007-09-26  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/notification/main.cc:
	Adapted to new hildon-notifymm API

2007-09-23  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/notification/main.cc:
	Fixed notification example

2007-09-18  Murray Cumming  <murrayc@murrayc.com>

	* configure.ac:
	* examples/Makefile.am:
	* examples/notification/Makefile.am:
	* examples/notification/main.cc:
	Added a hildon-notifymm example. It does not work, 
	but maybe it is just my environment.

0.9.6: 

2007-09-05  Johannes Schmid <johannes.schmid@openismus.com>

	* configure.ac: Bumped version to 0.9.6
	* Makefile.am: Reverted a change commited by accident
	* NEWS: Updated

2007-09-05  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/tutorial/maemomm-tut.xml:
	Added some words about package installation and creating
	debian packages with launcher support.

2007-09-04  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Minor grammar corrections.

2007-08-31  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/tutorial/maemomm-tut.xml:
	Updated section about maemo-launcher

2007-08-18  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Changes to gtkmm section:
	Corrected the macro name for enabling default signal handlers, 
	thanks to Kimitake.
	Removed the gtkmm Maemo API additions, because I think they 
	are not in the Maemo GTK+ 2.10 now. 

2007-08-17  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Installation: 
	Mention libhildonmm and libhildon-fmmm instead of 
	hildon-libsmm and hildon-fmmm packages.

0.9.5:

2007-07-22  Murray Cumming  <murrayc@murrayc.com>

	* configure.ac: Depend on hildonmm instead of hildon-libsmm.
	* docs/tutorial/maemomm-tut.xml:
	* examples/banner/examplewindow.cc:
	* examples/banner/examplewindow.h:
	* examples/banner/main.cc:
	* examples/calendar-popup/examplewindow.cc:
	* examples/calendar-popup/main.cc:
	* examples/caption/examplewindow.cc:
	* examples/caption/examplewindow.h:
	* examples/caption/main.cc:
	* examples/color/examplewindow.cc:
	* examples/color/examplewindow.h:
	* examples/color/main.cc:
	* examples/file-chooser-dialog/main.cc:
	* examples/file-details-dialog/main.cc:
	* examples/find-toolbar/examplewindow.h:
	* examples/find-toolbar/main.cc:
	* examples/font/examplewindow.cc:
	* examples/font/examplewindow.h:
	* examples/font/main.cc:
	* examples/hwkeys/examplewindow.cc:
	* examples/hwkeys/examplewindow.h:
	* examples/hwkeys/main.cc:
	* examples/menu/examplewindow.h:
	* examples/menu/main.cc:
	* examples/note/examplewindow.cc:
	* examples/note/examplewindow.h:
	* examples/note/main.cc:
	* examples/program/main.cc:
	* examples/toolbar/examplewindow.h:
	* examples/toolbar/main.cc:
	* examples/uimanager/examplewindow.h:
	* examples/uimanager/main.cc:
	* examples/wizard-dialog/examplewindow.cc:
	* examples/wizard-dialog/examplewizard.h:
	* examples/wizard-dialog/main.cc: Port to the new API, 
	changing headers from hildon-libsmm/ to hildonmm/, 
	removing use of HildonColorSelector, and using the 
	renamed HildonNote enums.

This is the trunk branch for Maemo Chinook.
See also the bora branch. 


2007-03-29  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/tutorial/maemo-tut.xml:
	Package name is hildon-libsmm not libhildon-libsmm.
	Thanks to Vlad <3rdshift@comcast.net> for pointing this out

2007-03-19  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Minor corrections and improvements to maemo-launcher 
	chapter. 

2007-03-12  Johannes Schmid <johannes.schmid@openismus.com>

	* doc/tutorial/maemomm-tut.xml:
	Added chapter about maemo-launcher

2007-01-31  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Installation section: Use the 3.0 alias instead of bora 
	in the sources.list line, because that seems clearer to me. And mention that it is not 
	available for < 3.0, yet.

0.9.2:

2007-01-19  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Installation section: Tell people to install the -dev 
	packages.

2007-01-19  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Installation section: Correct the sources.list line, 
	now that the bora repository is public.

2007-01-19  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Changes to gtkmm section: Fixed typo in title.

0.9.1:

2007-01-09  Murray Cumming  <murrayc@murrayc.com>

	* Correct the copyright name on all files.

2006-12-11  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Minor grammar fixes to the Note and Caption 
	sections.

2006-12-07  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/find-toolbar/examplewindow.cc: Fixed example (related to #875)
	* examples/toolbar/examplewindow.cc: Fixed example (related to #875)
	* examples/wizard-dialog/examplewizard.cc: Fixed example
	
	* docs/tutorial/maemo-tut.xml: Added screenshots and added section for
	note and caption
	* docs/tutorial/figures/*.png: Added screenshots

2006-12-07  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/caption/examplewindow.cc
	* examples/caption/examplewindow.h:

	Created a more useful caption example

2006-12-05  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/caption/Makefile.am
	* examples/caption/examplewindow.cc
	* examples/caption/examplewindow.h
	* examples/caption/main.cc
	* examples/Makefile.am
	* configure.ac:

	Add Caption example

2006-12-04  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/note/examplewindow.cc:
	Finished note example

2006-11-30  Johannes Schmid <johannes.schmid@openismus.com>

	* configure.ac
	* examples/Makefile.am
	* examples/note/examplewindow.h
	* examples/note/examplewindow.cc
	* examples/note/main.cc

  Added note example

2006-11-29  Murray Cumming  <murrayc@murrayc.com>

	* examples/color/examplewindow.cc: Uncomment the property notification 
	signal connection, because this API is now in the released glibmm 2.8 
	tarball (and my temp .deb packages). 

0.9.0:

2006-11-25  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Rewrote the UIManager section slightly.
	Remember to put text about the examples in the section of the example.
	* examples/banner/examplewindow.cc:
	* examples/banner/examplewindow.h:
	* examples/find-toolbar/examplewindow.cc:
	* examples/find-toolbar/examplewindow.h:
	* examples/font/examplewindow.cc:
	* examples/font/examplewindow.h:
	* examples/menu/examplewindow.cc:
	* examples/menu/examplewindow.h:
	* examples/toolbar/examplewindow.cc:
	* examples/toolbar/examplewindow.h: Slightly more appropriate signal 
	handler names.

2006-11-25  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/main.cc:
	* examples/calendar-popup/main.cc:
	* examples/color/main.cc:
	* examples/file-chooser-dialog/main.cc:
	* examples/file-details-dialog/main.cc:
	* examples/find-toolbar/main.cc:
	* examples/font/main.cc:
	* examples/hwkeys/main.cc:
	* examples/menu/main.cc:
	* examples/program/main.cc:
	* examples/toolbar/main.cc:
	* examples/uimanager/main.cc: Use a more generic name with 
	osso_initialize().
	* configure.ac:
	* examples/Makefile.am:
	* examples/wizard-dialog/Makefile.am:
	* examples/wizard-dialog/examplewindow.cc:
	* examples/wizard-dialog/examplewindow.h:
	* examples/wizard-dialog/examplewizard.cc:
	* examples/wizard-dialog/examplewizard.h:
	* examples/wizard-dialog/main.cc: New WizardDialog example.
	* docs/tutorial/maemomm-tut.xml: Added section about WizardDialog. 
	Changed some email addresses to gtkmm-list@gnome.org so Johannes 
	does not get bombarded.
	* docs/index.html: Removed link to FAQ. There is not one.

2006-11-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Basics: Tell people to always call 
	osso_initialize(), not just when using filesystem stuff.
	* examples/*/main.cc: Call osso_initialize() for all examples, 
	and call osso_deinitialize() at the end.

2006-11-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Basics: Add sub-section on library 
	initialization, though we should update it if we manage to hide osso_initialize().

2006-11-23  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/index.html: Fixed "All Classes" link for hildon-fmmm

2006-11-23  Johannes Schmid <johannes.schmid@openismus.com>

	* TODO: Marked done items
	* docs/tutorial/maemomm-tut.xml:
	Added remaining links to reference documentation

2006-11-23  Johannes Schmid <johannes.schmid@openismus.com>

	* configure.ac
	* examples/Makefile.am
	* examples/uimanager/Makefile.am
	* examples/uimanager/examplewindow.cc
	* examples/uimanager/examplewindow.h
	* examples/uimanager/main.cc:

	Added example for Gtk::UIManager (depends on GTKmm #378524)

	* docs/tutorial/maemomm-tut.xml:
	Added section about Gtk::UIManager	

	* docs/tutorial/TODO: 
	Removed, we have a toplevel TODO file now

	* TODO:
	Added info about bug #875

2006-11-23  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Remove link to hildon-libsmm Helpers group, because it 
	is not being generated. No big deal.

2006-11-22  Murray Cumming  <murrayc@murrayc.com>

	* TODO: Updated.
	* docs/index.html: Added links to full class lists (namespace lists)
	* docs/tutorial/maemomm-tut.xml: Always use std::string for get_filename().

2006-11-22  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Improved slightly, replacing the odd header, and 
	provide two sets of links into the two sets of reference documentation.

2006-11-22  Murray Cumming  <murrayc@murrayc.com>

	* configure.ac: Make this more like the hildon-libsmm configure.in, 
	so that the tarball is generated with a version number.
	* docs/tutorial/figures/Makefile.am: Correct mention of gtkmm-tut.xml 
	to fix distcheck.

2006-11-21  Murray Cumming  <murrayc@murrayc.com>

	* examples/toolbar/examplewindow.cc: Call show_all(), because it 
	is really necessary. Added comment about bug #875 that I filed about it.
	The menu example does not seem to have this problem.

2006-11-21  Murray Cumming  <murrayc@murrayc.com

	* examples/file-details-dialog/examplewindow.cc: Provide the 
	ref-widget parameter to the FileSystemModel constructor, as 
	required by the HildonFileSystemModel documentation.
	Check the result of FileSystemModel::load_local_path() so 
	we can print a warning instead of crashing when passing a null 
	iter to set_file_iter(). I am not sure why this is failing, 
	but it is better than a crash.

2006-11-21  Murray Cumming  <murrayc@murrayc.com

	* docs/tutorial/maemomm-tut.xml: FileChooserDialog: Mention that 
	it already has response buttons.
	* examples/file-chooser-dialog/examplewindow.cc:
	* examples/file-details-dialog/examplewindow.cc: Do not add 
	extra response buttons.
	* examples/find-toolbar/examplewindow.cc: Use get_property() 
	instead of get_property_value().
	* examples/font/examplewindow.cc: Use Glib::ustring instead of 
	std::string for the family property.
	* examples/color/examplewindow.cc: Write the correct commented-out 
	syntax for property notification, for when we have a new-enough 
	glibmm.

2006-11-21  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/examplewindow.cc:
	* examples/calendar-popup/examplewindow.cc:
	* examples/file-chooser-dialog/examplewindow.cc:
	* examples/file-details-dialog/examplewindow.cc:
	* examples/file-details-dialog/examplewindow.h:
	* examples/find-toolbar/examplewindow.cc:
	* examples/font/examplewindow.cc:
	* examples/hwkeys/examplewindow.cc:
	* examples/menu/examplewindow.cc:
	* examples/toolbar/examplewindow.cc: Minor syntax changes.

2006-11-21  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Minor gramatical improvements.

2006-11-21  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/file-details-dialog/examplewindow.cc:
	* examples/file-details-dialog/exampledialog.h (removed):
	* examples/file-details-dialog/exampledialog.cc (removed):
	
	Use Hildon::FileSystemModel::create() and don't use a derived class

	* examples/find-toolbar/examplewindow.cc:
	Use show_all() because otherwise, the toolbars are not shown. Added
	a TODO about the properties. The code does not work yet properly

2006-11-20  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Basics: Added bit about gobj() and 
	Glib::wrap() because I promised that in bindingswork.txt.

2006-11-20  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/examplewindow.cc:
	* examples/find-toolbar/examplewindow.cc:
	* examples/font/examplewindow.cc:
	* examples/menu/examplewindow.cc:
	* examples/toolbar/examplewindow.cc: In button signal handlers, use 
	hide() instead of Main::quit(), like the gtkmm examples and the 
	rest of these examples.

2006-11-20  Johannes Schmid <jhs@openismus.com>

	* docs/tutorial/maemomm-tut.xml:
	Added section for Hildon::FileDetailsDialog (incomplete) and
	fixed section about Hildon::Program.

	* examples/file-details-dialog/exampledialog.cc:
	Fixed TODO: Value not necessary for bool

2006-11-20  Murray Cumming  <murrayc@Murrayc.com>

	* examples/banner/examplewindow.cc:
	* examples/banner/main.cc:
	* examples/color/main.cc:
	* examples/file-details-dialog/exampledialog.cc:
	* examples/find-toolbar/examplewindow.cc:
	* examples/find-toolbar/main.cc:
	* examples/font/examplewindow.cc:
	* examples/font/main.cc:
	* examples/hwkeys/examplewindow.cc:
	* examples/hwkeys/main.cc:
	* examples/menu/examplewindow.cc:
	* examples/menu/main.cc:
	* examples/program/main.cc:
	* examples/toolbar/examplewindow.cc:
	* examples/toolbar/main.cc: 
	In main() functions, do not call show() or show_all() on the window, 
	because Main::run(window) does that.
	In ExampleWindow constructors, call show_all_children() instead of show_all(), 
	because instantiation is not the right time to decide to actually show a 
	window. This is what the gtkmm examples do.

2006-11-20  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/file-details-dialog:
	* examples/Makefile.am:
	* examples/configure.in:
	Added example for file-details-dialog but it does not work yet. We may need
	some API changes in hildon-fm

	* examples/*/main.cc:
	Adapted to new Hildon::Program API (get_instance())

	* docs/tutorial/maemomm-tut.xml:
	Some minor changes

2006-11-15  Murray Cumming  <murrayc@murrayc.com>

	* docs/Makefile.am:
	* docs/index.html: Added an index.html page, like the gtkmm one, 
	as a starting point for all our documentation.
	* docs/tutorial/maemomm-tut.xml: Correct spelling of GmbH.
	* docs/tutorial/style.css: Use a different color for the headers and 
	footers (blue, also used on index.html) to make it clearer that this 
	is not the gtkmm documentation.

2006-11-15  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Fixed my errors, to fix the build.

2006-11-14  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Installation: Corrected the installation 
	section to mention maemomm packages instead of gtkmm.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Added sections on gtkmm basics and changes 
	to gtkmm. Used gtkmm entity.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/main.cc:
	* examples/calendar-popup/main.cc:
	* examples/color/main.cc:
	* examples/find-toolbar/main.cc:
	* examples/font/main.cc:
	* examples/hwkeys/main.cc:
	* examples/menu/main.cc:
	* examples/program/main.cc:
	* examples/toolbar/main.cc: Change widgets_init() to libs_init().
	* examples/file-chooser-dialog/examplewindow.cc:
	* examples/file-chooser-dialog/examplewindow.h:
	* examples/file-chooser-dialog/main.cc: Call fm_init() and osso_initialize(), 
	though I hope we can hide osso_initialize() in future.
	Use a regular VBox instead of a ButtonBox, because it gives us more control, 
	and it is what the C example uses. Use Gtk::PACK_SHRINK to make the buttons 
	pack next to each other.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am: Supply the correct path to 
	insert_example_code.pl, so that the example code is really included.
	* docs/tutorial/maemomm-tut.xml: Banner section, put the example introduction 
	inside the example section.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Added links to reference documentation, 
	as in the gtkmm tutorial.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* docs/Makefile.am: Added recursive stuff so that make post-html 
	works from the top-level.
	* docs/tutorial/maemomm-tut.xml: Use the ulink to specify the example 
	source code, so that the contents plus link can be automatically inserted, 
	as we do for gtkmm. 

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* examples/Makefile.am:
	* examples/Makefile.am_fragment: Upload the examples too.

2006-11-11  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* Makefile_web.am_fragment:
	* docs/Makefile_web.am_fragment:
	* docs/tutorial/Makefile.am:
	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/icons/Makefile.am: Move the web URLs fragment to 
	the top-level, so we can use it for uploads of examples too 
	(not done yet).
	The tutorial is now uploaded to 
	https://www.openismus.com/maemomm_docs/.

2006-11-11  Murray Cumming  <murrayc@murrayc.com>

	* examples/banner/main.cc:
	* examples/calendar-popup/main.cc:
	* examples/color/main.cc:
	* examples/file-chooser-dialog/main.cc:
	* examples/find-toolbar/main.cc:
	* examples/font/main.cc:
	* examples/hwkeys/main.cc:
	* examples/menu/main.cc:
	* examples/program/main.cc:
	* examples/toolbar/main.cc: Include hildon-libsmm.h and 
	initialize the wrap() system with widgets_init(), though 
	we maybe want to rename this in hildon-libsmm.
	Initialization of hildon-fmmm is probably also necessary
	(along with calling osso_initialize()).

2006-11-10  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/tutorial/maemomm-tut.xml
	* docs/tutorial/Makefile.am
	Cleaned tutorial from /* */ comments
	* examples/find-toolbar/examplewindow.cc
	* examples/find-toolbar/main.cc
	* examples/find-toolbar/examplewindow.h
	* examples/toolbar/examplewindow.cc
	* examples/toolbar/main.cc
	* examples/toolbar/examplewindow.h
	* examples/menu/examplewindow.cc
	* examples/menu/main.cc
	* examples/menu/examplewindow.h
	* examples/banner/examplewindow.cc
	* examples/banner/main.cc
	* examples/banner/examplewindow.h
	* examples/font/examplewindow.cc
	* examples/font/main.cc
	* examples/font/examplewindow.h
	* examples/program/main.cc
	* examples/calendar-popup/main.cc
	* examples/hwkeys/examplewindow.cc
	* examples/hwkeys/main.cc
	* examples/file-chooser-dialog/main.cc
	* examples/color/main.cc:

	Adapted examples to gtkmm coding style


2006-11-10  Murray Cumming  <murrayc@murrayc.com>

	* examples/color/examplewindow.cc:
	* examples/color/examplewindow.h: Use the regular gtkmm style. Please 
	change other examples to do the same.
	Also added a comment (for me, really) about necessary glibmm API to 
	handle property change notification.

2006-11-08  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: More cleanup, and some TODO comments.
	Also added classname tags, though that is not a big deal.

2006-11-08  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/maemomm-tut.xml: Some minor cleanup, for the first 
	few sections.

2006-11-08  Johannes Schmid <johannes.schmid@openismus.com>

	* configure.ac:
	New Makefiles for hwkeys and figures
	
	* examples/Makefile.am
	* examples/hwkeys/*:
	Added hwkeys example

	* examples/banner/examplewindow.cc:
	Fixed indentation

	* docs/tutorial/maemomm-tut.xml:
	- Added Maemo UI section
	- Added section for FileChooserDialog, ColorSelector and Banner
	- Added section about GnomeVFSmm and GConfmm
	
	* docs/figures/*:
	Added some figures from the maemo tutorial

2006-11-04  Johannes Schmid <johannes.schmid@openismus.com>

	* configure.ac:
	* Makefile.am:
	* docs/Makefile_web.am_fragment:
	* docs/tutorial/Makefile:
	Fixed tutorial installation (maemomm_docdir)

	* docs/tutorial/maemomm-tut.xml:
	Added section for Hildon::Toolbar and Hildon::FindToolbar

2006-11-04  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/tutorial/maemomm-tut.xml:
	Added menu section

2006-11-04  Johannes Schmid <johannes.schmid@openismus.com>

	* docs/tutorial/*
	* docs/Makefile.am
	* docs/Makefile_web.am_fragment
	* configure.in
	* Makefile.am
	
	Added draft for tutorial in docbook format based on the gtkmm
	tutorial

2006-11-02  Johannes Schmid <johannes.schmid@openismus.com>

	* examples/banner
	* examples/calendar-popup
	* examples/color
	* examples/find-toolbar
	* examples/font
	* examples/menu
	* examples/program
	* examples/toolbar
	* configure.in
	* examples/Makefile.am
	Added examples from hildon-libsmm

2006-10-30  Johannes Schmid <johannes.schmid@openismus.com>
	
	* examples/file-chooser-dialog/*
	Moved examples from hildon-fmmm
	* examples/Makefile.am_fragment:
	Changed HILDON_FMMM to MAEMO_DOC for CFLAGS and LIBS
	
	* configure.ac
	* Makefile.am
	Fixed build of new examples

	* AUTHORS: Added myself
