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

	* src/maemopad-window.c (create_textarea): Use HildonTextView instead of 
	GtkTextView, as required in Maemo 5 applications.
	
	* configure.ac: Made the tarball version match the debian/changelog version.
	Anything else is not sensible.
	
2.5.1:

2009-06-30  Maemo Team  <xxxx@maemo.org>

	* debian/changelog: Increased version
	* po/en_GB.po: Filled headers
	* po/fi_FI.po, configure.ac: Added Finnish translation
	
2009-06-05  Murray Cumming  <murrayc@murrayc-x61>

	* src/maemopad-window.c (maemopad_window_on_menu_sendvia_bt):
	Actually use the filepath instead of a NULL path. Correct the debug 
	printf to mention bluetooth rather than email.
	Thanks to Tatiana Meshkova.

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

	* debian/changelog:
	* debian/compat:
	* debian/control:
	* debian/maemopad.install:
	* debain/rules: Update Debian packaging to CDBS.

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

	* src/maemopad-window.[h|c]: Add the copyright headers to these new files.
	
2009-05-29  Murray Cumming  <murrayc@murrayc.com>

	* src/maemopad-window.[h|c]: Actually add these to svn.
	Fix a memory leak in the sendvia_bluetooth() code.

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

	* src/Makefile.am:
	* src/appdata.h:
	* src/ui/callbacks.[h|c]:
	* src/ui/interface.[h|c]: Refactored this into a nice simple derived 
	HildonWindow class in src/maemopad-window.[h|c], fixing several 
	eccentricities and errors along the way.

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

	*.[h|c]: Use the regular Hildon/GTK+ C code formatting style instead of the 
	weird random distribution of spaces that hurts my eyes. 

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

	* NEWS:
	* configure.ac: Increased version.
	* po/POTFILES: Removed this generated file from svn.
	* po/POTFILES.in: Corrected the paths to fix the distcheck.

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

	* src/main.c: Call hildon_gtk_init() though it does not seem to change 
	the behavior at all.
	* src/ui/interface.[h|c]: Simplify the includes.

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

	Initial port to Maemo 5.
	
	* src/main.c: (main): Just hide the window on delete-event. Quit on hide, 
	allowing us to call hide elsewhere instead of calling gtk_main_quit() from 
	multiple places.
	
	* src/ui/callbacks.[h|c]: Turn these into GtkButton:clicked signal handlers.
	Handle the GtkFontButton::font-set signal instead of showing a (deprecated) 
	HildonFontSelectionDialog.
	* src/ui/interface.[h|c]: (interface_main_view_new): Use a HildonAppMenu 
	(grid of GtkButtons) instead of a GtkMenu. Do not show a toolbar.
	The secondary windows do not seem to show when these buttons are pressed.

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

	* src/main.c (main):
	* src/ui/callbacks.c (rpc_send_via_bluetooth):
	* src/ui/interface.c (interface_font_chooser), (create_menu),
	(create_toolbar), (create_textarea): Remove unnecessary and unconventional 
	casts to GObject.

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

	* src/ui/interface.c: Remove super-wrong hildon-fm2 prefix from include.

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

	* src/appdata.h:
	* src/main.c:
	* src/ui/callbacks.h:
	* src/ui/interface.h: Use "" for local includes. Reduce unnecessary includes.
	Use sensible prefixes for header guards.
	* src/ui/callbacks.c (read_file_to_buffer), (write_buffer_to_file): Make 
	these static so they are really private.

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

	* src/main.c:
	* src/ui/callbacks.c:
	* src/ui/interface.c: Include glib/gi18n.h instead of including libintl.h and 
	repeatedly defining _() ourselves. Include only after other headers. It is 
	now sane.
	* src/ui/interface.h: Do not include either of them from a header file.

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

	* src/main.c:
	* src/ui/interface.[h|c]: Remove very wrong unnecessary hildon-1 prefix from 
	include paths. Obviously no hildon developer ever looked at this hildon 
	example code.

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

	* src/ui/interface.c (create_textarea): Replace use of 
	Old-maemo-specific gtk_text_buffer_set_can_paste_rich_text() and 
	gtk_text_buffer_set_rich_text_format() as described here:
	http://live.gnome.org/Maemo/Gtk210Migration.
	maemopad now builds without warnings.
