r1271 - trunk/src/target/OM-2007/applications/openmoko-today

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Mar 8 12:41:13 CET 2007


Author: thomas
Date: 2007-03-08 12:41:12 +0100 (Thu, 08 Mar 2007)
New Revision: 1271

Modified:
   trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
Log:
* Remove incorrect ChangeLog from openmoko-today


Modified: trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog	2007-03-08 08:55:52 UTC (rev 1270)
+++ trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog	2007-03-08 11:41:12 UTC (rev 1271)
@@ -1,1323 +1 @@
-2007-02-02  Thomas Wood  <thomas at openedhand.com>
 
-	* src/contacts-callbacks-ui.c: (contacts_selection_cb): Commit changed
-	contacts before loading a new one
-	* src/contacts-groups-editor.c: (groups_checkbutton_cb): Mark contact as
-	changed instead of comitting straight away
-	* src/contacts-main.c: (main): Commit changes before closing
-
-	* src/contacts-edit-pane.c:
-	* src/contacts-edit-pane.h:
-	Removed
-
-2007-01-31  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-omoko.c: (create_main_window):
-	* src/contacts-ui.c: (contacts_set_available_options):
-
-	- Fix issues with enabling of some menu items
-	- Fix contact export
-
-2007-01-30  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-contact-pane.c: (strip_empty_attributes),
-	(update_ui), (on_commit_cb), (contacts_contact_pane_set_contact): Fix
-	new contact function
-
-2007-01-30  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-contact-pane.c: (field_button_add_cb),
-	(field_button_remove_cb), (make_widget): Implement add/remove buttons
-
-2007-01-29  Thomas Wood  <thonas at openedhand.com>
-
-	* src/contacts-contact-pane.c: (make_widget): Add add/remove buttons to
-	editor UI, and use a combobox for the type selector.
-
-2007-01-26  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-contact-pane.c: (contact_get_attributes),
-	(strip_empty_attributes), (field_set_blank), (field_changed),
-	(field_focus_in), (field_focus_out), (show_menu), (set_type),
-	(get_type), (set_type_menu_cb), (make_widget), (update_ui),
-	(contacts_contact_pane_get_property),
-	(contacts_contact_pane_set_property),
-	(contacts_contact_pane_dispose), (contacts_contact_pane_finalize),
-	(contacts_contact_pane_class_init), (contacts_contact_pane_init),
-	(contacts_contact_pane_new), (contacts_contact_pane_set_editable),
-	(contacts_contact_pane_set_book_view), (on_commit_cb),
-	(contacts_contact_pane_set_contact):
-
-	- Add empty fields for any attribute categories without a value yet
-	- Implement UI spec with respect to blank fields.
-
-2007-01-25  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_selection_cb):
-	* src/contacts-contact-pane.c: (update_ui), (on_commit_cb),
-	(contacts_contact_pane_set_contact):
-
-	Set a message when no contact is selected
-
-2007-01-24  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-contact-pane.c: Add a popupmenu to the attribute type
-	selector, and save the new type chosen by the user. Also added TEL to
-	list of handled attributes.
-
-2007-01-23  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-contact-pane.c: (make_widget), (update_ui):
-
-	- Added ORG field to list of handled types
-	- Make unique value fields appear in the editor regardless of if they
-	have an existing value
-	- Display group name in field label, rather than field type
-	- Allow blank fields in contact editor
-	- Add optional formatting to field display
-
-
-2007-01-23  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-contact-pane.c:
-	* src/contacts-contact-pane.h:
-	* src/contacts-groups-editor.c:
-	* src/contacts-groups-editor.h:
-	* src/contacts-omoko.c:
-	* src/contacts-omoko.h:
-
-	Add OpenMoko copyright/license header comments
-
-2007-01-19  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-contact-pane.c: (contacts_contact_pane_set_contact): Use
-	e_contact_get_const() when comparing UID fields
-
-	* src/contacts-defs.h:
-	* src/contacts-groups-editor.c:
-	(contacts_groups_pane_update_selection), (contacts_groups_new_cb):
-	* src/contacts-groups-editor.h:
-	* src/contacts-main.c: (main):
-	* src/contacts-omoko.c: (contacts_ui_create),
-	(contacts_ui_update_groups_list):
-	* src/contacts-ui.c: (contacts_setup_ui):
-
-	Cleanup groups code
-
-2007-01-18  Thomas Wood  <thomas at openedhand.com>
-
-	(contacts_contact_pane_set_contact): Check the previous setting is not
-	the same as the old one
-
-	* src/contacts-callbacks-ui.c: (contacts_selection_cb),
-	(contacts_new_cb):
-	* src/contacts-contact-pane.c:
-	(contacts_contact_pane_set_editable),
-	* src/contacts-groups-editor.c:
-	(contacts_groups_pane_update_selection),
-	(contacts_groups_pane_hide), (contacts_groups_new_cb):
-	* src/contacts-groups-editor.h:
-	* src/contacts-omoko.c: (create_main_window):
-	* src/contacts-omoko.h:
-
-	- Enable adding a new group to a contact
-	- Provide more protection if there is no contact currently selected
-
-2007-01-18  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-main.c:
-	* src/contacts-omoko.c:
-	* src/contacts-gtk.c:
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-ui.c:
-	Remove old include.
-
-2007-01-18  Ross Burton  <ross at openedhand.com>
-
-	* src/Makefile.am:
-	* src/contacts-contact-pane.[ch]:
-	Add new contact viewer/editor widget.  This isn't finished but its
-	a lot cleaner than the old code.
-
-	* src/contacts-omoko.c:
-	* src/contacts-main.c:
-	* src/contacts-defs.h:
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-contact-pane.c:
-	* src/contacts-ui.c:
-	Update.
-
-2007-01-18  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko.c: (create_contacts_list),
-	(create_main_window): Start cleaning up some of the UI (toolbox buttons
-	and main menu entries)
-
-2007-01-18  Thomas Wood  <thomas at openedhand.com>
-
-	* src/Makefile.am:
-	* src/contacts-omoko-groups-editor.c:
-	* src/contacts-omoko-groups-editor.h:
-	* src/contacts-omoko.c: (create_main_window):
-	* src/contacts-ui.h:
-
-	Move contacts-omoko-groups-editor.c to contacts-groups-editor.c.
-
-2007-01-17  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_selection_cb),
-	(contacts_view_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-defs.h:
-	* src/contacts-omoko-groups-editor.c: (contacts_groups_pane_show),
-	(contacts_groups_pane_update_selection),
-	(contacts_groups_pane_hide), (contacts_groups_new_group_cb),
-	(groups_checkbutton_cb):
-	* src/contacts-omoko-groups-editor.h:
-	* src/contacts-omoko.c: (create_contacts_list),
-	(create_main_window):
-	* src/contacts-ui.h:
-
-	Move group editing into lower pane, rather than in a seperate dialog.
-
-2007-01-16  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko-groups-editor.c: (groups_checkbutton_cb),
-	(groups_contact_selection_cb), (groups_new_group_cb),
-	(groups_create_dialog):
-
-	Add "New Group" function
-
-2007-01-16  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko-groups-editor.c: (groups_checkbutton_cb),
-	(groups_contact_selection_cb), (groups_create_dialog):
-	* src/contacts-omoko.c: (create_contacts_list):
-
-	- Enable editing of contact groups
-	- Fix some compiler warnings
-
-2007-01-15  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko-groups-editor.c: (moko_open_groups_editor),
-	(groups_contact_selection_cb), (groups_create_dialog):
-	* src/contacts-omoko.c: (create_contacts_list),
-	(create_main_window):
-	* src/contacts-omoko.h:
-
-	More work on groups editor
-
-2007-01-15  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-omoko.h:
-	* src/contacts-ui.c:
-
-	Fix build
-
-2007-01-15  Thomas Wood  <thomas at openedhand.com>
-
-	* configure.ac:
-	* src/Makefile.am:
-	* src/contacts-omoko-groups-editor.c:
-	* src/contacts-omoko-groups-editor.h:
-	* src/contacts-omoko.c:
-	* src/contacts-omoko.h:
-	* src/contacts-ui.h:
-
-	- Started work on groups editor interface
-	- Remove frontend configure option
-
-2007-01-12  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko.c: (create_main_window),
-	(moko_open_groups_editor), (create_chooser_dialog),
-	(moko_filter_changed), (contacts_ui_create),
-	(contacts_ui_update_groups_list):
-	* src/contacts-ui.c: (contacts_setup_ui):
-
-	- Move treeview creation into frontend specific file
-	- Start updating the groups editing dialog
-	- Add four toolbox buttons as per specification
-
-2007-01-11  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ebook.c: (contacts_added_cb):
-	* src/contacts-callbacks-ui.c: (contacts_edit_cb):
-	* src/contacts-edit-pane.c: (contacts_edit_pane_show):
-	* src/contacts-omoko.c: (create_main_window), (contacts_ui_create):
-	* src/contacts-omoko.h:
-	* src/contacts-ui.c: (contacts_setup_ui):
-	* src/contacts-utils.c:
-
-	- Add mobile number to main contacts list
-	- Arrange edit view to match details view
-
-2007-01-10  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-defs.h:
-	* src/contacts-omoko.c: (create_main_window),
-	(contacts_ui_update_groups_list):
-	* src/contacts-ui.c: (contacts_setup_ui):
-
-	More OpenMoko work (widget, icons, design, etc.)
-
-2007-01-10  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko.c: (create_main_window): Clean up
-
-	* src/contacts-edit-pane.c: (contacts_edit_pane_hide),
-	(contacts_edit_pane_show):
-	* src/contacts-ui.c: (contacts_display_summary):
-
-	Prevent some Gtk-CRITICAL warnings
-
-2007-01-10  Ross Burton  <ross at openedhand.com>
-
-	* configure.ac:
-	Use AS_HELP_STRING and list frontends.
-
-2007-01-09  Thomas Wood  <thomas at opendhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-edit-pane.c: (contacts_remove_edit_widgets_cb),
-	(contacts_edit_pane_hide), (contacts_edit_add_focus_events),
-	(contacts_edit_pane_show):
-	* src/contacts-edit-pane.h:
-	* src/contacts-ui.c: (contacts_display_summary):
-	* src/contacts-utils.c: (contacts_contact_from_tree_path):
-
-	Plug various leaks reported by valgrind.
-
-2007-01-09  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_search_changed_cb):
-	* src/contacts-main.c: (main):
-	* src/contacts-omoko.c: (contacts_ui_update_groups_list):
-
-	Filter menu now works correctly with "Search Results" item
-
-2007-01-08  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_chooser_add_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-defs.h:
-	* src/contacts-omoko.c: (create_main_window),
-	(contacts_ui_update_groups_list):
-
-	Start implementing "Search Results" filter-menu item.
-
-2007-01-08  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_clear_search_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-omoko.c: (create_main_window):
-
-	Clear the search results when hiding the search widget
-
-2007-01-08  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-omoko.c: (create_main_window): 
-	
-	- Use OpenMoko API for tool box buttons. Seems to fix search problems
-	too.
-	- Adjust padding in edit mode to match view mode
-
-2006-12-13  Thomas Wood <thomas at openedhand.com>
-
-	* configure.ac: Fix formatting
-	* src/contacts-omoko.c: (create_main_window),
-	(create_chooser_dialog), (moko_filter_changed),
-	(contacts_ui_update_groups_list):
-	* src/contacts-omoko.h:
-
-	Use the OpenMoko filter menu to filter contact groups
-
-2006-12-12  Thomas Wood  <thomas at openedhand.com>
-
-	Merged revisions 122-123 via svnmerge from 
-	https://svn.o-hand.com/repos/contacts/trunk
-
-	........
-	  r122 | thomas | 2006-12-11 11:35:13 +0000 (Mon, 11 Dec 2006) | 11 lines
-	  
-	  2006-12-11  Thomas Wood  <thomas at openedhand.com>
-	  
-		* src/contacts-callbacks-ebook.c: (contacts_added_cb),
-		(contacts_changed_cb):
-		* src/contacts-callbacks-ui.c:
-		* src/contacts-gtk.c: (contacts_gconf_search_cb),
-		(create_main_window):
-		* src/contacts-main.c: (main):
-	  
-		Fix group filtering
-	........
-	  r123 | thomas | 2006-12-11 16:42:10 +0000 (Mon, 11 Dec 2006) | 14 lines
-	  
-	  2006-12-11  Thomas Wood  <thomas at openedhand.com>
-	  
-		* src/contacts-callbacks-ui.c: (contacts_chooser_add_cb):
-		* src/contacts-edit-pane.c: (contacts_change_groups_cb),
-		(contacts_edit_pane_show):
-		* src/contacts-gtk.c: (contacts_ui_update_groups_list),
-		(create_main_window), (create_chooser_dialog):
-		* src/contacts-gtk.h:
-		* src/contacts-main.c: (main):
-		* src/contacts-ui.c:
-		* src/contacts-ui.h:
-	  
-		Fix group editing
-	........
-
-2006-11-30  Thomas Wood  <thomas at openedhand.com>
-
-	* configure.ac:
-	* src/Makefile.am:
-	* src/contacts-callbacks-ebook.c:
-	* src/contacts-callbacks-ebook.h:
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c:
-	* src/contacts-gtk.c:
-	* src/contacts-main.c:
-	* src/contacts-main.h:
-	* src/contacts-omoko.c:
-	* src/contacts-omoko.h:
-	* src/contacts-ui.c:
-	* src/contacts-ui.h:
-	* src/contacts-utils.c:
-	* src/contacts-utils.h:
-
-	- Code refactoring
-	- Added OpenMoko frontend
-
-2006-11-24  Thomas Wood  <thomas at openedhand.com>
-
-	* configure.ac: Added catalan translation
-	* data/Makefile.am: Remove glade file
-
-2006-11-21  Thomas Wood  <thomas at openedhand.com>
-
-	* src/Makefile.am:
-	* src/contacts-callbacks-ui.c: (contacts_search_changed_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-gtk.c: (create_main_window),
-	(create_chooser_dialog):
-	* src/contacts-main.c: (contacts_update_treeview), (main):
-	* src/contacts-ui.c:
-	* src/contacts-ui.h:
-
-	Some more refactoring of UI code
-
-2006-11-20  Thomas Wood  <thomas at openedhand.com>
-
-	* configure.ac:
-	* src/Makefile.am:
-	* src/contacts-callbacks-ebook.c: (contacts_added_cb),
-	(contacts_changed_cb), (contacts_removed_cb):
-	* src/contacts-callbacks-ui.c: (contacts_chooser_add_cb),
-	(contacts_search_changed_cb), (contacts_selection_cb),
-	(contacts_new_cb), (contacts_edit_cb), (contacts_treeview_edit_cb),
-	(contacts_delete_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c: (contacts_edit_pane_hide),
-	(contacts_edit_delete_cb), (contacts_change_groups_cb),
-	(contacts_add_field_cb), (contacts_edit_pane_show):
-	* src/contacts-gtk.c:
-	* src/contacts-gtk.h:
-	* src/contacts-main.c: (contacts_update_treeview),
-	(contacts_display_summary), (contacts_bacon_cb),
-	(contacts_gconf_search_cb), (main):
-	* src/contacts-main.h:
-	* src/contacts-utils.c: (contacts_free_list_hash),
-	(contacts_chooser):
-	* src/contacts-utils.h:
-
-	Remove glade dependency
-
-2006-11-20  Emmanuele Bassi  <ebassi at openedhand.com>
-
-	* configure.ac: Add it translation.
-
-2006-11-20  Thomas Wood  <thomas at openedhand.com>
-
-	* configure.ac: Add fi, de and nl translations
-	* data/contacts.glade: Use stock buttons
-	* src/contacts-main.c: (main): Set icons to 16x16, and reduce padding
-	in contacts list
-
-2006-11-17  Thomas Wood  <thomas at openedhand.com>
-
-	* NEWS:
-	* configure.ac:
-
-	Updated for 0.2 release
-
-2006-11-16  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-main.c:
-
-	- Ellipsize long names in the contacts list
-	- Enable/disable cut, copy and paste items
-
-2006-11-16  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-main.c:
-	* src/contacts-utils.c:
-	* src/contacts-utils.h:
-
-	Implement multiple import and delete
-
-2006-11-14  Thomas Wood  <thomas at openedhand.com>
-
-	* src/contacts-utils.c:
-	* src/contacts-edit-pane.c:
-
-	Fix compiler warnings
-
-2006-11-13  Thomas Wood  <thomas at openedhand.com>
-
-	* data/contacts.glade: Clean up padding and remove about dialog
-	* src/contacts-callbacks-ui.c: Use gtk_show_about_dialog instead of glade
-	* src/contacts-main.c: (main): Added a size group for a nicer UI
-
-2006-10-18  Ross Burton  <ross at openedhand.com>
-
-	* INSTALL:
-	* COPYING:
-	* data/Makefile.am:
-	* Makefile.am:
-	* autogen.sh:
-	Switch to automake 1.8, fix dist, fix clean targets.
-
-2006-10-18  Ross Burton  <ross at openedhand.com>
-
-	* configure.ac:
-	* data/Makefile.am:
-	Don't try and install GConf schemas if GConf isn't being used.
-
-2006-10-18  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-callbacks-ebook.c:
-	Fix the order of hash creation and store population, fixing
-	chronic breakage on GTK+ 2.10.
-
-2006-07-12  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_delete_cb):
-	Check if name text is NULL before g_utf8_strlen on delete dialog
-	
-	* src/contacts-main.c: (contacts_display_summary):
-	Escape name text before displaying in the preview pane
-
-2006-07-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-main.c: (main):
-	Hide the menubar when embedding
-
-2006-07-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	- Make main window not initially visible
-	
-	* src/contacts-main.c: (main):
-	- Add GOption support
-	- Add XEmbed support (-p/--plug <socket id>)
-
-2006-06-21  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-utils.c: (contacts_load_photo):
-	Adapt to change in EContactPhotoType
-
-2006-04-23  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_edit_cb):
-	Fix crash when the contacts treeview sends an activated signal with no
-	contact	selected.
-
-2006-04-23  Olivier Lê Thanh Duong  <olivier at lethanh.be>
-
-	* src/contacts-edit-pane.c:
-	* src/contacts-utils.c:
-	Mark 'choose groups' as translatable, allow to translate fields in
-	contacts_fields and contacts_sfields.
-	* po/fr.po:
-	Updated French translation
-
-2006-04-21  Olivier Lê Thanh Duong  <olivier at lethanh.be>
-
-	* configure.ac:
-	* po/fr.po:
-	New French translation
-
-2006-04-10  Chris Lord,,,  <chris at openedhand.com>
-
-	* Makefile.am:
-	* autogen.sh:
-	* configure.ac:
-	* data/Makefile.am:
-	* data/contacts.desktop:
-	* data/contacts.glade:
-	* src/Makefile.am:
-	* src/contacts-callbacks-ui.c: (contacts_delete_cb):
-	* src/contacts-edit-pane.c: (contacts_edit_pane_hide),
-	(contacts_edit_delete_cb), (contacts_type_edit_widget_new),
-	(contacts_edit_widget_new), (contacts_change_groups_cb),
-	(contacts_add_field_cb), (contacts_edit_pane_show):
-	* src/contacts-main.c: (contacts_display_summary), (main):
-	* src/contacts-main.h:
-	* src/contacts-utils.c: (contacts_choose_photo):
-	- Add i18n support, thanks to patch from Priit Laes
-
-2006-03-20  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	Fix printf format.
-
-2006-03-20  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	Delete contacts async to avoid deadlocks with DBus EDS.
-
-2006-02-06  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	Remove dependency gtk+-2.0 >= 2.8.0 (don't use
-	gtk_file_chooser_set_do_overwrite_confirmation)
-
-2005-12-29  Chris Lord,,,  <chris at openedhand.com>
-
-	* autogen.sh:
-	* configure.ac:
-	* data/Makefile.am:
-	* data/contacts.glade:
-	* data/contacts.schemas:
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-main.c: (contacts_bacon_cb),
-	(contacts_gconf_search_cb), (main):
-	Add gconf support for specifying search UI (fixes bug #57). Needs work
-
-2005-12-24  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-edit-pane.c: (contacts_edit_widget_new),
-	(contacts_edit_focus_in), (contacts_edit_focus_out),
-	(contacts_edit_add_focus_events), (contacts_append_to_edit_table),
-	(contacts_change_groups_cb), (contacts_find_widget_cb),
-	(contacts_add_field_cb), (contacts_remove_entries),
-	(contacts_widget_is_label), (contacts_edit_set_focus_cb),
-	(contacts_remove_field_cb), (contacts_widgets_list_sort),
-	(contacts_widgets_list_find), (contacts_edit_choose_photo),
-	(contacts_edit_pane_show):
-	* src/contacts-edit-pane.h:
-	* src/contacts-main.c: (contacts_display_summary):
-	* src/contacts-utils.c: (contacts_set_widget_desensitive_recurse):
-	Highlight currently selected field in edit pane. When the user clicks
-	remove, just remove the selected field. Fixed, as suggested by Jorn
-	Baayen, bug #58
-
-2005-12-22  Chris Lord,,,  <chris at openedhand.com>
-
-	* configure.ac:
-	Typo (GNOMEVFS -> HAVE_GNOMEVFS)
-	
-	* data/contacts.desktop:
-	Add vCard mimetype
-	
-	* src/Makefile.am:
-	Add libbacon files
-	
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-main.c: (contacts_import_from_param),
-	(contacts_bacon_cb), (main):
-	Fix gnome-vfs code, use libbacon to maintain only one instance
-
-2005-12-22  Chris Lord,,,  <chris at openedhand.com>
-
-	* configure.ac:
-	Add --enable-gnome-vfs switch for vCard import/export using gnome-vfs
-	
-	* src/contacts-callbacks-ebook.c: (contacts_added_cb):
-	Allow manual triggering of the contact-added signal
-	
-	* src/contacts-callbacks-ui.c: (contacts_edit_cb),
-	(contacts_treeview_edit_cb):
-	* src/contacts-callbacks-ui.h:
-	- Separate import/export UI and function
-	- Add confirmation option for contact import (bug #47)
-	- Select a contact after importing, if contact is imported into db
-	
-	* src/contacts-defs.h:
-	Add new var for importing contacts from the command-line (bug #47)
-	
-	* src/contacts-edit-pane.c: (contacts_edit_ok_new_cb):
-	Move export to contacts-callbacks-ui
-	
-	* src/contacts-main.c: (open_book), (main):
-	Allow import of contacts from command-line (bug #47)
-	
-	* src/contacts-utils.c: (contacts_get_selected_contact):
-	* src/contacts-utils.h:
-	New function contacts_set_selected_contact to select a contact by UID
-
-2005-12-21  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-main.c: (contacts_search_changed_cb),
-	(contacts_display_summary), (main):
-	Remove labels from focus chain - bug #36
-
-2005-12-21  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-callbacks-ui.c: (contacts_about_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-main.c:
-	- Fix oddness with starting search from treeview
-
-2005-12-21  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	Change 'OK' button in edit pane to 'Close' - bug #55
-	
-	* src/contacts-callbacks-ui.c: (contacts_edit_cb),
-	(contacts_paste_cb), (contacts_about_cb),
-	(contacts_treeview_keypress_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-main.c: (main):
-	- Change delete dialogue to include descriptive buttons and contact
-	  name - bug #55
-	- Add a callback for double-clicking a contact to open/edit - bug #52
-	
-2005-12-18  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	- Set can_focus to true on contact list treeview
-	- Add a callback on treeview keypress
-	- Restore object property in cut/copy/paste signal handlers, fixes bug
-	  #50
-	
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-callbacks-ui.h:
-	Add a keypress handler that passes key-presses from the treeview to
-	the search entry and focuses it
-
-	* src/contacts-main.c:
-	Stop setting can-focus to false for selectable labels - breaks
-	cut/copy/paste, see bug #36
-
-2005-12-14  Chris Lord,,,  <chris at openedhand.com>
-
-	* configure.ac:
-	* src/contacts-callbacks-ebook.c:
-	* src/contacts-callbacks-ebook.h:
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c: (contacts_edit_pane_show):
-	* src/contacts-edit-pane.h:
-	* src/contacts-main.c:
-	* src/contacts-main.h:
-	* src/contacts-utils.c:
-	* src/contacts-utils.h:
-	- Add copyright notice
-	- Mark v0.1
-	- Fix a few uncommon bugs with contact field-order
-
-2005-11-25  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-edit-pane.c: (contacts_widgets_list_find),
-	(contacts_edit_pane_show):
-	Changing contact photo counts as a change against the contact
-	
-	* src/contacts-utils.c: (contacts_choose_photo):
-	Set mime-type to NULL when adding contact photo (fixes bug #35)
-
-2005-11-24  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	Set can_focus to FALSE for some widgets in the main window
-	
-	* src/contacts-edit-pane.c: (contacts_edit_pane_hide),
-	(contacts_edit_pane_show):
-	Set window focus and default for main and edit panes on switching
-
-2005-11-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-main.c: (main):
-	Completely fix bug #36
-
-2005-11-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	Change name label can_focus to FALSE (bug #36)
-	
-	* src/contacts-main.c: (contacts_display_summary):
-	Make sure summary details are selectable, but not focusable (bug #36)
-
-2005-11-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_edit_cb):
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c:
-	Add a new 'changed' variable to data structures, fix bug #33 (Don't
-	commit a contact when there are no changes)
-
-2005-11-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-main.c: (contacts_display_summary):
-	* src/contacts-callbacks-ebook.c: (contacts_added_cb),
-	(contacts_changed_cb):
-	If a contact has an empty name, label it as 'Unnamed' (bug #41)
-	
-	* src/contacts-edit-pane.c:
-	Don't add empty contacts (bug #41)
-	
-	* src/contacts-utils.c: (contacts_clean_contact):
-	* src/contacts-utils.h:
-	Add a function to see if a contact is empty (bug #41)
-
-2005-11-07  Ross Burton  <ross at burtonini.com>
-
-	* src/contacts-main.c:
-	* src/contacts-edit-pane.c:
-	Remove redundant <span> elements.
-
-2005-10-31  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-callbacks-ui.c: (contacts_import_cb):
-	Finish off contacts import and plug a leak in it
-
-2005-10-31  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.desktop:
-	Add 'Office' category
-	
-	* src/contacts-utils.c: (contacts_load_photo),
-	(contacts_choose_photo), (contacts_set_widget_desensitive_recurse):
-	- Only recurse into GtkTable, GtkHBox and GtkVBox when setting widgets
-	  insensitive.
-	- Free photo data after changing contact photos
-
-2005-10-25  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-utils.c:
-	Set the MIME type on new photos, as required by latest EDS.
-
-2005-10-20  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-callbacks-ui.c:
-	Don't add a new contact twice, add it after editing is finished
-	
-	* src/contacts-main.c: (contacts_display_summary),
-	(chooser_toggle_cb), (opened_book), (open_book):
-	g_object_ref book_view to fix working under eds-corba
-
-2005-10-11  Ross Burton  <ross at openedhand.com>
-
-	* data/oh-contacts.png:
-	Replace with stock_contact, to match window icon.
-
-2005-10-11  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-main.c:
-	* src/contacts-defs.h:
-	Open the book and view in an idle handler, asynchronously.
-
-2005-10-11  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-main.c:
-	* src/contacts-edit-pane.c:
-	Use g_ascii_strcasecmp when comparing types are they have to be
-	ASCII.
-
-2005-10-11  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-utils.c:
-	Constify some structures.
-
-2005-10-11  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-edit-pane.c:
-	Handle adding new contacts as well as editing existing contacts.
-
-2005-10-07  Ross Burton  <ross at openedhand.com>
-
-	* data/contacts.desktop:
-	Remove duplicate SingleInstance field.
-
-2005-10-04  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.desktop:
-	Add SingleInstance=true (again?)
-	
-	* data/contacts.glade:
-	Add ellipses to name label
-
-2005-10-03  mallum  <mallum at openedhand.com>
-
-	* data/contacts.desktop:
-	Add SingleInstance=true to desktop file
-
-2005-09-30  mallum  <mallum at openedhand.com>
-
-	* data/Makefile.am:
-	Put icon in /usr/share/pixmaps ( for now )
-	* data/contacts.desktop:
-	Add PIM category.
-
-2005-09-30  Ross Burton  <ross at openedhand.com>
-
-	* data/Makefile.am:
-	* data/contacts.desktop:
-	* data/oh-contacts.png:
-	Add desktop file and icon.
-
-2005-09-30  Ross Burton  <ross at openedhand.com>
-
-	* src/contacts-utils.c:
-	Include config.h to get the EContactPhoto define.
-
-2005-09-01  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-callbacks-ui.c: (contacts_delete_cb):
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-edit-pane.c: (contacts_remove_edit_widgets_cb),
-	(contacts_edit_pane_hide), (contacts_edit_pane_show):
-	* src/contacts-main.c: (main):
-	* src/contacts-utils.c: (contacts_get_type_strings),
-	(contacts_choose_photo), (contacts_chooser),
-	(contacts_set_widget_desensitive_recurse):
-	* src/contacts-utils.h:
-	o All modal dialogs use contacts_set_widget_desensitive
-	o Reorganise menus
-	o Add delete option to edit pane
-	o Add import and export ability
-
-2005-08-31  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-main.c: (main):
-	* src/contacts-utils.c: (contacts_set_widget_desensitive_recurse):
-	o Free a forgotten GList
-	o Set chooser dialog transient for main window
-
-2005-08-31  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-utils.c: (contacts_chooser):
-	* src/contacts-utils.h:
-	Set main window widgets insensitive when opening modal dialogs
-
-2005-08-31  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	o Tweak spacings
-	o Remove focus-set signal on main_window
-	
-	* src/contacts-callbacks-ui.c: (contacts_new_cb),
-	(contacts_edit_cb):
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c: (contacts_edit_widget_new),
-	(contacts_edit_pane_show):
-	* src/contacts-edit-pane.h:
-	o Remove field now brings up a dialog, similarly to add field
-	o Add unique identifier to fields (e.g. FN and NICKNAME)
-	o Don't omit photo when displaying contacts with only 1 or 2 fields
-	o Empty high-priority fields are only shown on new contacts
-
-	* src/contacts-main.c: (contacts_display_summary):
-	Fix type display in contact summary
-	
-	* src/contacts-utils.c: (contacts_get_selected_contact),
-	(contacts_set_available_options), (contact_photo_size),
-	(contacts_load_photo), (contacts_clean_contact),
-	(contacts_entries_get_values), (contacts_chooser_add_cb),
-	(contacts_chooser):
-	* src/contacts-utils.h:
-	o Move functions from contacts-edit-pane to contacts-utils
-	o Fix contacts_chooser when selection is empty
-	o contacts_string_list_as_string can exclude empty strings
-
-2005-08-31  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-callbacks-ui.c: (contacts_selection_cb),
-	(contacts_copy_cb), (contacts_cut_cb), (contacts_paste_cb):
-	* src/contacts-edit-pane.c: (contacts_edit_pane_hide),
-	(contacts_change_groups_cb), (contacts_edit_pane_show):
-	* src/contacts-main.c: (contacts_display_summary):
-	* src/contacts-utils.c:
-	* src/contacts-utils.h:
-	o Make menu-bar visible on main and edit pane
-	o Move groups editing to menubar
-	o Cut/copy/paste menu option works in GtkTextView
-
-2005-08-30  mallum  <mallum at openedhand.com>
-
-	* src/contacts-main.c: (contacts_display_summary):
-	Fix a small segv when freeing non dynamic alloc string. 
-
-2005-08-30  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-edit-pane.c: (contacts_get_field_types),
-	(contacts_add_attr), (contacts_entry_changed),
-	(contacts_type_edit_widget_new), (contacts_label_widget_new),
-	(contacts_edit_widget_new), (contacts_append_to_edit_table),
-	(contacts_add_field_cb):
-	* src/contacts-edit-pane.h:
-	o Fix remove field to work correctly in all cases (hopefully)
-	o Dynamically size multi-line fields
-
-2005-08-27  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-edit-pane.c: (contacts_get_structured_field_size),
-	(contacts_get_contacts_field), (contacts_add_attr):
-	* src/contacts-edit-pane.h:
-	* src/contacts-main.c: (contacts_update_treeview),
-	(contacts_display_summary):
-	* src/contacts-utils.c: (contacts_get_types):
-	* src/contacts-utils.h:
-	o Rewrite summary display
-
-2005-08-26  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-callbacks-ebook.c: (contacts_changed_cb):
-	* src/contacts-edit-pane.c: (contacts_append_to_edit_table),
-	(contacts_remove_field_cb), (contacts_widgets_list_sort),
-	(contacts_widgets_list_find), (contacts_edit_pane_show):
-	* src/contacts-main.c: (chooser_toggle_cb):
-	* src/contacts-utils.c: (contacts_entries_get_values),
-	(contacts_chooser):
-	* src/contacts-utils.h:
-	o Add group editing
-	o New groups are reflected in the contact list group drop-down
-
-2005-08-26  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-edit-pane.c: (contacts_add_attr),
-	(contacts_edit_widget_new), (contacts_add_field_cb),
-	(contacts_remove_field_cb), (contacts_widgets_list_sort),
-	(contacts_widgets_list_find), (contacts_edit_pane_show):
-	* src/contacts-edit-pane.h:
-	* src/contacts-main.c:
-	* src/contacts-main.h:
-	* src/contacts-utils.c: (contacts_entries_get_values),
-	(contacts_chooser):
-	o Finish field addition
-	o Add field removal (needs work)
-	o Begin work on groups editing
-
-2005-08-26  mallum <mallum at openedhand.com>
-
-	* Makefile.am:
-	* data/Makefile.am:
-	* src/Makefile.am:
-	Fixes for make dist etc
-
-2005-08-25  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c: (contacts_get_contacts_field),
-	(contacts_field_pretty_name), (contacts_widgets_list_find),
-	(contacts_edit_pane_show):
-	* src/contacts-main.c: (contacts_display_summary), (main):
-	* src/contacts-utils.c: (contacts_entries_get_values):
-	* src/contacts-utils.h:
-	o Add new 'chooser' dialog (unfinished)
-	o Begin work on field addition (unfinished)
-
-2005-08-24  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c: (contacts_get_field_types),
-	(contacts_get_structured_field_name),
-	(contacts_get_structured_field_size),
-	(contacts_get_contacts_field),
-	(contacts_get_contacts_field_pretty_name),
-	(contacts_remove_edit_widgets_cb), (contacts_edit_pane_hide),
-	(contacts_type_entry_changed), (contacts_entry_changed),
-	(contacts_type_edit_widget_new), (contacts_label_widget_new),
-	(contacts_edit_widget_new), (contacts_widgets_list_sort),
-	(contacts_widgets_list_find), (contacts_edit_pane_show):
-	* src/contacts-utils.c: (contacts_load_photo),
-	(contacts_string_list_as_string):
-	* src/contacts-utils.h:
-	o Fix edit-pane layout oddities, somewhat
-	o Add TYPE parameter editing, including custom types (conforms to
-	  spec)
-
-2005-08-23  Chris Lord,,,  <chris at openedhand.com>
-
-	reviewed by: <delete if not using a buddy>
-
-	* data/contacts.glade:
-	* src/contacts-edit-pane.c: (contacts_edit_widget_new),
-	(contacts_edit_pane_show):
-	* src/contacts-utils.c: (contacts_choose_photo):
-	o Fix photo chooser
-	o Change photo layout in edit pane
-
-2005-08-23  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c:
-	(contacts_get_contacts_field_pretty_name),
-	(contacts_remove_edit_widgets_cb), (contacts_edit_pane_hide),
-	(contacts_label_widget_new), (contacts_edit_widget_new),
-	(contacts_widgets_list_sort), (contacts_widgets_list_find),
-	(contacts_edit_pane_show):
-	* src/contacts-utils.c: (contacts_free_list_hash):
-	* src/contacts-utils.h:
-	o Add structured field editing
-
-2005-08-22  Ross Burton  <ross at openedhand.com>
-
-	* configure.ac:
-	Fix location of source files.
-
-2005-08-22  Chris Lord,,,  <chris at openedhand.com>
-
-	* old/Makefile:
-	* src/Makefile.am:
-	* src/contacts-callbacks-ebook.c:
-	* src/contacts-callbacks-ebook.h:
-	* src/contacts-callbacks-ui.c:
-	* src/contacts-callbacks-ui.h:
-	* src/contacts-defs.h:
-	* src/contacts-edit-pane.c:
-	* src/contacts-edit-pane.h:
-	* src/contacts-main.c:
-	* src/contacts-main.h:
-	* src/contacts-utils.c:
-	* src/contacts-utils.h:
-	o Finish refactoring
-	o ADR editing regression (due to lost source)
-
-2005-08-22  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/callbacks-ebook.c: (contacts_added_cb),
-	(contacts_changed_cb):
-	* src/callbacks-ebook.h:
-	* src/callbacks-ui.c: (contacts_delete_cb),
-	(contacts_is_row_visible_cb):
-	* src/callbacks-ui.h:
-	* src/defs.h:
-	* src/main.c: (contacts_display_summary), (main):
-	* src/main.h:
-	* src/utils.c: (contacts_contact_from_selection),
-	(contacts_get_selected_contact), (contacts_choose_photo),
-	(contacts_free_list_hash):
-	* src/utils.h:
-	o Remove all globals
-	o Namespace all functions
-
-2005-08-21  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/callbacks-ebook.c: (contacts_added_cb),
-	(contacts_changed_cb), (contacts_removed_cb):
-	* src/callbacks-ebook.h:
-	* src/callbacks-ui.c:
-	* src/callbacks-ui.h:
-	* src/defs.h:
-	* src/globals.h:
-	* src/main.c:
-	* src/main.h:
-	* src/utils.c: (e_util_unicode_get_utf8),
-	(get_contact_from_selection):
-	* src/utils.h:
-	o Begin code refactoring
-
-2005-08-19  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	o Edit the edit pane for adding/removing fields and groups
-	o Make group(/type?) editing dialog
-	
-	* src/callbacks-ui.c: (edit_done):
-	* src/main.c: (change_photo), (contacts_widget_free_data),
-	(contacts_widget_free_list), (contacts_multiple_choice_chooser),
-	(contacts_entry_changed_cb), (contacts_buffer_changed_cb),
-	(contacts_edit_focus_out_cb), (contacts_add_focus_events),
-	(contacts_get_text), (contacts_adr_changed_cb),
-	(contacts_label_widget_new), (contacts_edit_widget_new),
-	(contacts_widgets_list_sort_cb), (contacts_widgets_list_find_cb),
-	(do_edit):
-	* src/utils.c: (load_contact_photo):
-	* src/utils.h:
-	o Add ADR field editing (needs tidying)
-	o Turn edit labels into buttons for type editing
-	o Change edit button relief on entry focus
-	o Display group information under contact photo
-
-2005-08-17  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/main.c: (free_list_hash), (contacts_get_contacts_field),
-	(free_change_data), (contacts_get_type_string),
-	(contacts_edit_widget_new), (contacts_widgets_list_sort),
-	(contacts_widgets_list_find), (do_edit):
-	o Add priority to field display order
-	o Add support for more fields
-	o Add editing support for fields that may span multiple lines
-
-2005-08-15  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/callbacks-ui.c: (contact_selected):
-	* src/callbacks-ui.h:
-	* src/defs.h:
-	* src/main.c: (change_photo), (free_change_data),
-	(contacts_get_type_string), (do_edit):
-	Use EVCard for all editing instead of EContact - Allows usage of the
-	TYPE field to add semi-custom fields (unfinished)
-
-2005-08-15  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/Makefile.am:
-	Forgot to commit in last update (needed for file split)
-	
-	* src/main.c: (static_field_contact_edit_add), (do_edit):
-	Begin on change EContact->EVCard to ease usage of TYPE field
-
-2005-08-15  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/Makefile.am:
-	* src/callbacks-ebook.c:
-	* src/callbacks-ebook.h:
-	* src/callbacks-ui.c:
-	* src/callbacks-ui.h:
-	* src/defs.h:
-	* src/globals.h:
-	* src/main.c:
-	* src/utils.c:
-	* src/utils.h:
-	o Split source into multiple files
-	o Add TYPE support (unfinished)
-
-2005-08-12  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	o Pass main_window in cut/copy/paste
-	o Add an about dialog
-	o Change spacing on name label, so as not to be on sizer
-	
-	* src/main.c: (delete_contact), (copy), (cut), (paste), (about),
-	(main):
-	o Add cut/copy/paste
-	o Add about dialog
-
-2005-08-12  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	Remove signals on photo and close button on edit panel, fix some
-	spacings.
-	
-	* src/main.c: (is_row_visible), (sort_treeview_func),
-	(load_contact_photo), (display_contact_summary), (contacts_added),
-	(contacts_changed), (contacts_removed), (contact_selected),
-	(change_photo), (text_entry_changed), (free_change_data),
-	(static_field_contact_edit_add), (do_edit), (new_contact),
-	(edit_contact):
-	o Add new_contact and delete_contact, fix do_edit to not use
-	  get_current_contact.
-	o When a search results in one contact, select it - Also works when
-	  other applications add contacts.
-
-2005-08-11  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/main.c: (quit), (contacts_changed), (main):
-	Respond to the 'contacts_removed' signal.
-
-2005-08-11  Chris Lord,,,  <chris at openedhand.com>
-
-	* src/main.c: (kozo_utf8_strcasestrip), (is_row_visible),
-	(contact_selected), (change_photo), (text_entry_changed),
-	(free_change_data), (static_field_contact_edit_add), (do_edit),
-	(new_contact), (edit_contact), (remove_edit_components_cb),
-	(edit_done), (delete_contact), (main):
-	Big changes, contacts now responds to the 'contacts_changed' signal
-	correctly.
-
-2005-08-10  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	Put edit_table in GtkViewport
-	
-	* src/main.c: (kozo_utf8_strcasestrip), (free_econtact_list_hash),
-	(free_object_list), (quit), (is_row_visible), (sort_treeview_func),
-	(update_treeview), (contact_selected_sensitive),
-	(get_current_contact), (contact_photo_size), (load_contact_photo),
-	(contact_selected), (text_entry_changed), (free_change_data),
-	(change_photo), (static_field_contact_edit_add), (do_edit),
-	(new_contact), (edit_contact), (remove_edit_components_cb),
-	(edit_done), (delete_contact), (main):
-	Use EBookView to get contacts and listen for changes.
-
-2005-08-10  Ross Burton  <ross at openedhand.com>
-
-        * data/Makefile.am:
-        Don't need to EXTRA_DIST the glade.
-
-        * src/Makefile.am:
-        Pass $(pkgdatadir) to CC.
-
-        * src/main.c:
-        Use PKGDATADIR
-
-        * src/Makefile:
-        Really remove.
-
-2005-08-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade: Two widgets had 'Have focus'
-
-2005-08-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/main.c: (contact_selected_sensitive), (load_contact_photo),
-	(text_entry_changed), (free_change_data),
-	(static_field_contact_edit_add), (do_edit), (new_contact):
-
-2005-08-09  Chris Lord,,,  <chris at openedhand.com>
-
-	* data/contacts.glade:
-	* src/main.c: (kozo_utf8_strcasestrip), (free_object_list),
-	(update_treeview), (fill_treeview), (set_label),
-	(contact_selected_sensitive), (load_contact_photo),
-	(contact_selected), (text_entry_changed), (free_change_data),
-	(static_field_contact_edit_add), (do_edit), (new_contact),
-	(edit_contact), (remove_edit_components_cb), (edit_done),
-	(delete_contact):
-
-2005-08-08  mallum,,,  <mallum at openedhand.com>
-
-	* contacts/ChangeLog:
-	* contacts/Makefile.am:
-	* contacts/autogen.sh:
-	* contacts/configure.ac:
-	* contacts/data/Makefile.am:
-	* contacts/data/contacts.glade:
-	* contacts/old/contacts.glade.bak:
-	* contacts/old/contacts.gladep:
-	* contacts/old/contacts.gladep.bak:
-	* contacts/src/Makefile.am:
-	* contacts/src/main.c:
-	Get rid of extra uneeded contacts dir.
-
-2005-08-08  mallum  <mallum at openedhand.com>
-
-	* src/Makefile:
-	Remove. Add required autotool files ( NEWS, README ... ).





More information about the commitlog mailing list