2007-06-08  Florian Boor <florian.boor@kernelconcepts.de>

	* Release version 0.55.
	* configure.ac: Update version and contact address.

2007-02-21  Florian Boor <florian.boor@kernelconcepts.de>

	* rfcomm-helper.c: Fix warning
	* obex-vcal.c: Make use of the new libgpevtype API and features.

2006-12-15  Florian Boor <florian.boor@kernelconcepts.de>

	* configure.ac, po/sv.po: Add Swedish translation.

2006-08-31  Florian Boor <florian.boor@kernelconcepts.de>

	* main.h: Build fix (missing include). (by Philipp Zabel)

2006-08-20  Florian Boor <florian.boor@kernelconcepts.de>

	* hciattach.sh: Add support for bluetooth script handling. (by
          Philipp Zabel)

2006-07-04  Florian Boor <florian.boor@kernelconcepts.de>

	* Release version 0.54.
	* Makefile.am: Minor tweak to pass distcheck.
	* tp/*: Add smart i18n stuff.
	* po/gpe-bluetooth.pot: Update.

2006-06-27  Florian Boor <florian.boor@kernelconcepts.de>

	* pin-dbus.c: Add name lookup for pin requests. 
	* main.c: Pack icon view into a scrolled window.

2006-04-27  Phil Blundell  <pb@reciva.com>

	* Version 0.53 released.

2006-04-20  Florian Boor <florian.boor@kernelconcepts.de>

	* Apply patch by Alberto Garcia Hierro and Marek Chlup to fix
          installation of the resume script.

2006-02-06  Phil Blundell  <pb@reciva.com>

	* Version 0.52 released.

2006-02-06  Phil Blundell  <pb@reciva.com>

	* main.c (main): Also select for GDK_BUTTON_RELEASE_MASK on panel
	window.  Disable "Remove from panel" menu item for now.
	
2006-02-06  Phil Blundell  <pb@reciva.com>

	* main.c (radio_starting, radio_start_callbacks, radio_use_count):
	New globals.
	(check_radio_startup): Run callbacks if any.  Note that the radio
	is not starting.
	(radio_on): Rename to do_start_radio.  Return TRUE for success,
	FALSE for failure.  Set radio_is_starting.
	(do_stop_radio): Clear radio_is_starting.  Update icon and menu.
	(radio_on, radio_on_then): New functions.
	(radio_off_menu, radio_on_menu): Likewise.
	(main): Use them.
	* obexclient.c (run_callback): Call radio_off().	
	(choose_destination_wrapper): New function.
	(obex_object_push): Use it.
	(send_my_vcard_wrapper): New function.
	(obex_popup_menu): Use it.

2006-02-05  Phil Blundell  <pb@reciva.com>

	* Version 0.51 released.

2006-02-05  Phil Blundell  <pb@reciva.com>

	* main.c (sdp_session): New global.
	(main): Create a global SDP session.
	* main.h (sdp_session): Declare.
	* obexserver.c (add_opush): Don't set PERSIST flag on SDP record.
	(add_service): Use above-mentioned global SDP session.

2006-02-05  Phil Blundell  <pb@reciva.com>

	* main.c (check_radio_startup): Correct ghastly mistake with
	return value from GSource.

2006-02-05  Phil Blundell  <pb@reciva.com>

	* Version 0.50 released.

2006-02-05  Phil Blundell  <pb@reciva.com>

	* obexclient.c (obex_service_desc): New global.
	(find_obex_service): Use it.
	(obex_do_connect): Avoid inappropriate use of perror().
	(obex_scan, send_vcard_done, really_send_my_vcard, send_my_vcard,
	obex_popup_menu, obex_client_init): New functions.
	* obexclient.h (obex_client_init): Add prototype.
	* main.c (main): Call obex_client_init.

	* obexclient-dbus.c: Correct unmarshaling of OBEX payload with
	DBUS 0.60.

2006-02-05  Phil Blundell  <pb@reciva.com>

	* obexserver.c (obex_conn_event): Make static.
	(add_service): Likewise.

	* main.c (check_radio_startup): Set radio_is_on here.
	(radio_on): But not here.

2006-01-15  Phil Blundell  <pb@reciva.com>

	* Version 0.49 released.

2006-01-15  Phil Blundell  <pb@reciva.com>

	* progress.c (handle_progress_expose,
	handle_progress_size_allocate): New functions.
	(bt_progress_dialog): Set window as not decorated.  Set handlers
	for expose and size-allocate events.

2006-01-15  Phil Blundell  <pb@reciva.com>

	* main.c (bt_progress_dialog, bt_progress_dialog_update): Move
	to...
	* progress.c: ... here.  New file.
	* progress.h: New header.
	* Makefile.am (gpe_bluetooth_SOURCES): Add these new files.

2006-01-15  Phil Blundell  <pb@reciva.com>

	* main.c (sigchld_source_dispatch): New function.
	(sigchld_source_prepare): Likewise.
	(sigchld_source_check): Likewise.
	(main): Add GSource for SIGCHLD handler.

2006-01-14  Phil Blundell  <pb@reciva.com>

	* main.c (run_scan): Only set bd->sdp if service information was
	successfully retrieved.

	* configure.ac (DEP_MODULES): Require libcontactsdb 0.3.

	* obex-vcard.c (do_import_vcard): Open and close contacts database
	to ensure tables are created.

	* main.c (check_radio_startup): New function.
	(radio_on): Display progress dialog while radio is starting.
	(sigchld_handler): Destroy progress dialog if still displayed.

2005-12-31  Phil Blundell  <pb@reciva.com>

	* Version 0.48 released.

2005-12-31  Phil Blundell  <pb@reciva.com>

	* mkinstalldirs: New file.
	* Makefile.am (EXTRA_DIST): Distribute it.

2005-12-30  Florian Boor  <florian@kernelconcepts.de>

	* Makefile.am: Move chmod statements to install-data-hook due
	               to automake limitations.

2005-12-30  Phil Blundell  <pb@reciva.com>

	* Makefile.am (install-exec-hook): New.
	(bin_PROGRAMS): Remove bnep-helper, rfcomm-helper.
