============ Version 0.4.0

2008-07-10  Philip Withnall  <philip@tecnocode.co.uk>

	* NEWS:
	* configure.ac: Bump to version 0.4.0.
	* data/icons/16x16/Makefile.am:
	* data/icons/22x22/Makefile.am:
	* data/icons/32x32/Makefile.am:
	* data/icons/48x48/Makefile.am: Included icon SVGs in tarball.
	Updated svn:ignore lists.

2008-07-08  Philip Withnall  <philip@tecnocode.co.uk>

	* README:
	* configure.ac:
	* data/Makefile.am:
	* data/almanah.desktop.in:
	* data/almanah.ui:
	* data/diary.desktop.in:
	* data/diary.ui:
	* data/icons/16x16/Makefile.am:
	* data/icons/16x16/diary.svg:
	* data/icons/22x22/Makefile.am:
	* data/icons/22x22/diary.svg:
	* data/icons/32x32/Makefile.am:
	* data/icons/32x32/diary.svg:
	* data/icons/48x48/Makefile.am:
	* data/icons/48x48/diary.svg:
	* src/Makefile.am:
	* src/interface.c: (diary_create_interface):
	* src/main.c: (main): Changed the application name from "Diary" to
	"Almanah Diary", and the executable from "diary" to "almanah" to make
	it less generic. Some data files have moved around, orphaning the old
	ones, but the database is still in the same place and retains the old
	schema.

2008-07-06  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/file.c:
	* src/links/note.c:
	* src/links/uri.c: Fixed licence header to read GPLv3+, rather than
	GPLv2+. These files were accidentally skipped when relicencing on
	2008-04-03.

2008-07-06  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/interface.c: (diary_create_interface),
	(diary_interface_embolden_label):
	* src/interface.h:
	* src/main-window.c: (mw_calendar_day_selected_cb):
	* src/printing.c: (print_entry), (create_custom_widget_cb): Remove
	markup from translatable strings. (Closes: #541709)
	* src/storage-manager.c: (diary_storage_manager_connect): Fix a typo
	in an error message. (Closes: #541716)

2008-06-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/icons/16x16/diary.svg:
	* data/icons/22x22/diary.svg:
	* data/icons/32x32/diary.svg:
	* data/icons/48x48/diary.svg: Add SVG versions of the icon.

2008-06-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/storage-manager.c: (diary_storage_manager_connect),
	(diary_storage_manager_disconnect): Improve error messages with
	advice on how to fix the problems.

2008-06-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/interface.c: (diary_create_interface): Remove debug code.

2008-06-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui: Mark some strings as translatable.
	* src/interface.c: (diary_create_interface): Improve the error
	message when the UI can't be loaded.

============ Version 0.3.1

2008-06-22  Philip Withnall  <philip@tecnocode.co.uk>

	* NEWS:
	* README:
	* configure.ac: Bump to version 0.3.1.
	* data/Makefile.am: Fix the desktop file.

2008-06-22  Philip Withnall  <philip@tecnocode.co.uk>

	* NEWS: Fix a typo.
	* data/diary.ui: Make the search dialogue non-modal.
	* configure.ac:
	* src/interface.c:
	* src/links/file.c:
	* src/main-window.c:
	* src/main.c: (diary_quit_real), (main):
	* src/main.h:
	* src/storage-manager.c: Fix the non-encryption build.

============ Version 0.3

2008-06-20  Philip Withnall  <philip@tecnocode.co.uk>

	* NEWS:
	* configure.ac:
	* data/Makefile.am: Bump to version 0.3.

2008-06-20  Philip Withnall  <philip@tecnocode.co.uk>

	* README:
	* configure.ac:
	* data/Makefile.am:
	* data/icons/16x16/Makefile.am:
	* data/icons/22x22/Makefile.am:
	* data/icons/32x32/Makefile.am:
	* data/icons/48x48/Makefile.am:
	* data/icons/Makefile.am: Added new icon by Jakub Szypulka.
	* src/storage-manager.c: (diary_storage_manager_connect): Clarified
	the error message given when both DB files exist.

2008-06-08  Philip Withnall  <philip@tecnocode.co.uk>

	* README: Updated the bug reporting instructions.

2008-06-08  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/Makefile.am:
	* src/interface.c: (diary_create_interface):
	* src/main-window.c: (mw_select_date), (mw_search_activate_cb),
	(mw_jump_to_today_activate_cb), (mw_calendar_day_selected_cb):
	* src/main-window.h:
	* src/main.c: (diary_quit):
	* src/main.h:
	* src/search-dialog.c: (results_selection_changed_cb),
	(diary_search_dialog_setup), (sd_destroy_cb),
	(sd_search_button_clicked_cb), (select_date),
	(sd_results_tree_view_row_activated_cb),
	(sd_view_button_clicked_cb):
	* src/search-dialog.h:
	* src/storage-manager.c: (diary_storage_manager_entry_is_editable),
	(diary_storage_manager_set_entry),
	(diary_storage_manager_search_entries):
	* src/storage-manager.h: Added search functionality with a new search
	dialogue. This involved a few cleanups to the interface, and also
	resulted in some efficiency improvements by moving some GDates to the
	stack from the heap.

2008-06-07  Philip Withnall  <philip@tecnocode.co.uk>

	* data/Makefile.am:
	* data/diary.desktop.in: Added a desktop file, and updated svn:ignore
	lists.

2008-06-07  Philip Withnall  <philip@tecnocode.co.uk>

	* MAINTAINERS: Added a maintainers file.

2008-05-22  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c: Add a translator comment to clarify the format
	required for the translator-credits string.

2008-05-22  Philip Withnall  <philip@tecnocode.co.uk>

	* Makefile.am: Don't explicitly state where to install documentation.

2008-05-22  Philip Withnall  <philip@tecnocode.co.uk>

	* src/storage-manager.c: Allow the application to close gracefully
	if an encryption key can't be found.

2008-05-21  Philip Withnall  <philip@tecnocode.co.uk>

	* src/storage-manager.c: Fix a crasher bug if requesting statistics
	for a database with no entries.

============ Version 0.2

2008-05-20  Philip Withnall  <philip@tecnocode.co.uk>

	* .bzrignore: Updated bzr ignore list.
	* NEWS:
	* configure.ac:
	* README: Bump to version 0.2.

2008-05-20  Philip Withnall  <philip@tecnocode.co.uk>

	* configure.ac:
	* src/storage-manager.c: Made encrypted database support optional,
	and cleaned up the code a little.

2008-05-20  Philip Withnall  <philip@tecnocode.co.uk>

	* src/interface.c:
	* src/interface.h:
	* src/main-window.c:
	* src/Makefile.am:
	* src/printing.c:
	* src/printing.h:
	* src/storage-manager.h:
	* data/diary.ui: Add printing support.
	* configure.ac: Remove redundant dependency on libcryptui.
	* intltool-extract.in:
	* intltool-merge.in:
	* intltool-update.in: Upgrade intltool scripts.

2008-04-19  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c:
	* src/storage-manager.c: Make deletion of entries more robust, and
	fix display of the "Add Link" dialogue when opened for a second time.

2008-04-10  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c:
	* src/storage-manager.c: Fix use of memory after freeing it, and
	actually delete entries from the database when they're blanked.

2008-04-08  Philip Withnall  <philip@tecnocode.co.uk>

	* configure.ac:
	* data/diary.ui:
	* src/Makefile.am:
	* src/main-window.c:
	* src/main.c:
	* src/main.h:
	* src/storage-manager.c:
	* src/storage-manager.h: Add encryption support for the database, with
	full backwards-compatibility for the old database filename. Also make
	sure to save the current entry on quitting.

2008-04-03  Philip Withnall  <philip@tecnocode.co.uk>

	* COPYING:
	* src/add-link-dialog.c:
	* src/add-link-dialog.h:
	* src/interface.c:
	* src/interface.h:
	* src/link.c:
	* src/link.h:
	* src/main-window.c:
	* src/main-window.h:
	* src/main.c:
	* src/main.h:
	* src/storage-manager.c:
	* src/storage-manager.h: Relicensed from GPLv2+ to GPLv3+.

2008-04-02  Philip Withnall  <philip@tecnocode.co.uk>

	* src/storage-manager.c: Free the query strings with SQLite's memory
	functions rather than GLib's.

============ Version 0.1

2008-03-30  Philip Withnall  <philip@tecnocode.co.uk>

	* src/storage-manager.c: Fix the time limit on editing entries.

2008-03-30  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main.c: Load the database file from the user's data directory,
	rather than the build directory.

2008-03-30  Philip Withnall  <philip@tecnocode.co.uk>

	* NEWS:
	* README: Updated documentation.
	* src/interface.c: Allowed interface file to load from either package
	data directory or build directory.

2008-03-30  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/email.c: Completely removed e-mail link type.

2008-03-30  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c:
	* src/storage-manager.c:
	* src/storage-manager.h: Added some basic statistics on the about
	dialogue.

2008-03-30  Philip Withnall  <philip@tecnocode.co.uk>

	* src/Makefile.am:
	* src/link.c:
	* src/links/note.c: Added "note" link type.
	* data/diary.ui:
	* src/main-window.c:
	* src/storage-manager.c: Various small fixes and UI improvements, as
	well as some improvements to the handling of empty entries.

2008-03-27  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/picasa.c: Removed Picasa link type --- use URIs instead.
	* .bzrignore:
	* src/Makefile.am:
	* src/link.c:
	* src/main-window.c: Made the link list more resilient to bad data.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* .bzrignore: Updated bzr ignore list.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* ChangeLog: Added ChangeLog.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* .bzrignore: Updated bzr ignore list.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c: Changed all C strings to en_US and added an
	en_GB translation.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main.c: Fix a small leak on quit caught with Valgrind.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* configure.ac:
	* src/Makefile.am: Fixed test profiling in the Makefile.
	* src/interface.c:
	* src/link.c:
	* src/links/email.c:
	* src/links/file.c:
	* src/links/picasa.c:
	* src/links/uri.c:
	* src/main-window.c: Some comments moved to stop them showing up in
	the POT file unnecessarily.
	* src/storage-manager.c: Improvements to the debug code.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/file.c:
	* src/links/picasa.c: Added file and picasa link types.
	* configure.ac:
	* data/diary.ui:
	* src/Makefile.am:
	* src/interface.c:
	* src/link.c:
	* src/main-window.c:
	* src/main-window.h: A few more small UI fixes, as well as the
	addition of spelling checking using GtkSpell.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/Makefile.am:
	* src/add-link-dialog.c:
	* src/add-link-dialog.h:
	* src/interface.c:
	* src/link.c:
	* src/main-window.c: Fixed changing the UI in the "Add Link" dialogue
	when the link type was changed.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/interface.c:
	* src/link.c:
	* src/main-window.c:
	* src/main.h:
	* src/storage-manager.c:
	* src/storage-manager.h: Some more UI tweaks to make editing easier.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/interface.c:
	* src/main-window.c:
	* src/main.h: A few small UI fixes and enhancements.

2008-03-22  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/email.c:
	* src/links/uri.c:
	* data/diary.ui:
	* intltool-extract.in:
	* intltool-merge.in:
	* intltool-update.in:
	* src/Makefile.am:
	* src/add-link-dialog.c:
	* src/add-link-dialog.h:
	* src/interface.c:
	* src/link.c:
	* src/link.h:
	* src/main-window.c:
	* src/main.h:
	* src/storage-manager.c: Rewrote the link handling and it's all
	working quite well now. More link types now need to be added.

2008-03-22  Philip Withnall  <philip@tecnocode.co.uk>

	* src/link.c:
	* src/link.h:
	* data/diary.ui:
	* src/Makefile.am:
	* src/add-link-dialog.c:
	* src/interface.c:
	* src/main-window.c:
	* src/main.h:
	* src/storage-manager.c:
	* src/storage-manager.h: Lots of work on entry links, with most of a
	working UI for adding dynamic and differing link types. Unfortunately,
	this approach is flawed and so I'll rewrite it after this commit.

2008-03-21  Philip Withnall  <philip@tecnocode.co.uk>

	Initial commit with all the functionality that the Vala version had,
	but written in an easier-to-use programming language.
