2007-05-27  Neil Williams <linux@codehelp.co.uk>

	* .cvsignore,
	Makefile.am,
	configure.ac,
	qofexpenses0.pc.in,
	debian/control,
	debian/gpe-expenses.install,
	debian/libqofexpensesobjects-dev.install,
	debian/libqofexpensesobjects-doc.doc-base,
	debian/libqofexpensesobjects-doc.install,
	debian/libqofexpensesobjects0-dbg.install,
	debian/libqofexpensesobjects0.install,
	doc/Makefile.am,
	doc/doxygen.cfg.in,
	src/.cvsignore,
	src/Makefile.am,
	src/expenses-gtk.h,
	src/qof-expenses.h,
	src/qof-main.h : Spin out qof-expenses into a shared
	library for gpe-cash. Add doc package, dev and dbg.

	* configure.ac,
	debian/changelog,
	qofexpenses0.pc.in : Bump to v0.1.0 to reflect internal
	build changes and new dependencies.

2007-04-19  Neil Williams <linux@codehelp.co.uk>

	* configure.ac,
	po/pt.po : Add Portuguese package translation.
	Thanks to Miguel Figueiredo <elmig@debianpt.org>

2007-04-17  Neil Williams <linux@codehelp.co.uk>

	* src/expenses-gtk.c : Use gtk_dialog_run instead
	of gtk_widget_show so that the about dialog closes
	properly.
	* configure.ac,
	src/gpe-expenses.c,
	src/qof-expenses.c,
	src/qof-expenses.h,
	src/qof-main.c : Tweak the supported compiler warning
	settings and ensure all files build when enabled.

2006-12-26  Neil Williams <linux@codehelp.co.uk>

	* src/expenses-gtk.c : Correct currency handling
	to match on mnemonic not index numbers. Check
	values against the backend cache to avoid
	setting a value that already exists.

2006-10-16  Neil Williams <linux@codehelp.co.uk>

	* src/expenses-gtk.c : Correct the properties
	handling to ensure vendor, city, payment and 
	attendees values are retrieved and stored.
	Set the edit window title to match the main
	window.

2006-10-15  Neil Williams <linux@codehelp.co.uk>

	* autogen.sh,
	configure.ac : Remove maintainer mode usage
	due to problems in GPE/Familiar build.

	* debian/menu,
	desktop/gpe-expenses.desktop.in.in : Standardise
	and simplify app name in menus.

2006-10-10  Neil Williams <linux@codehelp.co.uk>

	* configure.ac,
	src/qsqldir.h.in : Remove directory header
	to allow gpe-expenses to use whatever backend
	modules are installed. ACCESS_METHOD determines
	the default use of sqlite.

2006-10-09  Neil Williams <linux@codehelp.co.uk>

	* src/gpe-expenses.c : Use the same directory
	in user home as other GPE utilities.

2006-10-02  Neil Williams <linux@codehelp.co.uk>

	* src/Makefile.am : Remove unnecessary
	include link.

2006-09-23  Neil Williams <linux@codehelp.co.uk>

	* doc/xml/gpe-expenses.xml : Move away from the
	pilot-qof default and make the content specific
	to gpe-expenses.

	* src/expenses-gtk.c : Add 
	gtk_tree_sortable_set_sort_column_id to set default 
	sort order of Date/Descending.

	* src/expenses-gtk.c,
	src/qof-expenses.c : Standardise naming convention.
	* src/gpe-expenses.c : Remove unused command line options
	-d, -e and deprecated timespec handler. Replace -x
	with -i as xml is not the usual backend for gpe.

2006-09-19  Neil Williams <linux@codehelp.co.uk>

	* src/expenses-gtk.c,
	src/expenses-gtk.h : Fix bug in amount entry,
	ensure liststore gets the focus.
	* src/qof-main.c,
	src/qof-main.h,
	src/gpe-expenses.c,
	src/gpe-expenses.h : Remove deprecated QOF
	code and fix struct names.

2006-09-08  Neil Williams <linux@codehelp.co.uk>

	* src/qof-slite.c,
	src/qof-sqlite.h : use sqlite backend from 
	libqof only.

2006-08-29  Neil Williams <linux@codehelp.co.uk>

	* TODO,
	configure.ac
	debian/changelog
	src/Makefile.am : Move qsqlite backend into
	 libqof1.
	
	* debian/lintian/overrides/gpe-expenses : Remove
	override - not needed now.

2006-08-22  Neil Williams <linux@codehelp.co.uk>

	* src/qof-sqlite.c : Add DELETE support on
	QOF_EVENT_DESTROY.

2006-08-22  Neil Williams <linux@codehelp.co.uk>

	* src/Makefile.am : Add GPE PIM category support.
	* src/expenses-gtk.c : Add category and currency 
	changes.
	* src/gpe-expenses.h : Tweak.

2006-08-21  Neil Williams <linux@codehelp.co.uk>

	* autogen.sh : Use a sane autogen.sh script
	from pilot-qof.
	* configure.ac : Bump version and depend on
	latest libqof1.
	* src/expenses-gtk.c : Sort date sort order,
	fix getDistance bug, use new parameter based
	edit and commit handlers.
	* src/qof-expenses.c : Back out modify event
	handling to use parameter based edit and commit
	instead.
	* src/qof-sqlite.c : Support loading data from
	existing file.

2006-08-19  Neil Williams <linux@codehelp.co.uk>

	* src/expenses-gtk.c : Complete switch to 
	QofTime and QofDate.
	* src/qof-expenses.c : Correct setting of initial
	date (current) using QofDate and QofTime.
	* src/qof-sqlite.c : Writing data to sqlite upon
	entity creation.

	* configure.ac : Remove reference to docbook.xsl.
	* doc/xml/gpe-expenses.docbook : Fixing XSL errors with
	upgraded docbook package.
	* doc/xml/gpe-expenses.xml : Add missing content to use
	nwalsh XSL for manpage generation.
	* doc/xml/docbook.xsl.in : Removed - unnecessary with
	upgraded docbook.
	* doc/xml/Makefile.am : Use pilot-qof rules syntax.

2006-08-08  Neil Williams <linux@codehelp.co.uk>

	* src/expenses-gtk.c : tweak.
	* src/gpe-expenses.c : Create a new database
	in a default location if none exists or is
	specified, load default if none given.
	* src/qof-expenses.c : Begin move to QofTime
	and QofDate. Use event handlers for qsql-backend.
	* src/qof-sqlite.c : Create a new database
	in a default location if none exists or is
	specified, load default if none given.

2006-07-06 Neil Williams <linux@codehelp.co.uk>

	* Makefile.am : Fix indent error for Anjuta2.
	* NEWS : 
	* README : Update for temporary need for libxml2
	in build dependencies.

2006-05-01  Neil Williams <linux@codehelp.co.uk>

	* src/qsql-dir.h.in : Allow changes to the location
	of the installed backend module.
	* src/qof-expenses.c :
	* src/qof-expenses.h : Inherit currency handling from
	pilot-qof 0.0.9.
	* src/gpe-expenses.c : Implement currencies in Gtk.

2005-11-23  Neil Williams <linux@codehelp.co.uk>

	* gpe-expenses.glade : Removed - work with
	Gtk without glade from here on.
	* expenses-gtk.c : New Gtk code.
	Added main window, toolbar and list view.
	* configure.ac : Bumped version to 0.0.2

2005-11-15  Neil Williams <linux@codehelp.co.uk>

	* gpe-expenses.glade : First attempt at Gtk
	frontend. Just an outline.
	* callbacks.c|h : sample glade output - may
	not be retained.

2005-11-14  Neil Williams <linux@codehelp.co.uk>

	* v0.0.1 : Demo CLI version successfully
	packaged for iPAQ by Koen Kooi.

2005-11-13  Neil Williams <linux@codehelp.co.uk>

	* : Initial creation from pilot-qof base.
